# 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 = "vers-cli" version = "0.1.0" authors = ["Lorenzo Panieri"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple CLI tools for bumping and parsing version numbers" readme = "README.md" keywords = [ "version", "versioning", "semantic", "semver", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/PanieriLorenzo/vers-cli" [[bin]] name = "vers-cli" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.json] version = "0.12.4" [dependencies.semver] version = "1.0.22" features = ["serde"] [dependencies.serde] version = "1.0.200" [dependencies.serde_json] version = "1.0.116" [dependencies.serde_toml] version = "0.0.1" [dependencies.toml] version = "0.8.12" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0"