Cargo Features
[dependencies]
turul-mcp-json-rpc-server = { version = "0.2.1", default-features = false, features = ["async", "streams"] }
- default = async
-
The
asyncfeature is set by default wheneverturul-mcp-json-rpc-serveris added withoutsomewhere in the dependency tree.default-features = false - async default streams? = async-trait, futures
-
Affects
turul-mcp-json-rpc-server::r#async… - streams = async, futures
-
Affects
async::streaming…
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.