Cargo Features
[dependencies]
uggo-ugg-api = { version = "0.3.0", default-features = false, features = ["json-runtime-detection"] }
- default = json-runtime-detection
-
The
json-runtime-detection
feature is set by default wheneveruggo-ugg-api
is added without
somewhere in the dependency tree.default-features = false - json-runtime-detection default
-
Enables runtime-detection of simd-json ^0.13.10
simd-json:
use runtime detection of the CPU features where possible instead of enforcing an instruction set
uggo-ugg-api has 2 features without comments.