cargo_metadata 0.18.1

structured access to the output of `cargo metadata`
Documentation
1
2
3
disallowed-types = [
    { path = "std::collections::HashMap", reason = "HashMap's key order is unspecified and thus serializing such a type will result in a random output, use BTreeMap instead." }
]