Skip to content

Commit

Permalink
Add feature flags to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Nov 14, 2024
1 parent ce0bf6d commit 95613c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nats-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ futures = "0.3.31"
tokio = { version = "1.0", features = ["time"] }
nats_server = { git = "https://github.com/nats-io/nats.rs", package = "nats-server" }

[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }

[features]
request_many = []
default = ["request_many"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 95613c7

Please sign in to comment.