# 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 = "hto" version = "0.1.4" build = false include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI Tool to have one shot chat with openAi models in your terminal" homepage = "https://github.com/EsmaeelNabil/h2o" readme = "README.md" keywords = [ "openai", "ai", "cli", "gpt4", ] categories = ["command-line-utilities"] license = "MIT" [[bin]] name = "hto" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.8" features = [ "json", "rustls-tls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yml] version = "0.0.12" [dependencies.tokio] version = "1.41.0" features = ["full"]