[package] name = "pacman-bintrans-common" version = "0.5.0" description = "Binary transparency for pacman - common code" authors = ["kpcyrd "] license = "LGPL-3.0" repository = "https://github.com/kpcyrd/pacman-bintrans" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.31" bzip2 = "0.4.3" flate2 = "1.0.20" futures-util = "0.3.16" indicatif = "0.16" log = "0.4.11" reqwest = { version = "0.12", features=["stream", "socks"] } tree_magic_mini = "3.0.0" xz = "0.1.0" zstd = { version = "0.13", features = ["pkg-config"] } [dev-dependencies] data-encoding = "2.4.0"