dotenvy 0.15.7

A well-maintained fork of the dotenv crate
Documentation
[[bin]]
name = "dotenvy"
required-features = ["cli"]
[dependencies.clap]
optional = true
version = "3.2"
[dev-dependencies.once_cell]
version = "1.16.0"

[dev-dependencies.tempfile]
version = "3.3.0"

[features]
cli = ["clap"]

[package]
authors = ["Noemi Lapresta <noemi.lapresta@gmail.com>", "Craig Hills <chills@gmail.com>", "Mike Piccolo <mfpiccolo@gmail.com>", "Alice Maz <alice@alicemaz.com>", "Sean Griffin <sean@seantheprogrammer.com>", "Adam Sharp <adam@sharplet.me>", "Arpad Borsos <arpad.borsos@googlemail.com>", "Allan Zhang <al@ayz.ai>"]
description = "A well-maintained fork of the dotenv crate"
edition = "2018"
homepage = "https://github.com/allan2/dotenvy"
keywords = ["dotenv", "env", "environment", "settings", "config"]
license = "MIT"
name = "dotenvy"
readme = "README.md"
repository = "https://github.com/allan2/dotenvy"
rust-version = "1.56.1"
version = "0.15.7"