# 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 = "bm42" version = "0.0.0-alpha-rc.7" description = "Rust implementation of Qdrant's BM42" homepage = "https://crates.io/crates/bm42" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Anush008/bm42-rs" [dependencies.anyhow] version = "1" [dependencies.hf-hub] version = "0.3" features = ["online"] default-features = false [dependencies.murmur3] version = "0.5.2" [dependencies.ndarray] version = "0.15" default-features = false [dependencies.ort] version = "=2.0.0-rc.3" features = ["ndarray"] default-features = false [dependencies.rust-stemmers] version = "1.2.0" [dependencies.serde_json] version = "1" [dependencies.tokenizers] version = "0.19" features = ["onig"] default-features = false [features] default = ["ort-download-binaries"] ort-download-binaries = ["ort/download-binaries"]