mr_env_plus 0.1.0

Environment configuration management for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "mr_env_plus"
version = "0.1.0"
authors = ["Supaat Wisessued <supaat.wi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Environment configuration management for Rust"
documentation = "https://github.com/supaatwi/mr_env_plus/blob/main/README.md"
readme = "README.md"
keywords = [
    "environment",
    "env",
    "mr_env_plus",
    "settings",
    "config",
]
categories = [
    "config",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/supaatwi/mr_env_plus"

[lib]
name = "mr_env_plus"
path = "src/lib.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "with_path"
path = "examples/with_path.rs"

[dependencies.mr_env_macro]
version = "0.1.0"