# 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 = "fastembed" version = "4.1.0" authors = [ "Anush008 ", "Josh Niemelä ", "GrisiaEvy ", "George MacKerron ", "Timon Vonk ", "Luya Wang ", "Tri ", "Denny Wong ", "Alex Rozgo ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of https://github.com/qdrant/fastembed" homepage = "https://crates.io/crates/fastembed" documentation = "https://docs.rs/fastembed" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Anush008/fastembed-rs" [lib] name = "fastembed" path = "src/lib.rs" [[test]] name = "embeddings" path = "tests/embeddings.rs" [[test]] name = "optimum_cli_export" path = "tests/optimum_cli_export.rs" [dependencies.anyhow] version = "1" [dependencies.hf-hub] version = "0.3" default-features = false [dependencies.image] version = "0.25.2" [dependencies.ndarray] version = "0.16" default-features = false [dependencies.ort] version = "=2.0.0-rc.5" features = ["ndarray"] default-features = false [dependencies.rayon] version = "1.10" default-features = false [dependencies.serde_json] version = "1" [dependencies.tokenizers] version = "0.19" features = ["onig"] default-features = false [features] default = [ "ort-download-binaries", "online", ] online = ["hf-hub/online"] optimum-cli = [] ort-download-binaries = ["ort/download-binaries"] ort-load-dynamic = ["ort/load-dynamic"]