# 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 = "tenere" version = "0.11.2" authors = ["Badr Badri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TUI interface for LLMs written in Rust" homepage = "https://github.com/pythops/tenere" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/pythops/tenere" [profile.release] lto = "fat" codegen-units = 1 strip = true [lib] name = "tenere" path = "src/lib.rs" [[bin]] name = "tenere" path = "src/main.rs" [dependencies.ansi-to-tui] version = "6" [dependencies.arboard] version = "3" [dependencies.async-trait] version = "0.1" [dependencies.bat] version = "0.24" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.crossterm] version = "0.28" features = ["event-stream"] [dependencies.dirs] version = "5" [dependencies.futures] version = "0.3" [dependencies.ratatui] version = "0.28" features = ["all-widgets"] [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" [dependencies.tui-textarea] version = "0.6" [dependencies.unicode-width] version = "0.1"