# 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 = "dtar" version = "0.0.0" authors = [ "The DeCAF Project Developers", "William Abney ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Deterministic POSIX tar (ustar) archiver """ homepage = "https://github.com/weebney/decaf" documentation = "https://github.com/weebney/decaf/decaf-tar" readme = "readme.md" categories = [ "compression", "filesystem", ] license = "MIT OR Apache-2.0 OR BSD-2-Clause" repository = "https://github.com/weebney/decaf/decaf-tar" [lib] name = "dtar" path = "src/dtar.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.decaf] version = "0" [dependencies.flate2] version = "1.0.33" [dependencies.tar] version = "0.4.41"