hwt 0.4.1

Hamming Weight Tree for finding neighbors in Hamming space
Documentation
# 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 = "hwt"
version = "0.4.1"
authors = ["Geordon Worley <vadixidav@gmail.com>"]
description = "Hamming Weight Tree for finding neighbors in Hamming space"
documentation = "https://docs.rs/hwt/"
readme = "README.md"
keywords = ["knn", "nearest", "neighbors", "binary", "hamming"]
license = "MIT"
repository = "https://github.com/vadixidav/hwt"
[profile.release]
debug = true

[[bench]]
name = "benches"
path = "examples/benches.rs"
harness = false
[dependencies.ahash]
version = "0.1.18"

[dependencies.either]
version = "1.5.1"

[dependencies.hashbrown]
version = "0.2.1"

[dependencies.itertools]
version = "0.8.0"

[dependencies.log]
version = "0.4.6"
features = ["max_level_trace", "release_max_level_warn"]

[dependencies.packed_simd]
version = "0.3.3"

[dependencies.swar]
version = "0.4.0"
[dev-dependencies.chrono]
version = "0.4.6"

[dev-dependencies.criterion]
version = "0.2.10"

[dev-dependencies.rand]
version = "0.6.5"

[dev-dependencies.simple-logging]
version = "2.0.2"