Cargo Features
[dependencies]
asn1_der = { version = "0.7.7", default-features = false, features = ["std", "native_types", "no_panic"] }
- default = native_types, std
-
These default features are set whenever
asn1_deris added withoutsomewhere in the dependency tree.default-features = false - std default
-
Affects
data::VecBacking,sequence::SequenceVec… - native_types default
-
Affects
asn1_der::typed… - no_panic = no-panic
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.