# 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 = "stampver" version = "1.0.5" authors = ["John Lyon-Smith "] description = "A tool for updating project version numbers" readme = "README.md" keywords = [ "version", "command-line", "development", ] categories = [ "command-line-utilities", "development-tools", ] license = "Unlicense" repository = "https://github.com/jlyonsmith/stampver-rs" [[bin]] name = "stampver" path = "src/bin/stampver.rs" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.colored] version = "^2.0.0" [dependencies.evalexpr] version = "^7.2.0" [dependencies.json5_nodes] version = "^2.0.0" [dependencies.regex] version = "^1.5.4" [dependencies.walkdir] version = "^2.3.2" [dev-dependencies.tempfile] version = "^3.2"