# 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 = "nextver" version = "0.8.4" authors = ["Tim Martin "] description = "A library for parsing and incrementing arbitrarily-formatted versions." homepage = "https://github.com/t-mart/nextver" documentation = "https://docs.rs/nextver" readme = "README.md" keywords = [ "version", "semver", "calver", "bump", ] categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/t-mart/nextver" [package.metadata.binstall.overrides.x86_64-apple-darwin] pkg-fmt = "zip" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-fmt = "zip" [lib] name = "nextver" path = "src/lib.rs" [[bin]] name = "nextver" path = "src/main.rs" [[bench]] name = "nextver_bench" harness = false [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.17" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.itertools] version = "0.12.0" [dev-dependencies.rstest] version = "0.18.2"