Cargo Features
[dependencies]
chisel-json = { version = "1.0.7", default-features = false, features = ["mixed_numerics"] }
- default = mixed_numerics
-
The
mixed_numerics
feature is set by default wheneverchisel-json
is added without
somewhere in the dependency tree.default-features = false - mixed_numerics default = lexical
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.
- lexical mixed_numerics
-
Enables lexical ^6.1.1