terraphim_settings 1.5.0

Terraphim settings handling library
Documentation
[package]
name = "terraphim_settings"
version = "1.5.0"
edition = "2021"
authors = ["Terraphim Contributors"]
description = "Terraphim settings handling library"
documentation = "https://terraphim.ai"
homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["personal-assistant", "ai", "privacy", "settings", "configuration"]
license = "Apache-2.0"
readme = "../../README.md"

[dependencies]
directories = "6.0.0"
log = "0.4.29"
thiserror = "1.0.56"
twelf = { version = "0.15.0", features = ["json", "toml", "env", "clap"] }
serde = { version = "1.0.182", features = ["derive"] }
terraphim_onepassword_cli = { path = "../terraphim_onepassword_cli", version = "1.0.0", optional = true }
tokio = { version = "1.35.1", features = ["rt"], optional = true }

[features]
default = []
onepassword = ["terraphim_onepassword_cli", "tokio"]

[dev-dependencies]
tempfile="3.23.0"
envtestkit = "1.1.2"
test-log = "0.2.19"