# 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 = "cargo-parcel" version = "0.0.4" authors = ["Andreas Rottmann "] description = "Experimental extended cargo installer" homepage = "https://gitlab.com/rotty/cargo-parcel" documentation = "https://docs.rs/cargo-parcel" readme = "README.md" keywords = ["cargo", "install", "package"] categories = ["development-tools::build-utils"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/rotty/cargo-parcel.git" [package.metadata.parcel] cargo-binaries = ["cargo-parcel"] [dependencies.anyhow] version = "1.0.20" [dependencies.glob] version = "0.3.0" [dependencies.pico-args] version = "0.4.0" [dependencies.tempfile] version = "3.1.0" [dependencies.toml] version = "0.5.5"