# 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 = "cargo-archive" version = "0.1.0" authors = ["Julien Leclercq"] description = "Archive and unarchive heavy target directories in a tar.zstd file" readme = "README.md" license = "MIT" repository = "https://github.com/julien-leclercq/cargo-archive" [[bin]] name = "cargo-archive" path = "src/archive.rs" [[bin]] name = "cargo-unarchive" path = "src/unarchive.rs" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.tar] version = "0.4.40" [dependencies.zstd] version = "0.13.1"