anthropic-tools 1.0.1

A Rust library for interacting with the Anthropic API
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"
rust-version = "1.85"
name = "anthropic-tools"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for interacting with the Anthropic API"
documentation = "https://docs.rs/anthropic-tools"
readme = "README.md"
keywords = [
    "anthropic",
    "claude",
    "api",
    "ai",
    "llm",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/akitenkrad/rs-anthropic-tools"

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.dotenvy]
version = "0.15"

[dependencies.image]
version = "0.25.9"

[dependencies.request]
version = "0.13.1"
features = [
    "blocking",
    "json",
]
package = "reqwest"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.17"

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

[dev-dependencies.dotenvy]
version = "0.15"

[dev-dependencies.test-log]
version = "0.2.19"
features = ["trace"]