[package]
edition = "2024"
rust-version = "1.97"
name = "leviath-tools"
version = "0.1.1"
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.leviath-core]
version = "0.1.1"
[dependencies.leviath-providers]
version = "0.1.1"
[dependencies.leviath-sys]
version = "0.1.1"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
version = "1.41"
features = ["full"]
[dev-dependencies.temp-env]
version = "0.3"
[dev-dependencies.tempfile]
version = "3"
[lints.clippy]
string_slice = "deny"
[lints.rust]
unsafe_code = "forbid"