Cargo Features

[dependencies]
uggo-ugg-api = { version = "0.2.2", default-features = false, features = ["json-runtime-detection"] }
default = json-runtime-detection

The json-runtime-detection feature is set by default whenever uggo-ugg-api is added without default-features = false somewhere in the dependency tree.

json-runtime-detection default

Enables runtime-detection of simd-json

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.