# 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 = "vector" version = "0.4.1" authors = [ "Ivan Ukhov ", "Navya Mehta ", "Nikhil Garg ", ] description = "The package provides a vector database allowing for efficient search of nearest neighbors." homepage = "https://github.com/stainless-steel/vector" documentation = "https://docs.rs/vector" readme = "README.md" keywords = [ "database", "machine-learning", "vector-search", ] categories = [ "data-structures", "database-implementations", "mathematics", ] license = "Apache-2.0/MIT" repository = "https://github.com/stainless-steel/vector" [dependencies.random] version = "0.14" [dev-dependencies.assert] version = "0.7"