[dependencies.dotenvy]
version = "0.15"
[dependencies.thiserror]
version = "2"
[lib]
name = "cfgloader_core"
path = "src/lib.rs"
[package]
authors = ["Your Name <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "development-tools"]
description = "Core functionality for cfgloader - configuration loading library"
documentation = "https://docs.rs/cfgloader-core"
edition = "2021"
keywords = ["config", "environment", "dotenv", "configuration", "env"]
license = "MIT OR Apache-2.0"
name = "cfgloader-core"
readme = false
repository = "https://github.com/YOUR_USERNAME/cfgloader_rs"
version = "0.1.0"