env-settings-utils 0.1.15

initialize rust structs using environment variables (like `pydantic`'s `BaseSettings`)
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 = "env-settings-utils"
version = "0.1.15"
authors = ["dariocurr <dariocurr@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "initialize rust structs using environment variables (like `pydantic`'s `BaseSettings`)"
homepage = "https://github.com/dariocurr/env-settings"
documentation = "https://docs.rs/env-settings-utils/"
readme = "README.md"
keywords = [
    "BaseSettings",
    "config",
    "environment",
    "settings",
    "variables",
]
categories = [
    "config",
    "filesystem",
    "os",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dariocurr/env-settings"
resolver = "2"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.assert_fs]
version = "1.1"

[dev-dependencies.rstest]
version = "0.26"