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