switchy_env 0.3.0

Switchy Environment Variables package
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 = "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"