[package]
name = "diskann-vector"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
license.workspace = true
[dependencies]
cfg-if.workspace = true
half.workspace = true
diskann-wide.workspace = true
[dev-dependencies]
approx.workspace = true
iai-callgrind.workspace = true
rand.workspace = true
criterion.workspace = true
rand_distr.workspace = true
half = { workspace = true, features = ["rand_distr", "num-traits"] }
[[bench]]
name = "bench_main"
harness = false
[[bench]]
name = "bench_main_vector_iai"
harness = false
[lints]
clippy.uninlined_format_args = "allow"