# 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 = "2021" rust-version = "1.76" name = "clust" version = "0.9.0" authors = ["Mochineko "] description = "An unofficial Rust client for the Anthropic/Claude API." documentation = "https://docs.rs/clust" readme = "README.md" keywords = [ "claude", "rest", "api", "client", "machine-learning", ] categories = [ "api-bindings", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mochi-neko/clust" [package.metadata.docs.rs] all-features = true [lib] path = "src/lib.rs" [dependencies.bytes] version = "1.6.*" [dependencies.clust_macros] version = "0.9.0" optional = true [dependencies.futures-core] version = "0.3.*" [dependencies.pin-project] version = "1.1.*" [dependencies.reqwest] version = "0.12.*" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.serde-json-fmt] version = "0.1.*" [dependencies.serde_json] version = "1.0.*" [dependencies.thiserror] version = "1.0.*" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.clap] version = "4.5.7" features = ["derive"] [dev-dependencies.futures-util] version = "0.3.30" [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", "fs", ] [dev-dependencies.tokio-stream] version = "0.1.15" [features] default = [] full = ["macros"] macros = ["dep:clust_macros"]