# 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 = "llama-desktop" version = "2.2.10" authors = ["Montegasppα Cacilhας "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Desktop interface for Ollama" homepage = "https://crates.io/crates/llama-desktop" readme = "README.md" keywords = [ "desktop", "ai", ] license = "MIT" repository = "https://github.com/cacilhas/llama-desktop" [profile.release] opt-level = "s" lto = true debug = 0 rpath = false panic = "abort" strip = true [[bin]] name = "llama-desktop" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.comrak] version = "0.28" [dependencies.eframe] version = "0.28" features = ["persistence"] [dependencies.egui_commonmark] version = "0.17" features = ["better_syntax_highlighting"] [dependencies.egui_extras] version = "0.28" features = ["image"] [dependencies.eyre] version = "0.6" [dependencies.image] version = "0.25" features = ["png"] [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.rfd] version = "0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.static_init] version = "1.0" [dependencies.tokio] version = "1.38" features = ["full"] [dependencies.toml] version = "0.8" [dependencies.url] version = "2.5"