# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pack-cli" version = "0.1.0" authors = ["Interfiber"] description = "Package software up into small installers" homepage = "https://pack.vercel.app" documentation = "https://docs.rs/pack-cli" readme = "README.md" license = "MIT" repository = "https://github.com/Interfiber/pack" [dependencies.clap] version = "2.33.3" [dependencies.colorful] version = "0.2.1" [dependencies.flate2] version = "1.0.19" [dependencies.serde] version = "1.0.118" [dependencies.serde_json] version = "1.0.61" [dependencies.subprocess] version = "0.2.6" [dependencies.tar] version = "0.4.30" [dependencies.uname] version = "0.1.1"