Cargo Features
[dependencies]
jsony = { version = "0.1.2", default-features = false, features = ["uuid", "macros", "json_comments"] }
- default = json_comments, macros
-
These default features are set whenever
jsony
is added without
somewhere in the dependency tree.default-features = false - uuid
-
Enables uuid
- macros default
-
Enables jsony_macros
- json_comments default
Jsony has 4 features without comments.