qenv 0.2.2

Define environment variables with macros and access them easily.
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 = "qenv"
version = "0.2.2"
authors = ["YooRarely <yoorarely@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Define environment variables with macros and access them easily."
readme = "README.md"
keywords = [
    "env",
    "dotenv",
]
license = "MIT"
repository = "https://github.com/YooRarely/qenv-rs"

[features]
default = ["dotenv"]
dotenv = ["dep:dotenvy"]

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

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

[dependencies.dotenvy]
version = "0.15"
optional = true