rusty_claw 0.1.0

Rust implementation of the Claude Agent SDK
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 = "rusty_claw"
version = "0.1.0"
authors = ["rusty_claw contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the Claude Agent SDK"
homepage = "https://github.com/citadelgrad/rusty_claw"
documentation = "https://docs.rs/rusty_claw"
readme = "README.md"
keywords = [
    "anthropic",
    "claude",
    "agent",
    "sdk",
    "mcp",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/citadelgrad/rusty_claw"
resolver = "2"

[features]
default = []

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

[[bin]]
name = "mock_cli"
path = "test_support/mock_cli.rs"
test = false

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

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

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

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

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

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

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

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1.35"
features = [
    "full",
    "test-util",
]

[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]
default-features = false

[target."cfg(unix)".dependencies.rusty_claw_macros]
version = "0.1.0"