[package] description = "A single-file, minimal quadtree implementation." edition = "2021" license = "MIT OR Apache-2.0" name = "minimal_quadtree" repository = "https://bitbucket.org/cheesebowl-crates/minimal_quadtree/" version = "0.1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4.0" parking_lot = "0.11.2" [dev-dependencies] noisy_float = "0.2.0" rand = "0.8.4"