[package] name = "genv" version = "0.1.15" edition = "2021" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/rust.git" homepage = "https://github.com/i18n-site/rust/tree/main/genv" description = "global static var from environment" [dependencies] const-str = "0.5.7" tracing = "0.1.40" [dependencies.static_init] version = "1.0.3" features = [ "parking_lot" ]