# 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 = "gpto" version = "0.2.1" authors = ["Alan Vardy "] description = "A tiny unofficial OpenAI client" homepage = "https://github.com/alanvardy/gpto" readme = "README.md" keywords = [ "cli", "openai", "client", "gpt", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/alanvardy/gpto" [dependencies.chrono] version = "0.4.37" [dependencies.chrono-tz] version = "0.9.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0" [dependencies.inquire] version = "0.7.4" [dependencies.matches] version = "0.1.10" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3.7.0" features = ["json"] [dependencies.spinners] version = "4.1.1" [dependencies.uuid] version = "1.8" features = [ "serde", "v4", ] [dev-dependencies.pretty_assertions] version = "1.4.0"