Skip to content

Commit edc55c4

Browse files
docs: Enable all feature flags for docs.rs (#58)
1 parent 0e5347a commit edc55c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ keywords = ["http", "hyper", "hyperium"]
1212
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
1313
edition = "2018"
1414

15+
[package.metadata.docs.rs]
16+
features = ["full"]
17+
1518
[dependencies]
1619
hyper = "1.0.0"
1720
futures-channel = "0.3"

0 commit comments

Comments
 (0)