dotenv 0.8.0

A `dotenv` implementation for Rust
Documentation
[package]

name = "dotenv"
version = "0.8.0"
authors = [
	"Santiago Lapresta <santiago.lapresta@gmail.com>",
	"Craig Hills <chills@gmail.com>",
	"Mike Piccolo <mfpiccolo@gmail.com>",
	"Alice Maz <alice@alicemaz.com>",
	"Sean Griffin <sean@seantheprogrammer.com>",
]
readme = "README.md"
keywords = ["environment", "env", "dotenv", "settings", "config"]
license = "MIT"
homepage = "https://github.com/slapresta/rust-dotenv"
repository = "https://github.com/slapresta/rust-dotenv"
description = "A `dotenv` implementation for Rust"

[dependencies]
regex = "< 0.2"