[package]
edition = "2024"
name = "zeph-tools"
version = "0.12.2"
authors = ["bug-ops"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool executor trait with shell, web scrape, and composite executors for Zeph"
homepage = "https://github.com/bug-ops/zeph"
documentation = "https://docs.rs/zeph-tools"
readme = "README.md"
keywords = [
"ai",
"agent",
"llm",
"inference",
"skills",
]
categories = [
"command-line-utilities",
"science",
]
license = "MIT"
repository = "https://github.com/bug-ops/zeph"
[lib]
name = "zeph_tools"
path = "src/lib.rs"
[dependencies.dirs]
version = "6.0"
[dependencies.glob]
version = "0.3.3"
[dependencies.regex]
version = "1.12"
[dependencies.reqwest]
version = "0.13"
features = ["rustls"]
default-features = false
[dependencies.schemars]
version = "1.2"
[dependencies.scrape-core]
version = "0.2"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1"
features = [
"fs",
"io-util",
"macros",
"process",
"rt",
"sync",
"time",
]
[dependencies.tokio-util]
version = "0.7"
[dependencies.toml]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5"
[dependencies.uuid]
version = "1.21"
features = ["v4"]
[dev-dependencies.filetime]
version = "0.2"
[dev-dependencies.insta]
version = "1.46.3"
features = [
"toml",
"filters",
]
[dev-dependencies.proptest]
version = "1.10"
[dev-dependencies.tempfile]
version = "3.26"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]
[dev-dependencies.toml]
version = "1.0"
[dev-dependencies.wiremock]
version = "0.6.5"
[lints.clippy]
all = "warn"
pedantic = "warn"
[lints.rust]
unsafe_code = "deny"