# 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 = "2018" name = "minver_rs" version = "0.3.1" authors = ["Dominic Trottier "] description = "A Rust implementation of minver" keywords = ["minver", "git", "version"] categories = ["command-line-utilities", "development-tools::build-utils"] license = "MIT" repository = "https://github.com/dktrotti/minver_rs" [[bin]] name = "minver" path = "src/minver_cli.rs" [[bin]] name = "minver_build_util" path = "src/minver_build_util.rs" [dependencies.anyhow] version = "1.0" [dependencies.config] version = "0.11.0" [dependencies.git2] version = "0.13" [dependencies.log] version = "0.4" [dependencies.radix_trie] version = "0.2" [dependencies.regex] version = "1.5" [dependencies.simple_logger] version = "1.13.0" [dependencies.strum] version = "0.21" [dependencies.strum_macros] version = "0.21" [dependencies.toml_edit] version = "0.2.1" [dev-dependencies.tempfile] version = "3"