Cargo Features
[dependencies]
espsign = { version = "0.1.0", default-features = false, features = ["std", "bin", "pks"] }
- default = bin
-
The
bin
feature is set by default wheneverespsign
is added without
somewhere in the dependency tree.default-features = false - 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?
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.