# 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 = "vcs_version" version = "0.1.0" authors = ["Jérôme M. Berger "] description = "Helper functions to get version information from VCS" homepage = "https://heptapod.host/jmb/rust_vcs_version" readme = "README.md" categories = ["development-tools::build-utils"] license = "MIT" [dependencies.regex] version = "1.10.3" [dependencies.time] version = "0.3.34" features = [ "formatting", "macros", ] [dependencies.which] version = "6.0.0"