# 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_describe_build_tool" version = "1.0.2" authors = [ "Damian J Pound ", "Matthew \"Juniper\" Barlett ", ] description = "Retrieve Git tag, store as environment variable at build time" readme = "README.md" keywords = [ "build", "git", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://gitlab.com/SnSDev/git_describe_build_tool" resolver = "2" [lib] path = "lib.rs"