# 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 = "bge" version = "0.2.0" description = "Rust interface for BGE Small English Embedding Library" readme = "README.md" keywords = [ "sentence-similarity", "text-embedding", "bert", "transformers", ] categories = ["text-processing"] license-file = "LICENSE" repository = "https://github.com/pekc83/bge" [dependencies.anyhow] version = "1.0.81" [dependencies.ndarray] version = "0.15.6" [dependencies.ort] version = "2.0.0-rc.1" features = ["ndarray"] default-features = false [dependencies.thiserror] version = "1.0.58" [dependencies.tokenizers] version = "0.15.2" features = ["http"] [dev-dependencies.ort] version = "2.0.0-rc.0" features = ["download-binaries"] default-features = false