[package] name = "bktree" version = "1.0.1" authors = ["IGI-111 "] edition = "2018" description = "BK-tree datastructure" repository = "https://github.com/IGI-111/bktree" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4.0"