candelabra 0.1.3

Desktop-friendly GGUF LLaMA inference wrapper for Candle and Hugging Face Hub
Documentation
# 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 = "candelabra"
version = "0.1.3"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Desktop-friendly GGUF LLaMA inference wrapper for Candle and Hugging Face Hub"
homepage = "https://github.com/alan13367/candelabra"
documentation = "https://docs.rs/candelabra"
readme = "README.md"
keywords = [
    "llm",
    "llama",
    "gguf",
    "candle",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alan13367/candelabra"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
cargo-args = [
    "--config",
    'build.rustflags=["--cfg", "candelabra_docsrs"]',
]

[lib]
name = "candelabra"
path = "src/lib.rs"

[dependencies.candle-core]
version = "0.9.2"

[dependencies.candle-transformers]
version = "0.9.2"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.hf-hub]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = ["stream"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.19"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "rt-multi-thread",
]

[target.'cfg(all(not(target_os = "macos"), candelabra_docsrs))'.dependencies.candle-core]
version = "0.9.2"

[target.'cfg(all(not(target_os = "macos"), candelabra_docsrs))'.dependencies.candle-transformers]
version = "0.9.2"

[target.'cfg(all(not(target_os = "macos"), not(candelabra_docsrs)))'.dependencies.candle-core]
version = "0.9.2"
features = ["cuda"]

[target.'cfg(all(not(target_os = "macos"), not(candelabra_docsrs)))'.dependencies.candle-transformers]
version = "0.9.2"
features = ["cuda"]

[target.'cfg(target_os = "macos")'.dependencies.candle-core]
version = "0.9.2"
features = [
    "metal",
    "accelerate",
]

[target.'cfg(target_os = "macos")'.dependencies.candle-transformers]
version = "0.9.2"
features = ["metal"]