# 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 = "ask-jarvis" version = "0.1.1" description = "Jarvis at your service." readme = "README.md" keywords = [ "gpt", "agent", "AI", ] license = "MIT" repository = "https://github.com/GeauxEric/ask-jarvis" [dependencies.anyhow] version = "1.0.75" [dependencies.chatgpt_rs] version = "1.2.3" [dependencies.clap] version = "4.4.11" features = ["cargo"] [dependencies.tokio] version = "1.35.0" features = ["rt-multi-thread"]