# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "easyenv" version = "0.0.9" authors = [ "Brandon Thomas <bt@brand.io>", "Brandon Thomas <echelon@gmail.com>", ] description = "Easy ENV variable handling; also sets up Rust's env_logger." documentation = "https://docs.rs/easyenv" readme = "README.md" keywords = [ "ENV", "environment", "helper", ] license = "BSD-4-Clause" repository = "https://github.com/echelon/easyenv.rs" [lib] name = "easyenv" path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4" [badges.travis-ci] repository = "echelon/easyenv.rs"