# 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 = "hnsw" version = "0.11.0" authors = ["Geordon Worley "] description = "Fast approximate nearest neighbors" documentation = "https://docs.rs/hnsw/" readme = "README.md" keywords = ["hamming", "distance", "nearest", "neighbor", "search"] categories = ["algorithms", "data-structures", "science"] license = "MIT" repository = "https://github.com/rust-cv/hnsw" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 3 [profile.release] codegen-units = 1 debug = true [profile.test] opt-level = 3 [[bench]] name = "benches" harness = false [dependencies.ahash] version = "0.7.4" default-features = false [dependencies.hashbrown] version = "0.11.2" [dependencies.libm] version = "0.2.1" [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.rand_core] version = "0.6.3" [dependencies.serde] version = "1.0.126" features = ["derive"] optional = true default-features = false [dependencies.smallvec] version = "1.6.1" features = ["const_generics"] [dependencies.space] version = "0.17.0" features = ["alloc"] default-features = false [dev-dependencies.bitarray] version = "0.9.1" features = ["space"] default-features = false [dev-dependencies.byteorder] version = "1.4.3" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.easybench] version = "1.1.0" [dev-dependencies.float-ord] version = "0.3.1" [dev-dependencies.gnuplot] version = "0.0.37" [dev-dependencies.hamming-heap] version = "0.4.1" [dev-dependencies.itertools] version = "0.10.1" [dev-dependencies.num-traits] version = "0.2.14" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_pcg] version = "0.3.1" features = ["serde1"] [dev-dependencies.serde_json] version = "1.0.64" [dev-dependencies.space] version = "0.17.0" features = ["serde", "alloc"] [dev-dependencies.structopt] version = "0.3.22" [features] serde1 = ["smallvec/serde", "serde"]