# 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 = "irox-build-rs" version = "0.2.4" authors = ["Sean P. Madden "] exclude = ["doc"] description = "Compile-time build metadata injection inspired by shadow-rs" homepage = "https://github.com/spmadden/irox" readme = "README.md" keywords = [ "irox", "build-tools", "metadata", "cargo", "git", ] categories = [ "development-tools::build-utils", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/spmadden/irox" [[example]] name = "build-example" required-features = ["git"] [dependencies.git2] version = "0.19.0" features = [ "vendored-openssl", "vendored-libgit2", ] optional = true [dependencies.irox-git-tools] version = "^0" optional = true [dependencies.irox-time] version = "^0" features = ["std"] [features] git = [ "dep:git2", "dep:irox-git-tools", ]