# 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 = "qwen" version = "0.1.0" authors = ["Ziboh "] description = "qwen is program to send messages to Qwen API." homepage = "https://github.com/ziboh/qwen" readme = "README.md" keywords = [ "chat", "tool", "qwen", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ziboh/qwen" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "qwen" path = "src/bin/qwen.rs" [dependencies.bytes] version = "1.6.0" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.eventsource-stream] version = "0.2.3" optional = true [dependencies.futures-util] version = "0.3.28" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "json", ] default-features = false [dependencies.rustyline] version = "14.0.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5" [dev-dependencies] [features] default = ["streams"] streams = [ "eventsource-stream", "reqwest/stream", ]