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 default-features = false somewhere in the dependency tree.

uuid

Enables uuid

macros default

Enables jsony_macros

json_comments default

Jsony has 4 features without comments.