Cargo Features
[dependencies]
rust-chain = { version = "0.2.8", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverrust-chain
is added without
somewhere in the dependency tree.default-features = false - std default = chaintester, eosio-scale-info, serde, serde_json
-
Enables std of eosio-scale-info and serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.Affects
rust-chain::abi
…
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.