Cargo Features
[dependencies]
pallet-asset-conversion-tx-payment = { version = "20.0.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default wheneverpallet-asset-conversion-tx-payment
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support, frame-system, pallet-asset-conversion, pallet-transaction-payment, scale-info, and sp-runtime
- try-runtime
-
Enables try-runtime of frame-support, frame-system, pallet-asset-conversion, pallet-transaction-payment, and sp-runtime
pallet-asset-conversion-tx-payment has 3 features without comments.