Cargo Features
[dependencies]
simd-json-derive = { version = "0.15.0", default-features = false, features = ["impl-chrono", "128bit", "heap-array"] }
- default = impl-chrono
-
The
impl-chrono
feature is set by default wheneversimd-json-derive
is added without
somewhere in the dependency tree.default-features = false - impl-chrono default = chrono
- 128bit
-
Enables 128bit of simd-json and simd-json-derive-int
simd-json:
Support for 128 bit integers
- heap-array
-
Enables heap-array
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.