Cargo Features
[dependencies]
xpx-chain-sdk = { version = "0.6.2", default-features = false, features = ["transaction", "proptest-support"] }
- default = account, mosaic, namespace, transaction
-
These default features are set whenever
xpx-chain-sdk
is added without
somewhere in the dependency tree.default-features = false - account namespace mosaic transaction default
- proptest-support = proptest, proptest-derive
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.