Cargo Features

[dependencies]
ascii-armor = { version = "0.6.0", default-features = false, features = ["all", "strict", "base64", "base85"] }
default = base85, strict

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

all = baid64, strict
strict default all? = baid64, strict_encoding

Affects ascii-armor::StrictArmorError, ascii-armor::StrictArmor

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.

strict_encoding strict
baid64 all? strict
base64 implicit feature

Enables base64

base64:

encodes and decodes base64 as bytes or utf8

base85 default