[[bin]]
name = "update-changelog"
path = "src/bin/update-changelog.rs"
required-features = ["anthropic"]
[dependencies.aws-config]
optional = true
version = "1"
[dependencies.aws-credential-types]
optional = true
version = "1"
[dependencies.aws-sigv4]
optional = true
version = "1"
[dependencies.aws-types]
optional = true
version = "1"
[dependencies.bytes]
version = "1"
[dependencies.eventsource-stream]
version = "0.2"
[dependencies.futures]
version = "0.3"
[dependencies.reqwest]
default-features = false
features = ["json", "stream", "rustls-tls"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[[example]]
name = "simple_chat"
path = "examples/simple_chat.rs"
[[example]]
name = "streaming_chat"
path = "examples/streaming_chat.rs"
[features]
anthropic = []
bedrock = ["aws-config", "aws-sigv4", "aws-types", "aws-credential-types"]
default = ["anthropic"]
full = ["anthropic", "bedrock"]
[lib]
name = "claude_sdk"
path = "src/lib.rs"
[package]
authors = ["Claude Agent SDK Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Native Rust SDK for the Claude API with streaming support and tool execution"
edition = "2021"
keywords = ["claude", "anthropic", "ai", "llm", "sdk"]
license = "MIT"
name = "claude-sdk"
readme = "README.md"
repository = "https://github.com/mcfearsome/claude-agent-sdk-rust"
version = "0.2.0"