# 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 = "ai-cli-assistant" version = "0.1.4" description = "Integrated intelligence into terminal." license = "MIT" [dependencies.async-openai] version = "0.14.2" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.28" [dependencies.tokio] version = "1.32.0" features = [ "rt-multi-thread", "tokio-macros", ]