# 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_embed" version = "0.1.4" description = "Text embeddings with Candle. Fast and configurable. Use any model from Hugging Face. CUDA or CPU powered." homepage = "https://github.com/shelbyJenkins/candle_embed" readme = "README.md" keywords = [ "cuda", "embeddings", "huggingface", "search", "vectors", ] categories = [ "cuda", "embeddings", "huggingface", "search", "vectors", ] license = "MIT" repository = "https://github.com/shelbyJenkins/candle_embed" [dependencies.anyhow] version = "1.0.82" [dependencies.candle] version = "0.5.0" default-features = false package = "candle-core" [dependencies.candle-transformers] version = "0.5.0" [dependencies.candle_nn] version = "0.5.0" default-features = false package = "candle-nn" [dependencies.hf-hub] version = "0.3.2" features = ["tokio"] [dependencies.serde_json] version = "1.0.116" [dependencies.tokenizers] version = "0.19.1" [features] cuda = [ "candle/cuda", "candle/cudnn", "candle_nn/cuda", ] default = ["cuda"]