Switch to basic tokio; will expand later to arbitrary backends.

This commit is contained in:
2022-05-14 17:59:28 -07:00
parent d284f60d67
commit c8279cfc5f
29 changed files with 1472 additions and 2671 deletions

View File

@@ -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"