[dependencies.bitarray]
default-features = false
version = "0.9.1"
[dependencies.rand]
default-features = false
version = "0.8.4"
[dependencies.rand_xoshiro]
default-features = false
version = "0.6.0"
[features]
alloc = []
default = ["alloc"]
[package]
authors = ["Geordon Worley <vadixidav@gmail.com>"]
categories = ["no-std", "computer-vision"]
description = "Generates codeword dictionaries for hamming-space BoW algorithms"
documentation = "https://docs.rs/hamming-dict/"
edition = "2018"
keywords = ["bow", "dictionary", "codeword", "hamming"]
license = "MIT"
name = "hamming-dict"
readme = "README.md"
repository = "https://github.com/rust-cv/hamming-dict"
version = "0.5.0"