# 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.65.0" name = "cligpt" version = "0.3.0" authors = ["Felipe S. S. Schneider "] description = "A command-line interface to talk to ChatGPT" readme = "README.md" license = "MIT" repository = "https://github.com/schneiderfelipe/cligpt" [dependencies.async-openai] version = "0.10.2" default-features = false [dependencies.clap] version = "4.2.1" features = [ "derive", "env", "std", ] default-features = false [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.directories] version = "5.0.0" default-features = false [dependencies.futures-util] version = "0.3.28" default-features = false [dependencies.serde_json] version = "1.0.95" default-features = false [dependencies.tokio] version = "1.27.0" features = ["rt-multi-thread"] default-features = false [dev-dependencies.approx] version = "0.5.1" default-features = false [features] color = ["clap/color"] default = [ "color", "error-context", "help", "suggestions", "usage", "wrap-help", "rustls", ] error-context = [ "clap/error-context", "color-eyre/track-caller", ] help = ["clap/help"] native-tls = ["async-openai/native-tls"] rustls = ["async-openai/rustls"] suggestions = ["clap/suggestions"] usage = ["clap/usage"] wrap-help = ["clap/wrap_help"]