Cargo Features
[dependencies]
etcommon-bigint = { version = "0.2.10", default-features = false, features = ["std", "heapsizeof", "rust_arithmetic", "rlp", "string"] }
- default = rlp, std, string
-
These default features are set whenever
etcommon-bigint
is added without
somewhere in the dependency tree.default-features = false - std default = libc, rand
-
Enables std of byteorder, etcommon-hexutil, and etcommon-rlp
Affects
hash::H256FastMap
,hash::H256FastSet
… - heapsizeof = heapsize
- x64asm_arithmetic rust_arithmetic
- rlp default = etcommon-rlp
- string default = etcommon-hexutil
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.