[package]
edition = "2015"
name = "dotconf"
version = "0.1.3"
authors = ["Stefan Liu <stefanliu@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A very light-weight dotenv crate"
homepage = "https://github.com/devfans/dotconf-rs"
readme = "README.md"
keywords = [
"dotenv",
"env",
"environment",
"settings",
"config",
]
categories = ["config"]
license = "MIT"
repository = "https://github.com/devfans/dotconf-rs"
[lib]
name = "dotconf"
path = "src/lib.rs"