# 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 = "icebreaker" version = "0.1.0" authors = ["Héctor Ramón Jiménez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A local AI chat app powered by 🦀Rust, 🧊iced, 🤗Hugging Face, and 🦙llama.cpp " readme = "README.md" license = "MIT" repository = "https://github.com/hecrj/icebreaker" [[bin]] name = "icebreaker" path = "src/main.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dirs-next] version = "2.0" [dependencies.futures] version = "0.3" [dependencies.iced] version = "0.13" features = [ "tokio", "svg", "markdown", "highlighter", "system", "web-colors", "debug", ] [dependencies.itertools] version = "0.13" [dependencies.open] version = "5.2" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.38" features = [ "fs", "io-util", "process", "time", ] [dependencies.tokio-stream] version = "0.1" features = ["io-util"] [dependencies.uuid] version = "1.10" features = [ "v4", "serde", ]