agent-diva-tooling 0.4.10

Tool traits and registry primitives for agent-diva
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 = "2021"
rust-version = "1.80.0"
name = "agent-diva-tooling"
version = "0.4.10"
authors = ["mastwet (projectViVY Team, undefine foundation)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool traits and registry primitives for agent-diva"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ProjectViVy/agent-diva"

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

[dependencies.agent-diva-core]
version = "0.4.10"

[dependencies.async-trait]
version = "0.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.35"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "fs",
    "process",
    "io-util",
]