[package]
name = "smartpool-spatial"
version = "0.3.2"
authors = ["Phoenix <kahlo.phoenix@gmail.com>"]
description = "Spatial prioritization for smartpool using manhattan trees."
readme = "README.md"
categories = ["concurrency", "data-structures"]
license = "MIT"
repository = "https://github.com/gretchenfrage/smartpool-spatial"
[dependencies.atomic]
version = "0.4.1"
[dependencies.manhattan-tree]
version = "0.1.1"
[dependencies.smartpool]
version = "0.3.2"
[dev-dependencies.log]
version = "0.4.6"
[dev-dependencies.pretty_env_logger]
version = "0.2.5"
[dev-dependencies.rand]
version = "0.5.5"
[dev-dependencies.stopwatch]
version = "0.0.7"