# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "granne" version = "0.5.2" authors = ["Erik Larsson "] links = "blas" exclude = ["benches/", "docker", "py/", "examples/", "setup.py", "pyproject.toml", "CHANGELOG.md"] description = "Graph-based Retrieval of Approximate Nearest Neighbors" documentation = "https://docs.rs/granne/" readme = "README.md" license = "MIT" repository = "https://github.com/granne/granne" [profile.release] debug = true [dependencies.blas] version = "0.20.0" optional = true [dependencies.byteorder] version = "1.3" [dependencies.flate2] version = "1.0" [dependencies.fxhash] version = "0.2" [dependencies.madvise] version = "0.1.0" [dependencies.memmap] version = "0.7" [dependencies.ordered-float] version = "1.0" [dependencies.owning_ref] version = "0.4" [dependencies.parking_lot] version = "0.10" [dependencies.pbr] version = "1.0.0" [dependencies.rand] version = "0.7" [dependencies.rayon] version = "1.3" [dependencies.serde_json] version = "1.0" [dependencies.stream-vbyte] version = "0.3.2" [dev-dependencies.rand] version = "0.7" [dev-dependencies.tempfile] version = "3.1" [features] default = [] rw_granne = [] singlethreaded = []