# 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-version" version = "0.3.9" authors = [ "Mara Bos ", "Maarten de Vries ", "David Roundy ", ] description = "Compile the git version (tag name, or hash otherwise) and dirty state into your program." documentation = "https://docs.rs/git-version/" readme = "README.md" keywords = [ "git", "version", "build", ] categories = [ "development-tools", "development-tools::build-utils", ] license = "BSD-2-Clause" repository = "https://github.com/fusion-engineering/rust-git-version" [dependencies.git-version-macro] version = "=0.3.9" [dev-dependencies.assert2] version = "0.3.11" [dev-dependencies.tempfile] version = "3.8.1"