# 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 = "2018" name = "pacman-bintrans" version = "0.5.0" authors = ["kpcyrd "] description = "Binary transparency for pacman" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/kpcyrd/pacman-bintrans" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.hex] version = "0.4.3" [dependencies.minisign] version = "0.7" [dependencies.pacman-bintrans-common] version = "0.5" [dependencies.rebuilderd-common] version = "0.20" [dependencies.serde_json] version = "1.0.73" [dependencies.sha2] version = "0.10" [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3.2.0" [dependencies.tokio] version = "1" features = [ "process", "macros", "rt-multi-thread", "time", ] [dependencies.url] version = "2.2.2"