Cargo Features

[dependencies]
oid-registry = { version = "0.7.0", default-features = false, features = ["registry", "crypto", "kdf", "ms_spc", "pkcs12", "x509", "x962"] }
default = registry

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

registry default
crypto = kdf, nist_algs, pkcs1, pkcs12, pkcs7, pkcs9, x962
kdf crypto?
ms_spc
nist_algs pkcs1 pkcs7 pkcs9 pkcs12 crypto?
x509
x962 crypto?

OidRegistry has 8 features without comments.