# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "semantic-release-rust" version = "1.0.0-alpha.8" authors = ["Steven Bosnick "] description = "A CLI to integrate Rust into a semantic-release workflow." readme = "README.md" keywords = ["release", "semantic-release", "command-line-tool"] categories = ["command-line-utilities", "development-tools::build-utils"] license = "MIT OR Apache-2.0" repository = "https://github.com/kettleby/semantic-release-rust" [dependencies.anyhow] version = "1.0.38" [dependencies.guppy] version = "0.7.0" [dependencies.human-panic] version = "1.0.3" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.loggerv] version = "0.7.2" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.62" [dependencies.structopt] version = "0.3.21" [dependencies.thiserror] version = "1.0.23" [dependencies.toml_edit] version = "0.2.0" [dependencies.url] version = "2.2.0" features = ["serde"] [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.fs_extra] version = "1.2.0" [dev-dependencies.semver] version = "0.11.0" [dev-dependencies.tempfile] version = "3.2.0"