spider_agent_types 2.45.7

Pure data types and constants for spider_agent automation. Zero heavy dependencies.
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 = "spider_agent_types"
version = "2.45.7"
authors = ["j-mendez <jeff@spider.cloud>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure data types and constants for spider_agent automation. Zero heavy dependencies."
documentation = "https://docs.rs/spider_agent_types"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "automation",
    "web",
    "types",
]
categories = [
    "web-programming",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/spider-rs/spider"

[badges.maintenance]
status = "actively-developed"

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

[dependencies.aho-corasick]
version = "1"

[dependencies.llm_models_spider]
version = "0.1.9"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.serde_json]
version = "1"