# 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 = "omr-bumper" version = "0.3.12-alpha" description = "An opiniated version bumper for releases. Works for us." homepage = "https://github.com/AndreasOM/omr-bumper" readme = "README.md" keywords = ["tools"] categories = [ "command-line-utilities", "game-development", ] license = "MIT" repository = "https://github.com/AndreasOM/omr-bumper" [profile.release] lto = "thin" [[bin]] name = "omr-bumper" path = "src/main.rs" [dependencies.anyhow] version = "~1.0.79" [dependencies.cargo] version = "0.76.0" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.git2] version = "0.18.1" [dependencies.path-absolutize] version = "3.1.1" [dependencies.semver] version = "1.0" [dependencies.toml_edit] version = "0.21.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]