# 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 = "shelldon" version = "0.1.0" authors = ["Douglas Mendez "] exclude = [ ".github", "assets", ] description = "Shelldon is your new Rust-powered buddy with GPT features!" readme = "README.md" keywords = [ "shell", "gpt", "ai", ] categories = [ "development-tools", "text-processing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/douglasmakey/shelldon" [dependencies.async-openai] version = "0.21.0" [dependencies.async-stream] version = "0.3.5" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" [dependencies.derive_more] version = "0.99.17" features = [ "from", "display", ] [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.38.0" features = ["full"]