refactor: remove tokio macros feature
Diff
Cargo.lock | 12 ------------
Cargo.toml | 2 +-
2 files changed, 1 insertion(+), 13 deletions(-)
@@ -1230,18 +1230,6 @@ dependencies = [
"mio",
"num_cpus",
"pin-project-lite",
"tokio-macros",
]
[[package]]
name = "tokio-macros"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
@@ -25,7 +25,7 @@ name = "static-web-server"
path = "src/bin/server.rs"
[dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1", features = ["rt-multi-thread"] }
warp = { git = "https://github.com/joseluisq/warp.git", branch = "0.3.x", features = ["compression"] }
anyhow = "1.0"
tracing = "0.1"