# 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 = "vectune" version = "0.1.1" authors = ["ClankPan "] description = "A lightweight VectorDB with Incremental Indexing, based on FreshVamana." readme = "README.md" keywords = [ "FreshVamana", "VectorDataBase", "IncrementalIndexing", "LightWeight", "DisckANN", ] categories = [ "data-structures", "database", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ClankPan/vectune" [dependencies.getrandom] version = "0.2" optional = true [dependencies.indicatif] version = "0.17" optional = true [dependencies.itertools] version = "0.12.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.rayon] version = "1.10.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.byteorder] version = "1.5.0" [dev-dependencies.indicatif] version = "0.17" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] progress-bar = ["indicatif"] wasm32-unkown-unknown = ["getrandom/custom"]