# 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 = "debber" version = "1.0.0" authors = ["Matteo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Debian archive reader / extractor: Refreshed" readme = "README.md" keywords = [ "debian", "archive", "apt", ] categories = ["os::unix-apis"] license = "MIT" repository = "https://github.com/Strawberry-Foundations/debber" [lib] name = "debber" path = "src/lib.rs" [dependencies.ar] version = "0.9.0" [dependencies.libflate] version = "2.1.0" [dependencies.tar] version = "0.4.41" [dependencies.xz2] version = "0.1.7" [dependencies.zstd] version = "0.13.2" [badges.maintenance] status = "passively-maintained"