# 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 = "aio-cli" version = "0.9.0" authors = ["Gabin Lefranc "] description = "Streamlined AI Terminal Interactions" homepage = "https://github.com/glcraft/aio" readme = "README.md" keywords = [ "cli", "ai", "llm", "openai", "markdown", ] categories = [ "command-line-utilities", "parsing", ] license = "MIT" repository = "https://github.com/glcraft/aio" [[bin]] name = "aio" path = "src/main.rs" [dependencies.aio-cargo-info] version = "0.1" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.llama_cpp] version = "^0.3.2" features = ["compat"] optional = true default-features = false [dependencies.log] version = "^0.4" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.18" [dependencies.pin-project] version = "1.1" [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.11" features = [ "gzip", "brotli", "deflate", "json", "stream", "default-tls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.serde_yaml] version = "0.9" [dependencies.simplelog] version = "^0.12" [dependencies.smartstring] version = "1.0" features = ["serde"] [dependencies.tempfile] version = "3.8" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.12" [dependencies.tokio-util] version = "0.7" features = ["io"] [features] default = [ "openai", "local-llm", ] local-llm = ["llama_cpp"] openai = [] [target."cfg(target_arch = \"x86_64\")".dependencies.llama_cpp] version = "^0.3.1" features = [ "native", "compat", ] optional = true [target."cfg(target_os = \"linux\")".dependencies.openssl] version = "0.10" features = ["vendored"]