Cargo Features
[dependencies]
phalanx-crypto = { version = "0.1.0", default-features = false, features = ["std", "serde", "async"] }
- default = async, serde, std
-
These default features are set whenever
phalanx-cryptois added withoutsomewhere in the dependency tree.default-features = false - std default
- serde default
-
Enables serde and serde_json
serde:
Serialization (optional)
- async default = async-trait, tokio, tracing
-
Affects
async_group::AsyncPhalanxGroup,phalanx-crypto::async_group…
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.