[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3"
[dependencies.home]
version = "0.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tokio-stream]
features = ["io-util"]
version = "0.1"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter", "json", "chrono"]
version = "0.3"
[dependencies.which]
version = "6.0"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tracing-test]
version = "0.2"
[[example]]
name = "logging_demo"
path = "examples/logging_demo.rs"
[[example]]
name = "quick_start"
path = "examples/quick_start.rs"
[lib]
name = "claude_code_sdk"
path = "src/lib.rs"
[package]
authors = ["eric <eric@epsilla.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools"]
description = "Rust SDK for Claude Code"
documentation = "https://docs.anthropic.com/en/docs/claude-code/sdk"
edition = "2021"
homepage = "https://github.com/epsilla-cloud/claude-code-sdk-rust"
keywords = ["claude", "ai", "sdk", "anthropic"]
license = "MIT"
name = "claude-code-sdk"
readme = "README.md"
repository = "https://github.com/epsilla-cloud/claude-code-sdk-rust"
version = "0.0.1"
[[test]]
name = "test_client"
path = "tests/test_client.rs"
[[test]]
name = "test_errors"
path = "tests/test_errors.rs"
[[test]]
name = "test_types"
path = "tests/test_types.rs"