Cargo Features

[dependencies]
cached_field = { version = "1.0.2", default-features = false, features = ["throw", "carry", "prepend"] }
default = throw

The throw feature is set by default whenever cached_field is added without default-features = false somewhere in the dependency tree.

throw default

Affects utils::DUPL_ACTION

carry

Affects utils::DUPL_ACTION

prepend

Affects utils::DUPL_ACTION