Cargo Features

[dependencies]
simd-json-derive = { version = "0.13.0", default-features = false, features = ["impl-chrono", "128bit"] }
default = impl-chrono

The impl-chrono feature is set by default whenever simd-json-derive is added without default-features = false somewhere in the dependency tree.

impl-chrono default = chrono
128bit

Enables 128bit of simd-json and simd-json-derive-int

simd-json:

Support for 128 bit integers

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.

chrono impl-chrono