# 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 = "conventional-commits-next-semver" version = "0.1.1" authors = ["Sven Lechner "] description = "A binary and library for detecting the next semver version based on conventional-commits commit messages" homepage = "https://github.com/conventional-commits-rs/conventional-commits-next-semver" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/conventional-commits-rs/conventional-commits-next-semver" [[bin]] name = "next-semver" path = "src/bin/next_semver/mod.rs" required-features = ["cli"] [dependencies.anyhow] version = "1.0.32" optional = true [dependencies.clap] version = "3.0.0-beta.1" optional = true [dependencies.conventional-commits-parser] version = "0.1.0" [dependencies.git2] version = "0.13.8" [dependencies.semver] version = "0.10.0" [dependencies.serde] version = "1.0.114" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.57" optional = true [dependencies.thiserror] version = "1.0.20" [features] cli = ["anyhow", "clap", "conventional-commits-parser/serde", "semver/serde", "serde", "serde_json"]