Skip to content

Commit ee331f1

Browse files
committed
chore: remove unused features
Reduce crate size by removing unused features from "tokio" and "hyper" crates.
1 parent 736042e commit ee331f1

File tree

2 files changed

+2
-131
lines changed

2 files changed

+2
-131
lines changed

Cargo.lock

Lines changed: 0 additions & 129 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ chrono = "0.4"
1919
futures = "0.3"
2020
http = "0.2"
2121
handlebars = "3"
22-
hyper = { version = "0.14", features = ["full"] }
22+
hyper = { version = "0.14", features = ["http1", "server", "tcp"] }
2323
hyper-staticfile = "0.6"
2424
rustls = "0.19"
25-
tokio = { version = "1", features = ["full"] }
25+
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
2626
tokio-rustls = "0.22"
2727
toml = "0.5"
2828
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)