strands 0.2.1

Unofficial Rust implementation of Strands SDK
Documentation
[dependencies.anthropoki]
version = "0.3.0"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.futures]
version = "0.3.31"

[dependencies.rmcp]
default-features = false
features = ["base64", "client", "macros", "server", "transport-async-rw", "transport-child-process"]
version = "0.3.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tracing]
version = "0.1.41"

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

[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "io-std", "tracing", "fs", "macros"]
version = "1.46.1"

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

[[example]]
name = "hello_strands"
path = "examples/hello_strands/main.rs"

[features]
serde = ["dep:serde"]

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

[package]
authors = ["Chay Nabors (chaynabors@gmail.com)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Unofficial Rust implementation of Strands SDK"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "strands"
publish = true
readme = "README.md"
version = "0.2.1"