# 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 = "magic-pack" version = "0.6.0" authors = ["Zonda Yang "] description = "Magic pack tool" homepage = "https://github.com/zondatw/magic-pack" readme = "README.md" keywords = [ "compress", "decompress", ] license = "MIT" repository = "https://github.com/zondatw/magic-pack" [lib] name = "magic_pack" path = "src/lib.rs" [[bin]] name = "magic-pack" path = "src/main.rs" [dependencies.bzip2] version = "0.4.4" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.flate2] version = "1.0" [dependencies.tar] version = "0.4.38" [dependencies.walkdir] version = "2" [dependencies.zip] version = "0.6.4"