# 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-semver-tool" version = "0.1.5" description = "A cargo command to help you version your rust project similar to npm-version" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ddumont/cargo-semver-tool" [profile.release] opt-level = "z" [[bin]] name = "cargo-semver" path = "src/main.rs" [dependencies.clap] version = "4.3.8" features = ["derive"] [dependencies.semver] version = "1.0.17" [dependencies.toml_edit] version = "0.22" features = [ "parse", "display", ] default-features = false