dotenv 0.15.0

A `dotenv` implementation for Rust
Documentation
This crate provides a configuration loader in the style of the [ruby dotenv gem](https://github.com/bkeepers/dotenv). This library is meant to be used on development or testing environments in which setting environment variables is not practical. It loads environment variables from a .env file, if available, and mashes those with the actual environment variables provided by the operating system.