[dependencies.async-std]
optional = true
version = "1.12.0"
[dependencies.thiserror]
version = ">=1.0,<3"
[dependencies.tokio]
features = ["fs"]
optional = true
version = "1.31.0"
[dev-dependencies.async-std]
version = "1.12.0"
[dev-dependencies.rand]
version = "0.8.4"
[dev-dependencies.temp-env]
version = "0.3.4"
[dev-dependencies.tokio]
features = ["fs", "macros", "rt"]
version = "1.31.0"
[dev-dependencies.tokio-test]
version = "0.4.2"
[features]
async = ["async-std"]
async-tokio = ["tokio"]
default = ["sync"]
sync = []
[lib]
name = "config_better"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "filesystem"]
description = "Configure your application in a friendlier and more consistent way!"
edition = "2021"
homepage = "https://github.com/kade-robertson/config-better-rs"
keywords = ["config-better", "config", "xdg"]
license = "MIT"
name = "config-better"
readme = "README.md"
repository = "https://github.com/kade-robertson/config-better-rs"
rust-version = "1.63"
version = "1.3.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]