[dependencies]
[[example]]
name = "example"
path = "examples/example.rs"
[lib]
name = "rust_dotenv"
path = "src/lib.rs"
[package]
authors = ["LaRevueGeek <contact@larevuegeek.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust crate to load environment variables from .env files."
edition = "2021"
homepage = "https://github.com/larevuegeek/rust_dotenv"
keywords = ["environment", "env", "dotenv", "settings", "config"]
license = "MIT"
name = "rust_dotenv"
readme = "README.md"
repository = "https://github.com/larevuegeek/rust_dotenv"
version = "0.1.2"