# 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 = "shadow-rs" version = "0.29.0" authors = ["baoyachi "] exclude = [ "shadow-rs.png", "build_module.png", ] description = "A build-time information stored in your rust project" homepage = "https://github.com/baoyachi/shadow-rs" documentation = "https://docs.rs/shadow-rs" readme = "README.md" keywords = [ "cargo", "build-script", "build", "shadow", "compile", ] categories = [ "development-tools", "development-tools::build-utils", ] license = "MIT AND Apache-2.0" repository = "https://github.com/baoyachi/shadow-rs" [package.metadata.docs.rs] all-features = true [dependencies.const_format] version = "0.2.22" [dependencies.document-features] version = "0.2" optional = true [dependencies.git2] version = "0.19.0" optional = true default-features = false [dependencies.is_debug] version = "1.0.1" [dependencies.time] version = "0.3.11" features = [ "formatting", "local-offset", "parsing", ] [dependencies.tzdb] version = "0.6.0" features = ["local"] optional = true default-features = false [dev-dependencies.winnow] version = "0.6" [features] default = [ "git2", "tzdb", ]