# 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 = "release-script" version = "0.1.1" authors = ["Dino Bikic "] description = "Tool for updating your cargo project version" homepage = "https://github.com/dbikic/various-rust-utils" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dbikic/various-rust-utils" resolver = "2" [dependencies.cargo_metadata] version = "0.14.2" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.error-chain] version = "0.12.4" [dependencies.semver] version = "1.0.6"