Cargo Features

[dependencies]
espsign = { version = "0.1.0", default-features = false, features = ["std", "bin", "pks"] }
default = bin

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

std bin = env_logger, pks, rand

Enables std of embedded-io-async and rsa

bin default = anyhow, clap, std

Required by the binary

pks std?

Enables pem and pkcs5 of rsa

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.

rand std?
clap bin
anyhow bin
env_logger std?