[package] name = "env" version = "0.1.0" edition = "2021" authors = ["509856256@qq.com"] description = "A Rust implementation of dotenv for parsing .env files" license = "MIT" repository = "https://github.com/liangshuai/env" readme = "README.md" keywords = ["dotenv", "env", "environment", "config"] categories = ["config", "parser-implementations"] [dependencies]