Skip to content

Commit

Permalink
docs: Enable all feature flags for docs.rs (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker authored Nov 17, 2023
1 parent 0e5347a commit edc55c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ keywords = ["http", "hyper", "hyperium"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
edition = "2018"

[package.metadata.docs.rs]
features = ["full"]

[dependencies]
hyper = "1.0.0"
futures-channel = "0.3"
Expand Down

0 comments on commit edc55c4

Please sign in to comment.