# 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-smart-release" version = "0.21.5" authors = ["Sebastian Thiel "] build = false include = [ "src/**/*", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo subcommand for fearlessly releasing crates in workspaces." readme = "README.md" keywords = ["cargo"] categories = ["development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/cargo-smart-release" [lib] name = "cargo_smart_release" path = "src/lib.rs" [[bin]] name = "cargo-changelog" path = "src/cli/main-changelog.rs" test = false [[bin]] name = "cargo-smart-release" path = "src/cli/main-smart-release.rs" test = false [dependencies.anyhow] version = "1.0.42" [dependencies.bitflags] version = "2" [dependencies.cargo_metadata] version = "0.18.0" [dependencies.cargo_toml] version = "0.17.2" [dependencies.clap] version = "4.1.0" features = [ "derive", "cargo", ] [dependencies.crates-index] version = "3.2.0" features = [ "git-performance", "git-https", ] default-features = false [dependencies.env_logger] version = "0.10.0" features = [ "humantime", "auto-color", ] default-features = false [dependencies.git-conventional] version = "0.12.0" [dependencies.gix] version = "0.66.0" features = [ "max-performance", "interrupt", ] default-features = false [dependencies.jiff] version = "0.1.8" [dependencies.log] version = "0.4.14" [dependencies.pulldown-cmark] version = "0.9.0" [dependencies.semver] version = "1.0.4" [dependencies.toml_edit] version = "0.21.0" [dependencies.winnow] version = "0.5.12" [dev-dependencies.gix-testtools] version = "0.15.0" [dev-dependencies.insta] version = "1.8.0" [features] cache-efficiency-debug = ["gix/cache-efficiency-debug"]