-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
58 lines (53 loc) · 1.33 KB
/
Cargo.toml
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
54
55
56
57
58
[package]
name = "dream"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = "1.4"
serde = { version = "1.0", features = ["derive"] }
serde_bencoded = { version = "0.3.2", features = ["sort_dictionary"] }
rand = "0.8.5"
sha1 = "0.10.6"
tokio = { version = "1.41.0", features = ["full"] }
clap = { version = "4.5.20", features = ["derive"] }
hex = "0.4.3"
futures = "0.3.31"
log = "0.4"
serde_json = "1.0"
tiny_http = "0.11"
waitmap = "1.1.0"
serde_bytes = "0.11.15"
http_req = "^0.13"
url = "2.5.3"
url_encoded_data = "0.6.1"
percent-encoding = "2.3.1"
anyhow = "1.0.93"
debug-ignore = { version = "1.0.5", features = ["serde"] }
lazy_static = "1.5.0"
tokio-util = { version = "0.7.13", features = ["codec"] }
bytes = "1.9.0"
num-bigint = { version = "0.4.6", features = ["rand"] }
igd = { version = "0.12.1", features = ["aio"] }
hyper = { version = "1.5.2", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
tokio-stream = "0.1.17"
easy-upnp = "0.2.1"
serde_bencode = "0.2.4"
public-ip = "0.2"
elasticsearch = "8.17.0-alpha.1"
reqwest = "0.12.12"
simplelog = "0.12.2"
config = "0.15.7"
toml = "0.8.19"
directories = "6.0.0"
mime_guess = "2.0.5"
[[bin]]
name = "dream-cli"
path = "src/bin/cli.rs"
[[bin]]
name = "dream-dht"
path = "src/bin/dht.rs"
[[bin]]
name = "dream-torrent"
path = "src/main.rs"