[package]
edition = "2024"
name = "switchy_env"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Switchy Environment Variables package"
readme = "README.md"
keywords = [
"config",
"environment",
"variables",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"
[package.metadata]
examples = true
[package.metadata.workspaces]
group = "switchy"
[features]
default = [
"simulator",
"std",
]
fail-on-warnings = []
simulator = []
std = []
[lib]
name = "switchy_env"
path = "src/lib.rs"
[dependencies.log]
version = "0.4.29"
features = ["release_max_level_trace"]
[dependencies.thiserror]
version = "2.0.18"