[package] name = "format_env" version = "1.0.1" authors = ["Grant Moyer "] description = "Substitutes environment variables into a string literal at compile time" homepage = "https://gitlab.com/GrantMoyer/format_env" repository = "https://gitlab.com/GrantMoyer/format_env" keywords = ["proc-macro", "environment", "variable", "env", "envvar"] categories = ["development-tools", "config"] edition = "2018" license = "MIT" [lib] proc-macro = true [dependencies] proc-macro2 = "^1.0"