Cargo Features
Pallas has no features set by default.
[dependencies]
pallas = { version = "0.31.0", features = ["hardano", "wallet", "applying", "unstable"] }
- hardano unstable? = pallas-hardano
- wallet unstable? = pallas-wallet
-
Affects
pallas::wallet
… - applying unstable? = pallas-applying
- unstable = applying, hardano, wallet
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.
- pallas-applying applying?
- pallas-wallet wallet?
- pallas-hardano hardano?
-
Affects
pallas::interop.hardano
…