micronfig 2.0.2

Macro-based configuration management
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 = "micronfig"
version = "2.0.2"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro-based configuration management"
readme = "README.md"
keywords = [
    "twelve-factor-app",
    "configuration",
    "config",
    "environment",
    "envvar",
]
categories = ["config"]
license = "MIT OR Apache-2.0"
repository = "https://forge.steffo.eu/steffo/micronfig"

[package.metadata.docs.rs]
all-features = true

[features]
default = [
    "envvars",
    "envfiles",
    "envdot",
]
envdot = ["regex"]
envfiles = []
envvars = []

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

[dependencies.micronfig_macros]
version = "2.0.2"

[dependencies.regex]
version = "1.10.2"
optional = true

[dev-dependencies.tempfile]
version = "3.9.0"

[lints.clippy]
tabs-in-doc-comments = "allow"