claudecode 0.1.10

A Rust SDK for programmatically interacting with Claude Code
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 = "2024"
name = "claudecode"
version = "0.1.10"
authors = ["ClaudeCode-RS Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust SDK for programmatically interacting with Claude Code"
homepage = "https://github.com/allisoneer/agentic_auxilary"
documentation = "https://docs.rs/claudecode"
readme = "README.md"
keywords = [
    "claude",
    "ai",
    "sdk",
    "anthropic",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/allisoneer/agentic_auxilary"
resolver = "2"

[package.metadata.dist]
dist = false

[package.metadata.repo]
role = "lib"
family = "services"
readme_tier = "featured"

[package.metadata.repo.integrations]
mcp = false
logging = false
napi = false

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

[[bin]]
name = "claudecode"
path = "src/main.rs"

[[example]]
name = "claudecode_basic"
path = "examples/basic.rs"

[[example]]
name = "claudecode_streaming"
path = "examples/streaming.rs"

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

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

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

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

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.num_cpus]
version = "1.16"

[dependencies.rmcp]
version = "0.12.0"
features = [
    "client",
    "transport-child-process",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.10"

[dependencies.thiserror]
version = "2.0"

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

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.which]
version = "6.0"

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

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"