confroid 0.0.3

The n+1-st config reader for your environment-based configs.
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 = "2024"
name = "confroid"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The n+1-st config reader for your environment-based configs."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/FlyinPancake/confroid"

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

[features]
docs = ["confroid-derive/docs"]
humantime = [
    "dep:humantime",
    "confroid-derive/humantime",
]
url = ["dep:url"]

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

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

[[test]]
name = "docs"
path = "tests/docs.rs"

[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"

[[test]]
name = "enum_scalar"
path = "tests/enum_scalar.rs"

[[test]]
name = "readme"
path = "tests/readme.rs"

[[test]]
name = "scalars"
path = "tests/scalars.rs"

[dependencies.confroid-derive]
version = "0.0.3"

[dependencies.humantime]
version = "2"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"
optional = true