Cargo Features
[dependencies]
ethbloom = { version = "0.14.1", default-features = false, features = ["std", "serialize", "rustc-hex", "rlp", "codec", "arbitrary"] }
- default = rlp, rustc-hex, serialize, std
-
These default features are set whenever
ethbloom
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of crunchy and fixed-hash
- serialize default = impl-serde
- rustc-hex default
-
Enables rustc-hex of fixed-hash
- rlp default = impl-rlp
- codec = impl-codec, scale-info
- arbitrary
-
Enables arbitrary of fixed-hash
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.