# 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" rust-version = "1.72.0" name = "openai-client-cli" version = "0.1.1" authors = ["Asher Jingkong Chen"] description = "OpenAI API client CLI" documentation = "https://docs.rs/openai-client-cli" readme = "README.md" keywords = [ "openai", "api", "client", "cli", "chatgpt", ] categories = [ "api-bindings", "command-line-interface", "command-line-utilities", "multimedia", "parsing", ] license = "MIT" repository = "https://github.com/AsherJingkongChen/openai-client-cli.git" resolver = "2" [profile.release] lto = true [lib] doctest = false [[bin]] name = "openai-client" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.eventsource-stream] version = "0.2.3" [dependencies.futures-util] version = "0.3.29" [dependencies.http] version = "0.2.9" [dependencies.mime] version = "0.3.17" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.shellexpand] version = "3.1.0" features = ["path"] [dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.url] version = "2.4.1" [build-dependencies.anyhow] version = "1.0.75" [build-dependencies.regex] version = "1.10.2" [build-dependencies.serde] version = "1.0.190" features = ["derive"] [build-dependencies.serde_yaml] version = "0.9.27"