Cargo Features
[dependencies]
fwsig = { version = "0.2.1", default-features = false, features = ["std", "cli"] }
- default = cli
-
These default features are set whenever
fwsig
is added without
somewhere in the dependency tree.default-features = false Enables ed25519-dalek ^1.0.1
- std cli = thiserror
- cli default = anyhow, clap, simplelog, std
-
Required by the binary
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.