# 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 = "ait" version = "0.2.0" authors = ["Wilhelm Söderkvist Vermelin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AIT is a terminal based chat interface for interacting with large language models from various providers." readme = "README.md" license = "MIT" repository = "https://github.com/wilswer/ait" [profile.release] strip = true [lib] name = "ait" path = "src/lib.rs" [[bin]] name = "ait" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.crossterm] version = "0.28" features = ["event-stream"] [dependencies.dirs] version = "5.0" [dependencies.futures] version = "0.3" [dependencies.genai] version = "0.1.10" [dependencies.ratatui] version = "0.28" [dependencies.rusqlite] version = "0.32" features = ["bundled"] [dependencies.textwrap] version = "0.16" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui-textarea] version = "0.6" [target.'cfg(not(target_os = "linux"))'.dependencies.arboard] version = "3"