[package] name = "magic-pack" version = "0.6.0" authors = ["Zonda Yang "] description = "Magic pack tool" homepage = "https://github.com/zondatw/magic-pack" repository = "https://github.com/zondatw/magic-pack" keywords = ["compress", "decompress"] edition = "2021" license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.26", features = ["derive"] } flate2 = "1.0" tar = "0.4.38" bzip2 = "0.4.4" zip = "0.6.4" walkdir = "2" [lib] name = "magic_pack" path = "src/lib.rs" [[bin]] name = "magic-pack" path = "src/main.rs"