Cargo Features
[dependencies]
egui_json_tree = { version = "0.8.0", default-features = false, features = ["serde_json", "simd_json"] }
- default = serde_json
-
The
serde_json
feature is set by default wheneveregui_json_tree
is added without
somewhere in the dependency tree.default-features = false - serde_json default
-
Enables serde_json
- simd_json
-
Enables simd-json ^0.13
egui_json_tree has 3 features without comments.