# 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 = "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 = ["development-tools"] license-file = "./LICENSE" repository = "https://github.com/romnn/publish-crates" [profile.dev] opt-level = 0 debug = 1 [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.action-core] version = "0" [dependencies.async-process] version = "1" [dependencies.cargo_metadata] version = "0" [dependencies.color-eyre] version = "0" [dependencies.crates_io_api] version = "0" features = ["rustls"] default-features = false [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0" features = ["rustls-tls"] default-features = false [dependencies.semver] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml_edit] version = "0" [dev-dependencies.pretty_assertions] version = "1"