[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[lib]
name = "const_env_impl"
path = "src/lib.rs"
[package]
authors = ["Drake Tetreault <ekardnt@ekardnt.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::build-utils", "config"]
description = "Configure const and static items by environment variables."
edition = "2024"
homepage = "https://github.com/EkardNT/const_env"
keywords = ["env", "envvar", "environment", "variable"]
license = "CC0-1.0"
name = "const_env_impl"
readme = "README.md"
repository = "https://github.com/EkardNT/const_env"
version = "0.1.4"
[[test]]
name = "from_env"
path = "tests/from_env.rs"