# 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 = "crab_ai" version = "0.1.9" authors = ["André de Moraes "] description = "OpenAI library for Rust" homepage = "https://github.com/decomoraes/crab_ai" documentation = "https://docs.rs/crab_ai" readme = "README.md" keywords = [ "openai", "api", "client", "rust", "ai", ] categories = [ "api-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/decomoraes/crab_ai" [dependencies.futures] version = "0.3.30" [dependencies.lazy_static] version = "1.5.0" [dependencies.reqwest] version = "0.12.5" features = [ "json", "stream", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.struct_iterable] version = "0.1.1" [dependencies.tokio] version = "1.38.1" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.uuid] version = "1.10.0" features = ["v4"]