[package] name = "cosine-lsh" version = "0.1.1" authors = ["Veniamin Stepanov "] edition = "2018" repository = "https://github.com/Spirans/rust-lsh" license = "MIT" description = "Cosine Locality-Sensitive Hashing" [dependencies] rand = "0.6.5"