# 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" rust-version = "1.74.0" name = "vergen-lib" version = "0.1.4" authors = ["Jason Ozias "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Common code used to support the vergen libraries" homepage = "https://github.com/rustyhorde/vergen" documentation = "https://docs.rs/vergen-lib" readme = "README.md" keywords = [ "cargo", "instructions", "build", "tool", ] categories = [ "development-tools", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rustyhorde/vergen" [[package.metadata.cargo-matrix.channel]] always_deny = ["unstable"] name = "default" [[package.metadata.cargo-matrix.channel]] always_deny = [] always_include = ["unstable"] name = "nightly" [[package.metadata.cargo-matrix.channel]] always_deny = ["emit_and_set"] always_include = ["unstable"] name = "llvm-cov" [package.metadata.docs.rs] features = [ "build", "cargo", "git", "rustc", "si", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "vergen_lib" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.derive_builder] version = "0.20.1" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.temp-env] version = "0.3.6" [build-dependencies.rustversion] version = "1.0.17" [features] build = [] cargo = [] default = [] emit_and_set = [] git = [] rustc = [] si = [] unstable = []