const_env_impl--value 0.1.2

Configure const and static items by environment variables.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "const_env_impl--value"
version = "0.1.2"
authors = ["Drake Tetreault <ekardnt@ekardnt.com>", "Dylan McKay <me@dylanmckay.io>"]
edition = "2018"
description = "Configure const and static items by environment variables."
readme = "README.md"
license = "CC0-1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proc-macro2 = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
quote = "1.0"