# 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 = "rustpotion" version = "0.3.0" authors = ["Greg Taylor gregory.taylor.au@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blazingly fast word embeddings with Tokenlearn" homepage = "https://github.com/Aveygo/rustpotion" readme = "README.md" keywords = [ "embeddings", "tokenizer", "rag", "model2vec", "nlp", ] license = "MIT" repository = "https://github.com/Aveygo/rustpotion" [lib] name = "rustpotion" path = "src/lib.rs" [dependencies.memmap2] version = "0.9.5" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.safetensors] version = "0.4.5" [dependencies.serde] version = "1.0.215" [dependencies.serde_json] version = "1.0.133" [dependencies.tokio] version = "1.42.0"