conspiracy 0.2.0

Safe, efficient configuration abstractions
Documentation
[dependencies.conspiracy_macros]
version = "0.2.0"

[dependencies.conspiracy_theories]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.serde]
features = ["derive", "rc"]
version = "1.0.217"

[dev-dependencies.serde_json]
version = "1.0.3"

[dev-dependencies.serde_with]
version = "3.12.0"

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

[package]
authors = ["Chris Henk <Chris.Henk@unobtainium.software>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Safe, efficient configuration abstractions"
edition = "2021"
keywords = ["config", "configuration"]
license = "MIT OR Apache-2.0"
name = "conspiracy"
readme = "README.md"
repository = "https://github.com/LittleBoxOfSunshine/conspiracy"
version = "0.2.0"

[[test]]
name = "config_generation"
path = "tests/config_generation.rs"

[[test]]
name = "feature_generation"
path = "tests/feature_generation.rs"

[[test]]
name = "global_registered"
path = "tests/global_registered.rs"

[[test]]
name = "no_global_registered"
path = "tests/no_global_registered.rs"

[[test]]
name = "sub_fetcher"
path = "tests/sub_fetcher.rs"