Cargo Features

generic-json has no features set by default.

[dependencies]
generic-json = { version = "0.7.0", features = ["nightly", "smallkey", "ijson-impl", "serde_json-impl"] }
nightly
smallkey = smallstr, smallvec
ijson-impl = ijson

Enables ijson of cc-traits ^0.7.3

serde_json-impl = serde_json

Enables serde_json of cc-traits ^0.7.3

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.

smallstr smallkey?

Enables smallstr ^0.2

smallvec smallkey?
ijson ijson-impl?
serde_json serde_json-impl?