# 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-crates" version = "0.0.17" authors = ["romnn "] exclude = [] publish = true description = "Publish rust crates with support for cargo workspaces" homepage = "https://github.com/romnn/publish-crates" documentation = "https://docs.rs/publish-crates" readme = "README.md" keywords = [ "crates-io", "ci-cd", "publish", "cli", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license-file = "LICENSE" repository = "https://github.com/romnn/publish-crates" [[bin]] name = "cargo-publish-crates" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0" [dependencies.duration-string] version = "0" [dependencies.publish-crates] version = "=0.0.17" [dependencies.tokio] version = "1" features = ["full"]