# 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-cool-workspace" version = "0.13.6" authors = ["Danny Meyer "] include = [ "src/**/*", "README.md", "CHANGELOG.md", ] description = "Cargo subcommand for releasing crates in workspaces." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/xasopheno/publish-cool-package" [[bin]] name = "publish-cool-workspace" path = "src/cli/main-smart-release.rs" test = false [dependencies.anyhow] version = "1.0.42" [dependencies.bitflags] version = "1.3.2" [dependencies.cargo_metadata] version = "0.15.0" [dependencies.cargo_toml] version = "0.11.4" [dependencies.clap] version = "3.2.5" features = [ "derive", "cargo", ] [dependencies.crates-index] version = "0.18.9" [dependencies.env_logger] version = "0.9.0" features = [ "humantime", "termcolor", "atty", ] default-features = false [dependencies.git-repository] version = "^0.41.0" features = ["max-performance-safe"] default-features = false package = "gix" [dependencies.home] version = "0.5.3" [dependencies.log] version = "0.4.14" [dependencies.nom] version = "7" features = ["std"] default-features = false [dependencies.pulldown-cmark] version = "0.9.0" [dependencies.semver] version = "1.0.4" [dependencies.time] version = "0.3.2" [dependencies.toml_edit] version = "0.15.0" [dev-dependencies.git-testtools] version = "0.9.0" [dev-dependencies.insta] version = "1.8.0"