# 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-publish-all" version = "0.5.3" authors = ["Thomas Schaller "] exclude = ["tests"] description = "Tool to publish all packages" documentation = "https://docs.rs/cargo-publish-all" readme = "README.md" keywords = ["cargo", "publish", "workspace", "all"] categories = ["development-tools::cargo-plugins"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/torkleyy/cargo-publish-all" [dependencies.cargo] version = "0.32.0" [dependencies.clap] version = "2" [dependencies.dunce] version = "0.1" [dependencies.failure] version = "0.1" [dependencies.flate2] version = "1" [dependencies.hashbrown] version = "0.1" [dependencies.log] version = "0.4.6" [dependencies.petgraph] version = "0.4" [dependencies.reqwest] version = "0.9" [dependencies.semver] version = "0.9" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" [dependencies.slog] version = "2.4.1" [dependencies.slog-async] version = "2.3.0" [dependencies.slog-term] version = "2.4.0" [dependencies.tar] version = "0.4" [dependencies.toml_edit] version = "0.1.3" [dev-dependencies.ron] version = "0.4" [dev-dependencies.serde] version = "1" features = ["serde_derive"] [dev-dependencies.text-diff] version = "0.4"