# 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 = "git-next-tag" version = "0.1.0" authors = ["Joost van der Griendt "] description = "An CLI for calculating the next tag for a git repository." homepage = "https://github.com/joostvdg/git-next-tag-rust" readme = "README.md" keywords = [ "cli", "git", "tag", "version", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/joostvdg/git-next-tag-rust" [[bin]] name = "git-next-tag" path = "src/main.rs" [[test]] name = "integration" path = "src/tests/integration_test.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.assert_fs] version = "1.0.12" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.predicates] version = "2.1.5"