Cargo Features

trace4rs-config has no features set by default.

[dependencies]
trace4rs-config = { version = "0.6.0-rc", features = ["in-order-serialization", "schemars"] }
in-order-serialization = serde

Affects config::ordered_map, config::ordered_set

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 implicit feature

Enables schemars

schemars:

Generate JSON Schemas from Rust code

serde in-order-serialization?