zeph-tools 0.19.2

Tool executor trait with shell, web scrape, and composite executors for Zeph
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 = "zeph-tools"
version = "0.19.2"
authors = ["bug-ops"]
build = false
publish = true
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"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "inference",
    "skills",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/bug-ops/zeph"

[features]
default = []
profiling = []
sandbox = [
    "dep:landlock",
    "dep:seccompiler",
]

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

[[test]]
name = "dependency_chains"
path = "tests/dependency_chains.rs"

[[test]]
name = "file_access"
path = "tests/file_access.rs"

[dependencies.arc-swap]
version = "1.9"

[dependencies.dirs]
version = "6.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.globset]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[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.tempfile]
version = "3.27"

[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.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-bash]
version = "0.25"

[dependencies.tree-sitter-go]
version = "0.25"

[dependencies.tree-sitter-javascript]
version = "0.25"

[dependencies.tree-sitter-json]
version = "0.24"

[dependencies.tree-sitter-md]
version = "0.5"

[dependencies.tree-sitter-python]
version = "0.25"

[dependencies.tree-sitter-rust]
version = "0.24"

[dependencies.tree-sitter-toml-ng]
version = "0.7"

[dependencies.tree-sitter-typescript]
version = "0.23"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.23"
features = ["v4"]

[dependencies.zeph-common]
version = "0.19.2"
features = ["treesitter"]

[dev-dependencies.insta]
version = "1.47"

[dev-dependencies.proptest]
version = "1.11"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.toml]
version = "1.1"

[dev-dependencies.wiremock]
version = "0.6.5"

[target.'cfg(target_os = "linux")'.dependencies.landlock]
version = "0.4"
optional = true

[target.'cfg(target_os = "linux")'.dependencies.seccompiler]
version = "0.4"
optional = true

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "deny"