Cargo Features

[dependencies]
x509-cert = { version = "0.2.5", default-features = false, features = ["std", "builder", "hazmat", "pem", "sct", "arbitrary"] }
default = pem, std

These default features are set whenever x509-cert is added without default-features = false somewhere in the dependency tree.

std default arbitrary? builder?

Enables std of const-oid, der, spki, and optional tls_codec

builder = signature, std

Enables sha1

Affects x509-cert::builder

hazmat

Affects certificate::Raw

pem default

Enables pem of der and spki

sct

Enables tls_codec

Affects pkix::sct

arbitrary = std

Enables arbitrary of der and spki and arbitrary

optional dependencies

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.

sha1 builder?
signature builder?