# 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 = "debpkg" version = "0.6.0" authors = ["Matt Schulte "] description = "Library for parsing debian packages" homepage = "https://github.com/schultetwin1/debpkg/" license = "MIT" repository = "https://github.com/schultetwin1/debpkg/" [dependencies.ar] version = "0.9" [dependencies.arrayvec] version = "0.7" [dependencies.bzip2] version = "0.4" [dependencies.flate2] version = "1.0" [dependencies.indexmap] version = "1.6" [dependencies.infer] version = "0.8" [dependencies.log] version = "0.4" [dependencies.tar] version = "0.4" [dependencies.xz2] version = "0.1" [dependencies.zstd] version = "0.11" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.tempfile] version = "3.2"