# 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 = "binggpt" version = "0.1.5" description = "BingGPT command line client, written in rust" homepage = "https://github.com/jlvihv/BingGPT" readme = "README.md" keywords = [ "binggpt", "bing-gpt", "BingGPT", "chatgpt", "ChatGPT", ] license = "MIT" repository = "https://github.com/jlvihv/BingGPT" resolver = "1" [lib] name = "binggpt" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.futures] version = "0.3.26" [dependencies.gjson] version = "0.8.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.18.0" features = ["native-tls"] [dependencies.uuid] version = "1.3.0" features = ["v4"]