# 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 = "edge-gpt" version = "0.3.5" description = "Non official BingAI Rust client library. Use at your own risk." readme = "README.md" license = "Unlicense" repository = "https://github.com/longfangsong/edge-gpt" [dependencies.async-stream] version = "0.3.5" [dependencies.base64] version = "0.21.2" [dependencies.cookie] version = "0.17.0" [dependencies.futures-util] version = "0.3.28" [dependencies.log] version = "0.4.19" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" features = [ "json", "cookies", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = ["macros"] [dependencies.tokio-tungstenite] version = "0.19.0" features = ["rustls-tls-native-roots"] [dependencies.uuid] version = "1.3.3" features = ["v4"] [dev-dependencies.clap] version = "4.3.3" features = ["derive"] [dev-dependencies.ezio] version = "0.1.2" [dev-dependencies.tokio] version = "1.28.2" features = [ "macros", "rt-multi-thread", ]