1 2 3 4 5 6 7 8 9 10 11 12 13
[package] name = "kd-forest" version = "2.0.0" authors = ["Tavian Barnes <tavianator@tavianator.com>"] edition = "2018" [dependencies] acap = "0.1.0" clap = "2.33.1" image = "0.23.6" rand = "0.7.3" rand_pcg = "0.2.1" term = "0.6.1"