dinotree 0.3.0

An aabb space partitioning 2d tree data structure
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "dinotree"
version = "0.3.0"
authors = ["Ken Reed <kenakioreed@gmail.com>"]
description = "An aabb space partitioning 2d tree data structure"
readme = "readme.md"
keywords = ["tree", "kdtree", "dinotree", "space-partitioning"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tiby312/dinotree"
[dependencies.axgeom]
version = "1.0.5"

[dependencies.compt]
version = "1.5.6"

[dependencies.is_sorted]
version = "0.1.1"

[dependencies.itertools]
version = "0.7.8"

[dependencies.pdqselect]
version = "0.1.0"

[dependencies.rayon]
version = "1.0.3"

[dependencies.reorder]
version = "1.0.2"
[dev-dependencies.dinotree_sample]
version = "0.1.0"

[dev-dependencies.rustc-test]
version = "0.3.0"

[features]