# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "semvercli" version = "0.0.1" authors = ["Kiril Zvezdarov "] description = "A thin command line interface over the semver crate" homepage = "https://github.com/kzvezdarov/semvercli" readme = "README.md" keywords = ["version", "bump", "semver", "cli"] categories = ["command-line-utilities", "development-tools::build-utils"] license = "Apache-2.0" repository = "https://github.com/kzvezdarov/semvercli" [dependencies.clap] version = "2.33.0" [dependencies.semver] version = "0.9.0" [dependencies.toml_edit] version = "0.1.3" [dev-dependencies.proptest] version = "0.9.4" [dev-dependencies.tempfile] version = "3.0.8" [badges.is-it-maintained-issue-resolution] repository = "kzvezdarov/semvercli" service = "github" [badges.is-it-maintained-open-issues] repository = "kzvezdarov/semvercli" service = "github" [badges.maintenance] status = "actively-developed"