env2config 1.0.2

Load environment variables into structs
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 = "env2config"
version = "1.0.2"
authors = ["Mohammad Gholami <gholami.mohammad.mgh@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Load environment variables into structs"
readme = "README.md"
keywords = [
    "env",
    "config",
    "env2config",
]
license = "MIT"
repository = "https://github.com/gholami-mohammad/env2config-rs"

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

[dependencies.env2config_derive]
version = "1.0.0"