eoka-agent 0.1.3

AI agent interaction layer for browser automation — MCP server, observe/act loop
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 = "eoka-agent"
version = "0.1.3"
authors = ["cbxss"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI agent interaction layer for browser automation — MCP server, observe/act loop"
homepage = "https://github.com/cbxss/eoka-tools"
documentation = "https://docs.rs/eoka-agent"
readme = "README.md"
keywords = [
    "browser",
    "automation",
    "ai-agent",
    "mcp",
    "llm",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cbxss/eoka-tools"

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

[[bin]]
name = "eoka-agent"
path = "src/main.rs"

[[example]]
name = "batch_opencorporates"
path = "examples/batch_opencorporates.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.dirs]
version = "5"

[dependencies.eoka]
version = "0.3.12"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rmcp]
version = "0.13"
features = [
    "server",
    "transport-io",
]

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1"

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

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

[dev-dependencies.urlencoding]
version = "2"