# 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 = "valentinus" version = "0.5.3" authors = ["Nigel Christian "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Next generation vector database built with LMDB bindings" documentation = "https://docs.rs/valentinus" readme = "README.md" keywords = [ "nlp", "deep-learning", "machine-learning", "transformers", "vector-database", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/kn0sys/valentinus" [lib] name = "valentinus" crate-type = ["lib"] path = "src/lib.rs" [[example]] name = "cosine_query_example" path = "examples/cosine_query_example.rs" [[example]] name = "nearest_query_example" path = "examples/nearest_query_example.rs" [dependencies.bincode] version = "1.3.3" [dependencies.kn0sys-lmdb-rs] version = "0.1.4" [dependencies.kn0sys-nn] version = "0.8.2" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.16.1" features = ["serde"] [dependencies.ort] version = "2.0.0-rc.8" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.sysinfo] version = "0.32.0" [dependencies.tokenizers] version = ">=0.13.4" features = ["onig"] default-features = false [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.rand] version = "0.8.5"