# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fwsig" version = "0.2.1" description = "A specification (and tools) for firmware signing / verification" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/ryankurte/fwsig" [[bin]] name = "fwsig" path = "src/main.rs" required-features = ["cli"] [dependencies.anyhow] version = "1.0.68" optional = true [dependencies.bitflags] version = "1.3.2" [dependencies.clap] version = "4.0.32" features = [ "derive", "std", ] optional = true [dependencies.ed25519-dalek] version = "1.0.1" default_features = false [dependencies.encdec] version = "0.8.2" [dependencies.hex] version = "0.4.3" default_features = false [dependencies.log] version = "0.4.17" default_features = false [dependencies.rand_core] version = "0.5.1" default_features = false [dependencies.sha2] version = "0.9.9" default_features = false [dependencies.simplelog] version = "0.12.0" optional = true [dependencies.strum] version = "0.24.1" features = ["derive"] default_features = false [dependencies.thiserror] version = "1.0.38" optional = true [dev-dependencies.rand] version = "0.7.3" [features] cli = [ "clap", "anyhow", "simplelog", "std", ] default = [ "cli", "ed25519-dalek/default", ] std = [ "thiserror", "log/std", ]