mirror of
https://github.com/robertwayne/axum-htmx
synced 2025-12-18 13:45:17 +01:00
Generate docs with cfg badges
This commit is contained in:
parent
6af52af17f
commit
63efc3ffd5
4 changed files with 10 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ edition = "2021"
|
|||
|
||||
[features]
|
||||
default = []
|
||||
unstable = []
|
||||
guards = ["tower", "futures-core", "pin-project-lite"]
|
||||
serde = ["dep:serde", "dep:serde_json"]
|
||||
|
||||
|
|
@ -26,3 +27,6 @@ pin-project-lite = { version = "0.2", optional = true }
|
|||
# Optional dependencies required for the `serde` feature.
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
serde_json = { version = "1", optional = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue