terraphim_settings 1.10.0

Terraphim settings handling library
# 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 = "terraphim_settings"
version = "1.10.0"
authors = ["Terraphim Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terraphim settings handling library"
homepage = "https://terraphim.ai"
documentation = "https://terraphim.ai"
readme = "README.md"
keywords = [
    "personal-assistant",
    "ai",
    "privacy",
    "settings",
    "configuration",
]
license = "Apache-2.0"
repository = "https://github.com/terraphim/terraphim-ai"
resolver = "2"

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

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

[dependencies.directories]
version = "6.0.0"

[dependencies.log]
version = "0.4.29"

[dependencies.serde]
version = "1.0.182"
features = ["derive"]

[dependencies.terraphim_onepassword_cli]
version = "1.0.0"
optional = true

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tokio]
version = "1.35.1"
features = ["rt"]
optional = true

[dependencies.twelf]
version = "0.15.0"
features = [
    "json",
    "toml",
    "env",
    "clap",
]

[dev-dependencies.envtestkit]
version = "1.1.2"

[dev-dependencies.tempfile]
version = "3.23.0"

[dev-dependencies.test-log]
version = "0.2.19"