hwt 0.3.0

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.3.0"
authors = ["Geordon Worley <vadixidav@gmail.com>"]
description = "Hamming Weight Tree for finding neighbors in Hamming space"
documentation = "https://docs.rs/hwt/"
keywords = ["knn", "nearest", "neighbors", "binary", "hamming"]
license = "MIT"
repository = "https://github.com/vadixidav/hwt"

[[bench]]
name = "benches"
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.swar]
version = "0.2.1"
[dev-dependencies.criterion]
version = "0.2.10"

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