# 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 = "crate_untar" version = "1.0.0-rc.2" authors = ["Kornel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Streaming reader of Cargo's published package format (`.crate` tarball)" readme = "README.md" keywords = [ "cargo", "tar", "gzip", "cargo_toml", ] license = "Apache-2.0 OR MIT" [lib] name = "crate_untar" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" [dependencies.cargo-lock] version = "10.0.1" [dependencies.cargo_toml] version = "0.20.5" [dependencies.deunicode] version = "1.6.0" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.libflate] version = "2.0.0" [dependencies.quick-error] version = "2.0.1" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tar] version = "0.4.40" default-features = false [dependencies.toml] version = "0.8.19" features = ["parse"] default-features = false [dependencies.unicode-normalization] version = "0.1.23"