wpsd 0.1.0

Well-Separated Pair Decomposition (WSPD) with split trees for d-dimensional point sets
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "wpsd"
version = "0.1.0"
authors = ["Jason Devers <dev.json2@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Well-Separated Pair Decomposition (WSPD) with split trees for d-dimensional point sets"
homepage = "https://github.com/hz2/wpsd"
documentation = "https://docs.rs/wpsd"
readme = "README.md"
keywords = [
    "geometry",
    "spatial",
    "algorithm",
    "tree",
]
categories = [
    "algorithms",
    "data-structures",
    "science",
]
license = "MIT"
repository = "https://github.com/hz2/wpsd"

[lib]
name = "wpsd"
path = "src/lib.rs"

[dependencies.num-traits]
version = "0.2"