Cargo Features
[dependencies]
asn1_der = { version = "0.7.6", default-features = false, features = ["std", "native_types", "no_panic"] }
- default = native_types, std
-
These default features are set whenever
asn1_der
is added without
somewhere 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.