# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cargo-publish-workspace-v2" version = "0.2.1" authors = ["mwrites "] description = "Cargo command to publish a workspace mono repo" homepage = "https://github.com/mwrites/cargo-publish-workspace" documentation = "https://github.com/mwrites/cargo-publish-workspace/blob/master/README.md" readme = "README.md" keywords = [ "cargo", "cargo-subcommand", "cli", "crates", "publish", ] categories = [ "development-tools", "development-tools::cargo-plugins", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/mwrites/cargo-publish-workspace" [lib] name = "cargo_publish_workspace" path = "src/lib.rs" [[bin]] name = "cargo-publish-workspace" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.4" features = [ "derive", "wrap_help", ] [dependencies.indexmap] version = "1.7" [dependencies.serde_json] version = "1.0.95" [dependencies.termcolor] version = "1.2.0"