Cargo Features
[dependencies]
citadel_wire = { version = "0.9.0", default-features = false, features = ["std", "localhost-testing", "localhost-testing-loopback-only", "wasm", "vendored"] }
- default = std
-
The
std
feature is set by default whenevercitadel_wire
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables openssl and quinn ^0.10.2, std of citadel_io and netbeam and std of serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - localhost-testing = tracing
- localhost-testing-loopback-only
- wasm
-
Enables wasm of citadel_io and netbeam
- vendored
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.