Cargo Features

serde-bindgen-core has no features set by default.

[dependencies]
serde-bindgen-core = { version = "0.1.9", features = ["full", "deafult", "testing"] }
full testing?

Enables full of serde-bindgen-core-derive, std of serde-json-core ^0.4 and std of serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

deafult
testing = full

serde-bindgen-core has 3 features without comments.