envtime 0.0.4

Runtime and compile time environment resolution for Rust
Documentation
[package]

name = "envtime"

version = "0.0.4"

edition = "2018"

description = "Runtime and compile time environment resolution for Rust"

authors = ["Async <asyncvoid@users.noreply.github.com>"]

repository = "https://github.com/AsyncVoid/envtime"

keywords = ["env", "environment", "build", "settings"]

readme = "README.md"

license = "MIT"

include = [

    "/docs/*",

    "/src/*",

    "/tests/*",

    "/Cargo.toml",

    "/LICENSE",

    "/README.md",

]



[lib]

proc-macro = true



[dependencies]

quote = "1"

syn = "2.0.18"