# 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.58.0" name = "chksum-build" version = "0.0.3" authors = ["Konrad GoĊ‚awski "] description = "Tiny library for setting/getting build-time values for your crate." readme = "README.md" keywords = [ "build", "build-script", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/ferric-bytes/chksum-build" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] lto = "thin" [dependencies.anyhow] version = "1.0.66" optional = true [dependencies.chrono] version = "0.4.23" features = [ "clock", "std", ] default-features = false [dependencies.nom] version = "7.1.1" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.anyhow] version = "1.0.66" [features] default = [ "info", "script", ] info = [] script = ["anyhow"]