# 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" name = "claude-rs" version = "0.1.0" authors = ["Dat Nguyen "] description = "Claude AI-API ( Unofficial ) written in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/bitbytelabio/claude-rs" [lib] name = "claude" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" features = [ "json", "rustls-tls-webpki-roots", "cookies", "gzip", "multipart", "stream", ] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" features = ["fs"] default-features = false [dependencies.tokio-util] version = "0.7.10" [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.5.0" features = [ "v4", "serde", ] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.33.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.17"