# 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 = "bard-rs" version = "1.2.7" authors = ["Seok Won Choi "] description = "Google Gemini CLI (Bard)" readme = "README.md" keywords = [ "Google", "Bard", "Gemini", "Chatbot", "CLI", ] license = "MIT" repository = "https://github.com/Alfex4936/Bard-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2.1" [dependencies.dotenv] version = "0.15.0" [dependencies.flate2] version = "1.0" [dependencies.futures-util] version = "0.3.30" [dependencies.indicatif] version = "0.17" features = ["improved_unicode"] [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = [ "cookies", "json", ] [dependencies.rustyline] version = "14" features = ["derive"] [dependencies.rustyline-async] version = "0.4.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2" [dependencies.urlencoding] version = "2" [target."cfg(not(target_env = \"msvc\"))".dependencies.openssl] version = "0.10" features = ["vendored"]