envconfig 0.3.0

Build a config object from environment variables without boilerplate.
Documentation
[package]
name = "envconfig"
version = "0.3.0"
authors = ["Sergey Potapov <blake131313@gmail.com>"]
description = "Build a config object from environment variables without boilerplate."
categories = ["config", "web-programming"]
keywords = ["config", "env", "macro", "configuration", "environment"]
license = "MIT"
repository = "https://github.com/greyblake/envconfig-rs"
homepage = "https://github.com/greyblake/envconfig-rs"
documentation = "https://docs.rs/envconfig"
readme = "README.md"

[dependencies]
failure = "0.1.2"

[dev-dependencies]
envconfig_derive = { version = "0.3.0", path = "../envconfig_derive" }