[package] name = "candle-chat-types" version = "0.1.0" edition = "2021" description = "Types for a pure rust chat app using Axum Webhooks (multi-user), HuggingFace/Candle for LLM inference, and Leptos for a WASM frontend." license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" candle-core = "0.3.1" candle-examples = "0.3.1" candle-nn = "0.3.1" candle-transformers = "0.3.1" hf-hub = "0.3.2" serde = "1.0.193" serde_yaml = "0.9.27" tokenizers = "0.13.4" tokio = { version = "1.34.0", features = ["sync"] } tracing = "0.1.40"