Cargo Features

[dependencies]
x509-cert = { version = "0.3.0-pre.0", default-features = false, features = ["std", "builder", "hazmat", "pem", "sct", "fingerprint", "base64", "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 der, spki, and optional tls_codec

builder = async-signature, signature, std

Enables sha1

Affects x509-cert::builder

hazmat

Affects tls::Subscriber.tls12_options, tls::Subscriber.enable_data_encipherment, certificate::Raw

pem default

Enables pem of der and spki

sct

Enables tls_codec

Affects pkix::sct

fingerprint

Enables fingerprint of spki

base64

Enables base64 of spki

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.

async-signature builder?
sha1 builder?
signature builder?