# 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-common" version = "0.5.0" authors = ["kpcyrd "] description = "Binary transparency for pacman - common code" license = "LGPL-3.0" repository = "https://github.com/kpcyrd/pacman-bintrans" [dependencies.anyhow] version = "1.0.31" [dependencies.bzip2] version = "0.4.3" [dependencies.flate2] version = "1.0.20" [dependencies.futures-util] version = "0.3.16" [dependencies.indicatif] version = "0.16" [dependencies.log] version = "0.4.11" [dependencies.reqwest] version = "0.12" features = [ "stream", "socks", ] [dependencies.tree_magic_mini] version = "3.0.0" [dependencies.xz] version = "0.1.0" [dependencies.zstd] version = "0.13" features = ["pkg-config"] [dev-dependencies.data-encoding] version = "2.4.0"