clauders 0.1.3

Rust bindings for Claude Code CLI
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 = "clauders"
version = "0.1.3"
authors = [
    "Sam L. Thomas <s@ghost.sh>",
    "Francesco Evangelista <github@francescoevangelista.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Claude Code CLI"
documentation = "https://docs.rs/clauders"
readme = "README.md"
keywords = [
    "claude",
    "ai",
    "anthropic",
    "cli",
]
license = "MIT"
repository = "https://github.com/xorpse/clauders"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.derive_builder]
version = "0.20"

[dependencies.futures]
version = "0.3"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v7"]

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