[dependencies.const-str]
version = "0.5.7"
[dependencies.static_init]
features = ["parking_lot"]
version = "1.0.3"
[dependencies.tracing]
version = "0.1.40"
[lib]
name = "genv"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "global static var from environment"
edition = "2021"
homepage = "https://github.com/i18n-site/rust/tree/main/genv"
license = "MulanPSL-2.0"
name = "genv"
readme = "README.md"
repository = "https://github.com/i18n-site/rust.git"
version = "0.1.13"
[[test]]
name = "main"
path = "tests/main.rs"