[dependencies.nom]
version = "7.0"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.0"
[lib]
name = "dotenv"
[package]
description = "A correct dotenv library"
edition = "2018"
homepage = "https://github.com/arniu/dotenvs-rs"
include = ["/src", "/tests", "LICENSE.md"]
keywords = ["environment", "env", "dotenv", "config"]
license = "MIT"
name = "dotenvs"
readme = "README.md"
repository = "https://github.com/arniu/dotenvs-rs"
version = "0.1.0"