pctx_code_mode 0.2.1

TypeScript code execution engine for AI agents with tool schemas, sandboxed Deno runtime, and Rust callbacks
# 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"
name = "pctx_code_mode"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeScript code execution engine for AI agents with tool schemas, sandboxed Deno runtime, and Rust callbacks"
readme = "README.md"
keywords = [
    "ai",
    "typescript",
    "code-execution",
    "mcp",
    "tools",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/portofcontext/pctx"
resolver = "2"

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

[dependencies.futures]
version = "0.3"

[dependencies.pctx_code_execution_runtime]
version = "^0.1.2"

[dependencies.pctx_codegen]
version = "^0.1.1"

[dependencies.pctx_config]
version = "^0.1.2"

[dependencies.pctx_executor]
version = "^0.1.1"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.utoipa]
version = "5"

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]