leviath-tools 0.3.2

Native built-in tools for Leviath agents
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"
rust-version = "1.97"
name = "leviath-tools"
version = "0.3.2"
authors = ["Gerald McAlister <gemisis@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native built-in tools for Leviath agents"
homepage = "https://leviath.dev"
readme = "README.md"
keywords = [
    "agents",
    "llm",
    "ai",
    "runtime",
    "context",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/GEMISIS/leviath"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.csv]
version = "1.4"

[dependencies.jsonschema]
version = "0.49"
default-features = false

[dependencies.leviath-core]
version = "0.3.2"

[dependencies.leviath-providers]
version = "0.3.2"

[dependencies.leviath-sys]
version = "0.3.2"

[dependencies.quick-xml]
version = "0.41"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.53"
features = ["full"]

[dependencies.toml]
version = "1.0"
features = ["preserve_order"]

[dependencies.yaml-rust2]
version = "0.11"

[dev-dependencies.temp-env]
version = "0.3"

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

[lints.clippy]
allow_attributes = "deny"
allow_attributes_without_reason = "deny"
string_slice = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"