Add the doc configuration that enables the nice docs about detailing which things are available on which features

This commit is contained in:
Kevin Guthrie 2024-03-29 15:50:46 -04:00 committed by Andrew Hauck
parent c2d0c80495
commit 3c5d99c3f4
2 changed files with 5 additions and 1 deletions

2
.bleep
View file

@ -1 +1 @@
27d60ee73e478262d8b3e6526d20e08e9454c504
c687a394930e83b98dc057612d27258c62ee3c01

View file

@ -17,6 +17,10 @@ keywords = ["async", "proxy", "http", "pingora"]
name = "pingora"
path = "src/lib.rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
pingora-core = { version = "0.1.0", path = "../pingora-core", default-features = false }
pingora-http = { version = "0.1.0", path = "../pingora-http" }