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 default-features = false somewhere in the dependency tree.

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.

proptest-derive proptest-support?
proptest proptest-support?