[package] name = "cargo-publish-all" version = "0.5.3" authors = ["Thomas Schaller "] edition = "2018" documentation = "https://docs.rs/cargo-publish-all" repository = "https://gitlab.com/torkleyy/cargo-publish-all" readme = "README.md" description = "Tool to publish all packages" license = "MIT/Apache-2.0" keywords = ["cargo", "publish", "workspace", "all"] categories = ["development-tools::cargo-plugins"] exclude = ["tests"] # needed to prevent test crates thinking they're part of the workspace [dependencies] cargo = "0.32.0" clap = "2" dunce = "0.1" failure = "0.1" flate2 = "1" hashbrown = "0.1" petgraph = "0.4" reqwest = "0.9" semver = "0.9" serde = { version = "1", features = ["serde_derive"] } serde_json = "1" tar = "0.4" toml_edit = "0.1.3" log = "0.4.6" slog = "2.4.1" slog-term = "2.4.0" slog-async = "2.3.0" [dev-dependencies] ron = "0.4" serde = { version = "1", features = ["serde_derive"] } text-diff = "0.4"