Cargo Features
[dependencies]
solid-core = { version = "0.1.5", default-features = false, features = ["derive", "nightly", "bigint", "eth_types", "fixed"] }
- default = serde
-
The
serde
feature is set by default wheneversolid-core
is added without
somewhere in the dependency tree.default-features = false - derive = serde
-
Affects
solid-core::derive
… - nightly
-
Affects
bytesfix::nightly
,int::nightly
… - bigint = num-bigint
-
Affects
int::bigint
… - eth_types = ethereum-types
-
Affects
solid-core::ethereum_types
…
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.
- serde default derive?
- num-bigint bigint?
-
Enables num-bigint ^0.2.6
- fixed implicit feature
-
Enables fixed ^0.5.4
fixed:
Fixed-point numbers
- ethereum-types eth_types?
-
Enables ethereum-types ^0.9.0