Switch to basic tokio; will expand later to arbitrary backends.
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -8,14 +8,12 @@ edition = "2018"
|
||||
name = "async_socks5"
|
||||
|
||||
[dependencies]
|
||||
async-std = { version = "1.9.0", features = ["attributes"] }
|
||||
async-trait = "0.1.50"
|
||||
futures = "0.3.15"
|
||||
log = "0.4.8"
|
||||
proptest = "1.0.0"
|
||||
simplelog = "0.10.0"
|
||||
thiserror = "1.0.24"
|
||||
anyhow = "^1.0.57"
|
||||
proptest = "^1.0.0"
|
||||
thiserror = "^1.0.31"
|
||||
tokio = { version = "^1", features = ["full"] }
|
||||
tracing = "^0.1.34"
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "1.0.0"
|
||||
proptest-derive = "0.3.0"
|
||||
proptest-derive = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user