ares-tools 0.10.0

Built-in tools for ARES agents
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 = "ares-tools"
version = "0.10.0"
authors = ["Dirmacs <build@dirmacs.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in tools for ARES agents"
readme = false
license = "MIT"
repository = "https://github.com/dirmacs/ares"

[features]
default = []
inventory = [
    "dep:inventory",
    "cordis/inventory",
]
mcp = [
    "dep:ares-mcp",
    "ares-mcp/mcp",
]
postgres = [
    "dep:sqlx",
    "dep:ares-store",
    "ares-store/postgres",
]
search-tools = [
    "dep:daedra",
    "dep:scraper",
]

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

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

[dependencies.ares-mcp]
version = "0.10.0"
optional = true

[dependencies.ares-store]
version = "0.10.0"
optional = true

[dependencies.ares-types]
version = "0.10.0"

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

[dependencies.base64]
version = "0.22"

[dependencies.boa_engine]
version = "0.20"

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

[dependencies.cordis]
version = "0.10.0"
package = "ares-cordis"

[dependencies.daedra]
version = "0.1.4"
optional = true

[dependencies.inventory]
version = "0.3"
optional = true

[dependencies.reqwest]
version = "0.12.26"
features = [
    "json",
    "rustls-tls",
    "multipart",
]
default-features = false

[dependencies.rhai]
version = "1.25"
features = [
    "serde",
    "sync",
]

[dependencies.scraper]
version = "0.25.0"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "postgres",
    "tls-rustls",
    "uuid",
    "chrono",
    "json",
    "migrate",
    "rust_decimal",
]
optional = true

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.ares-mcp]
version = "0.10.0"
features = ["mcp"]

[dev-dependencies.ares-store]
version = "0.10.0"
features = ["postgres"]

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

[dev-dependencies.daedra]
version = "0.1.4"

[dev-dependencies.scraper]
version = "0.25.0"

[dev-dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "postgres",
    "tls-rustls",
    "uuid",
    "chrono",
    "json",
    "migrate",
    "rust_decimal",
]

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

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

[dev-dependencies.tracing]
version = "0.1"

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