# 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 = "candle-chat-types" version = "0.1.0" 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" [dependencies.anyhow] version = "1.0.75" [dependencies.candle-core] version = "0.3.1" [dependencies.candle-examples] version = "0.3.1" [dependencies.candle-nn] version = "0.3.1" [dependencies.candle-transformers] version = "0.3.1" [dependencies.hf-hub] version = "0.3.2" [dependencies.serde] version = "1.0.193" [dependencies.serde_yaml] version = "0.9.27" [dependencies.tokenizers] version = "0.13.4" [dependencies.tokio] version = "1.34.0" features = ["sync"] [dependencies.tracing] version = "0.1.40"