Cargo Features

RustyValue has no features set by default.

[dependencies]
rusty-value = { version = "0.6.0", features = ["derive", "json"] }
derive = rusty-value-derive
json = serde_json

Affects formats::into_json

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde_json json?
rusty-value-derive derive?