-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
executable file
·55 lines (38 loc) · 1.69 KB
/
Cargo.toml
File metadata and controls
executable file
·55 lines (38 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[package]
name = "req_it"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A graphical multi-tab HTTP client"
readme = "README.md"
repository = "https://github.com/coruscateor/req_it"
homepage = "https://coruscateor.com/projects/req-it"
keywords = ["HTTP", "client", "GraphQL", "user", "interface"]
categories = ["web-programming::http-client"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
#gtk_estate = { path="../gtk_estate", features = ["adw"] } #Do not remove
gtk_estate = { version = "0.3.0", features = ["adw", "gtk_v4_14"] }
#reqwest = { version = "0.11.*", features = [ "json" ] }
act_rs = { path="../act_rs", features = ["tokio"] } #Do not remove
#act_rs = "0.1.0"
libsync = { path="../libsync", features = ["std", "crossbeam", "tokio"] } #, features = ["std", "crossbeam", "tokio"]}
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "sync", "macros", "time", "io-util"] }
#async-trait = "0.1.*"
paste = "1.0.*"
#corlib_local = { path="../corlib" }
corlib = { path="../corlib" }
#pretty_goodness = { path="../pretty_goodness" } #Do not remove
pretty_goodness = "0.1.0"
serde_json = "1.0.95"
fastwebsockets = { version = "0.8.*", features = ["upgrade", "unstable-split"] }
hyper = "1.*"
http-body-util = "0.1.*"
anyhow = "1.0.*"
#libsync = { path="../libsync", features = ["std", "crossbeam", "tokio"] } #, features = ["std", "crossbeam", "tokio"]}
hyper-util = { version = "0.1.*", features = ["tokio"] }
bytes = "1.6.0"
delegate = "0.*"
url = "2.5.*"
#libsync = { path="../libsync", features = ["std", "crossbeam", "tokio"] } #, features = ["std", "crossbeam", "tokio"]}
crossbeam = "0.8.4"