Cargo Features

CMS has no features set by default.

[dependencies]
cms = { version = "0.2.3", features = ["std", "alloc", "builder", "pem"] }
std builder?

Enables std of der and spki

alloc pem?

Enables der

builder = aes, cbc, cipher, rsa, sha1, sha2, sha3, signature, std, zeroize

Enables alloc of spki, builder of x509-cert

pem = alloc

Enables der

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.

aes builder?

Enables aes

optional dependencies

cbc builder?
cipher builder?
rsa builder?
sha1 builder?
sha2 builder?
sha3 builder?
signature builder?
zeroize builder?