Cargo Features

serde-map-to-array has no features set by default.

[dependencies]
serde-map-to-array = { version = "1.1.1", features = ["std", "json-schema"] }
std json-schema?

Provide support for HashMaps.

Enables std of serde

Affects serde-map-to-array::ReadmeDoctests, serde-map-to-array::HashMapToArray

json-schema = schemars, std

Provide support for JSON schema documentation.

Affects serde-map-to-array::KeyValueJsonSchema

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.

schemars json-schema?