env-settings 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"
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/"
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"

[package.metadata.cargo-udeps.ignore]
development = [
    "env-settings-derive",
    "env-settings-utils",
]

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

[dev-dependencies.env-settings-derive]
version = "0.1"

[dev-dependencies.env-settings-utils]
version = "0.1"