aquatic/aquatic/Cargo.toml
2020-04-07 16:57:34 +02:00

26 lines
No EOL
565 B
TOML

[package]
name = "aquatic"
version = "0.1.0"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
[lib]
name = "aquatic"
path = "src/lib/lib.rs"
[[bin]]
name = "aquatic"
[dependencies]
bittorrent_udp = { path = "../bittorrent_udp" }
dashmap = "3"
histogram = "0.6"
indexmap = "1"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
net2 = "0.2"
rand = { version = "0.7", features = ["small_rng"] }
[dev-dependencies]
quickcheck = "0.9"
quickcheck_macros = "0.9"