# 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 = "build-data" version = "0.2.1" authors = ["Michael Leonhard "] description = "Include build data in your program: date, rustc version, git commit & branch, etc." readme = "Readme.md" keywords = [ "build", "info", "data", "commit", "branch", ] categories = ["development-tools::build-utils"] license = "Apache-2.0" repository = "https://gitlab.com/leonhard-llc/ops" [dependencies.chrono] version = "^0.4.19" features = ["alloc"] default-features = false [dependencies.safe-regex] version = "0.3" [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.safe-lock] version = "0.1" [dev-dependencies.speculoos] version = "^0.11.0"