smartpool-spatial 0.3.2

Spatial prioritization for smartpool using manhattan trees.
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]
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"