# 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-cli" 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" [[bin]] name = "binggpt" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.binggpt] version = "0.1" [dependencies.colored] version = "2.0.0" [dependencies.rustyline] version = "11.0.0" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.utf8_slice] version = "1.0.0"