thisconfig 0.2.2

Config Loader for Rust Applications
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 = "thisconfig"
version = "0.2.2"
authors = ["Luciano Revillod <lrevillod2022@alu.uct.cl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Config Loader for Rust Applications"
readme = "README.md"
keywords = [
    "config",
    "toml",
    "environment",
]
categories = [
    "config",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/MrRevillod/thisconfig"
resolver = "2"

[features]
axum = ["thisconfig-macros/axum"]
byte-unit = ["dep:byte-unit"]
default = ["macros"]
dotenv = ["dep:dotenv"]
macros = ["dep:thisconfig-macros"]
time-unit = ["dep:duration-str"]
validation = ["validator/derive"]

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

[dependencies.byte-unit]
version = "5.2.0"
optional = true

[dependencies.dotenv]
version = "0.15.0"
optional = true

[dependencies.duration-str]
version = "0.20.0"
optional = true

[dependencies.regex-lite]
version = "0.1.8"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.thisconfig-macros]
version = "0.2.2"
optional = true

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.10"

[dependencies.tracing]
version = "0.1.44"

[dependencies.validator]
version = "0.20.0"
features = ["derive"]
optional = true

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

[dev-dependencies.tokio]
version = "1.40"
features = ["full"]