agentics-config 0.3.0

Configuration loading and validation for Agentics services and tooling.
Documentation
# 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 = "agentics-config"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration loading and validation for Agentics services and tooling."
homepage = "https://agentics.reify.ing"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/agentic-science/Agentics"

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

[dependencies.agentics-contracts]
version = "0.3.0"

[dependencies.agentics-domain]
version = "0.3.0"

[dependencies.agentics-storage]
version = "0.3.0"

[dependencies.anyhow]
version = "1"

[dependencies.envy]
version = "0.4"

[dependencies.garde]
version = "0.23.0"
features = ["derive"]
default-features = false

[dependencies.http]
version = "1"

[dependencies.nix]
version = "0.31"
features = [
    "fs",
    "process",
    "signal",
    "user",
]

[dependencies.secrecy]
version = "0.10.3"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.url]
version = "2"
features = ["serde"]

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

[lints.clippy]
allow_attributes_without_reason = "warn"
arithmetic_side_effects = "warn"
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
enum_glob_use = "warn"
expect_used = "warn"
expl_impl_clone_on_copy = "warn"
future_not_send = "warn"
indexing_slicing = "warn"
infallible_try_from = "warn"
invalid_upcast_comparisons = "warn"
iter_not_returning_iterator = "warn"
let_underscore_future = "warn"
lossy_float_literal = "warn"
mem_forget = "warn"
panic = "warn"
panic_in_result_fn = "warn"
rc_mutex = "warn"
string_slice = "warn"
todo = "warn"
unchecked_time_subtraction = "warn"
unimplemented = "warn"
unused_async = "warn"
unwrap_used = "warn"
wildcard_imports = "warn"

[lints.rust]
let_underscore_drop = "warn"
missing_debug_implementations = "warn"
redundant_imports = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"