oxicode-sdk 0.65.0

oxicode AI agent SDK — build isolated, multi-agent AI systems
# 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 = "2024"
rust-version = "1.96"
name = "oxicode-sdk"
version = "0.65.0"
authors = ["a7garden <a7garden@icloud.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "oxicode AI agent SDK — build isolated, multi-agent AI systems"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "sdk",
    "llm",
    "multi-agent",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/project-oxi/oxicode"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
advisor = []
agent-hub = []
browser = []
circuit-breaker = []
default = []
delegation = []
lsp = []
mcp-spawn-validator = []
mcp-transport = []
memory = []
native-browser = [
    "oxicode-agent/native-browser",
    "dep:oxibrowser-core",
]
role-routing = []
role-switching = []
router = []
subagent = []
unstable = [
    "circuit-breaker",
    "mcp-spawn-validator",
    "mcp-transport",
    "delegation",
    "url-resolver",
    "workflow-dsl",
    "role-routing",
    "role-switching",
    "router",
    "advisor",
    "memory",
    "subagent",
    "agent-hub",
    "lsp",
    "browser",
]
url-resolver = []
workflow-dsl = []

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.blake3]
version = "1"

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

[dependencies.dirs]
version = "6"

[dependencies.fastrand]
version = "2"

[dependencies.filetime]
version = "0.2"

[dependencies.flate2]
version = "1"

[dependencies.glob]
version = "0.3"

[dependencies.oxibrowser-core]
version = "0.17"
optional = true

[dependencies.oxicode-agent]
version = "0.65.0"

[dependencies.oxicode-ai]
version = "0.65.0"

[dependencies.oxicode-api-stability]
version = "0.65.0"

[dependencies.oxicode-hashline]
version = "0.65.0"

[dependencies.oxicode-snapcompact]
version = "0.65.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2"

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

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tempfile]
version = "3"

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