# 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-sign" version = "0.4.0" authors = ["kpcyrd "] description = "Binary transparency for pacman - signing tools" categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/kpcyrd/pacman-bintrans" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.diesel] version = "1.4" features = ["sqlite"] [dependencies.diesel_migrations] version = "1.4" features = ["sqlite"] [dependencies.env_logger] version = "0.9.0" [dependencies.minisign] version = "0.7" [dependencies.pacman-bintrans-common] version = "0.4" [dependencies.tar] version = "0.4.37" [dependencies.tempfile] version = "3.2.0" [dependencies.tokio] version = "1.10.0" features = [ "process", "macros", "rt-multi-thread", ] [dependencies.url] version = "2.2.2"