Cargo Features
[dependencies]
solid = { version = "0.1.5", default-features = false, features = ["deser", "derive", "nightly", "bigint", "ethereum_types"] }
- default = derive, deser
-
These default features are set whenever
solid
is added without
somewhere in the dependency tree.default-features = false - deser default
-
Enables derive of solid-core
- derive default = solid-derive
- nightly
-
Enables nightly of solid-core
- bigint
-
Enables bigint of solid-core
- ethereum_types
-
Enables eth_types of solid-core
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.