# 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 = "backseat-signed" version = "0.1.0" authors = ["kpcyrd "] description = "Authenticate cryptographic links from a signed derivate to its source input" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/kpcyrd/backseat-signed" [dependencies.anyhow] version = "1.0.81" [dependencies.apt-parser] version = "1.0.6" [dependencies.blake2] version = "0.10.6" [dependencies.bstr] version = "1.9.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap_complete] version = "4.5.1" [dependencies.digest] version = "0.10.7" [dependencies.env_logger] version = "0.11.3" [dependencies.hex] version = "0.4.3" [dependencies.libflate] version = "2.0.0" [dependencies.log] version = "0.4.21" [dependencies.lzma-rs] version = "0.3.0" [dependencies.ruzstd] version = "0.6.0" [dependencies.sequoia-openpgp] version = "1.19.0" features = ["crypto-openssl"] default-features = false [dependencies.sha2] version = "0.10.8" [dependencies.tar] version = "0.4.40" default-features = false [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", "fs", ] [dependencies.yash-syntax] version = "0.7.0"