[package]
name = "build_details"
version = "0.1.2"
authors = ["Sam Wilson <tecywiz121@hotmail.com>"]
description = "build.rs helper that provides build information at runtime"
readme = "README.md"
keywords = ["build", "codegen", "profile", "build-dependencies"]
categories = ["development-tools", "development-tools::build-utils"]
license = "MPL-2.0"
repository = "https://github.com/tecywiz121/build_details"
[dependencies.maplit]
version = "1.0.1"
[dependencies.phf_codegen]
version = "0.7.22"
[dev-dependencies.lazy_static]
version = "1.0.0"
[dev-dependencies.tempfile]
version = "3.0.3"