# 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 = "minitar" version = "0.2.1" authors = ["geno nullfree "] description = "A minimal implementation of the tape archive (tar) format in rust." readme = "README.md" keywords = [ "tar", "tape", "archive", "minimal", ] license = "GPL-3.0-only" repository = "https://github.com/genonullfree/minitar" [dependencies.deku] version = "0.13" [dependencies.thiserror] version = "1.0.31"