Cargo Features

[dependencies]
degenverate = { version = "0.2.5", default-features = false, features = ["inject", "json", "preserve_order"] }
default = inject, json, preserve_order

These default features are set whenever degenverate is added without default-features = false somewhere in the dependency tree.

inject default = memchr
json default = serde_json

Enables serde of optional indexmap ^1.9.3

preserve_order default = indexmap

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.

indexmap preserve_order

Enables indexmap ^1.9.3

memchr inject
serde_json json