# 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 = "bing_client" version = "0.1.2" authors = ["canxin121 "] description = "Async reverse client for Bing copilot" homepage = "https://github.com/canxin121/bing_client" readme = "Readme.md" keywords = [ "bing", "copilot", "gpt", ] categories = [ "api-bindings", "asynchronous", "science::robotics", "web-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/canxin121/bing_client" [dependencies.anyhow] version = "1.0.80" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.35" [dependencies.futures-util] version = "0.3.30" [dependencies.genawaiter] version = "0.99.1" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "1.1.0" [dependencies.image] version = "0.24.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.3" features = [ "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21.0" [dependencies.urlencoding] version = "2.1.3" [dependencies.uuid] version = "1.7.0" features = ["v4"] [features] allow-invalid-tls = [] default = ["rustls"] native-tls = [ "reqwest/default-tls", "tokio-tungstenite/native-tls", ] rustls = [ "reqwest/rustls-tls", "reqwest/rustls-tls-webpki-roots", "tokio-tungstenite/rustls", "tokio-tungstenite/rustls-tls-webpki-roots", ]