# 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.65" name = "async-gigachat" version = "0.2.0" authors = ["Aleksandr Rassamagin"] description = "Async bindings for Gigachat API" homepage = "https://github.com/xsayler/async-gigachat" readme = "README.md" keywords = [ "gigachat", "async", "ai", ] categories = [ "api-bindings", "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/xsayler/async-gigachat" [dependencies.anyhow] version = "1.0.75" [dependencies.derive_builder] version = "0.12.0" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.22" features = [ "json", "multipart", "stream", ] [dependencies.reqwest-eventsource] version = "0.5.0" [dependencies.secrecy] version = "0.8.0" features = ["serde"] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.33.0" features = ["macros"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.5.0" features = ["v4"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.33.0" features = [ "tokio-macros", "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.17"