# 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 = "elfsign" version = "0.0.2" authors = ["Jens Reimann "] description = "Tools for signing elf binaries" readme = "README.md" keywords = [ "elf", "sign", "sigstore", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/ctron/elfsign" [dependencies.anyhow] version = "1" [dependencies.base16] version = "0.2.1" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.digest] version = "0.10.6" [dependencies.ecdsa] version = "0.15.0" [dependencies.hex-literal] version = "0.3" [dependencies.log] version = "0.4" [dependencies.object] version = "0.30" features = ["all"] [dependencies.p256] version = "0.12.0" [dependencies.p384] version = "0.12.0" [dependencies.sha2] version = "0.10.6" [dependencies.signature] version = "2.0.0" features = ["digest"] [dependencies.sigstore] version = "0.6" [dependencies.simplelog] version = "0.12.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2"