agentik-sdk 0.2.0

Comprehensive, type-safe Rust SDK for the Anthropic API with streaming, tools, vision, files, and batch processing support.
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 = "agentik-sdk"
version = "0.2.0"
authors = [
    "Wjixiang",
    "Sonnet 4.0 + Cursor",
]
build = false
exclude = [
    "target/",
    ".git/",
    ".github/",
    "*.sh",
    ".DS_Store",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Comprehensive, type-safe Rust SDK for the Anthropic API with streaming, tools, vision, files, and batch processing support."
documentation = "https://docs.rs/agentik-sdk"
readme = "README.md"
keywords = [
    "anthropic",
    "claude",
    "ai",
    "api",
    "sdk",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/dimichgh/agentik-sdk"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = []

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

[[test]]
name = "custom_gateway_integration"
path = "tests/custom_gateway_integration.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

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

[dependencies.backoff]
version = "0.4"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.5"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dotenvy]
version = "0.15"

[dependencies.eventsource-stream]
version = "0.2"

[dependencies.futures]
version = "0.3"
features = ["alloc"]

[dependencies.mime]
version = "0.3.17"

[dependencies.once_cell]
version = "1.0"

[dependencies.pin-project]
version = "1.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "multipart",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
]

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

[dependencies.tower]
version = "0.4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.0"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt-multi-thread",
]

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