envmnt 0.10.4

Environment variables utility functions.
Documentation
[package]
name = "envmnt"
version = "0.10.4"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
description = "Environment variables utility functions."
license = "Apache-2.0"
edition = "2021"
documentation = "https://sagiegurari.github.io/envmnt/api/envmnt/index.html"
homepage = "http://github.com/sagiegurari/envmnt"
repository = "https://github.com/sagiegurari/envmnt.git"
readme = "README.md"
keywords = ["environment", "build"]
categories = ["config", "os"]
include = [
  "/benches/*",
  "/docs/*",
  "/examples/*",
  "/src/*",
  "/tests/*",
  "/Cargo.toml",
  "/LICENSE",
  "/README.md",
  "/Makefile.toml",
]

[dependencies]
fsio = "^0.4"
indexmap = "^1"

[dev-dependencies]
doc-comment = "^0.3"

[badges.codecov]
branch = "master"
repository = "sagiegurari/envmnt"
service = "github"