aegis-tools 1.0.4

Tool system for the Aegis agent runtime
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"
name = "aegis-tools"
version = "1.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool system for the Aegis agent runtime"
readme = false
license = "MIT"
repository = "https://github.com/Druuugbug/Aegis"

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

[dependencies.aegis-a2a]
version = "1.0.4"

[dependencies.aegis-feedback]
version = "1.0.4"

[dependencies.aegis-memory]
version = "1.0.4"
package = "aegis-agent-memory"

[dependencies.aegis-record]
version = "1.0.4"

[dependencies.aegis-sandbox]
version = "1.0.4"

[dependencies.aegis-security]
version = "1.0.4"

[dependencies.aegis-types]
version = "1.0.4"

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs-next]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
    "http2",
    "charset",
]
default-features = false

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "vtab",
]

[dependencies.scraper]
version = "0.20"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.strsim]
version = "0.11"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"