Cargo Features

archetect-core has no features set by default.

[dependencies]
archetect-core = { version = "0.7.3", features = ["preserve_order"] }
preserve_order

Enables preserve_order of serde_json

serde_json:

Make serde_json::Map use a representation which maintains insertion order.
This allows data to be read into a Value and written back to a JSON string while preserving the order of map keys in the input.

archetect-core has 1 feature without comment.