[dependencies.config]
default-features = false
features = ["toml", "yaml"]
version = "0.15.14"
[dependencies.strut-core]
version = "0.0.2"
[features]
_probe = []
default = []
[lib]
name = "strut_config"
path = "src/lib.rs"
[package]
authors = ["Erik Sargazakov <erik@serpnet.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "config", "rust-patterns", "filesystem"]
description = "A companion to `config` crate. Part of the Strut family."
documentation = "https://docs.rs/strut-config"
edition = "2024"
homepage = "https://strut-rs.github.io"
keywords = ["internal", "helper", "config", "filesystem", "environment"]
license = "MIT"
name = "strut-config"
publish = true
readme = "README.md"
repository = "https://github.com/strut-rs/strut"
rust-version = "1.85.0"
version = "0.0.2"
[package.metadata.cargo-feature-combinations]
exclude_features = ["default", "_probe"]
[package.metadata.release]
release = true