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 default-features = false somewhere in the dependency tree.

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.

no-panic no_panic?