[go: up one dir, main page]

spade 1.8.1

Spatial datastructures like r-trees and delaunay triangulations for rust.
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 = "spade"
version = "1.8.1"
authors = ["Stefan Altmayer <stoeoef@gmail.com>"]
description = "Spatial datastructures like r-trees and delaunay triangulations for rust."
documentation = "https://docs.rs/spade/"
readme = "README.md"
keywords = ["delaunay", "triangulation", "rtree", "geometry", "interpolation"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Stoeoef/spade"
[profile.bench]
opt-level = 3
debug-assertions = false

[[bench]]
name = "delaunay"
harness = false
[dependencies.cgmath]
version = ">=0.10.0, <=0.17.*"

[dependencies.clamp]
version = "0.1"

[dependencies.nalgebra]
version = ">=0.11.0, <=0.18.*"

[dependencies.num]
version = ">= 0.1.0, <=0.2.*"

[dependencies.pdqselect]
version = "0.1"

[dependencies.serde]
version = "1.0"
features = ["rc", "serde_derive"]
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.smallvec]
version = "0.6"
[dev-dependencies.approx]
version = "0.3"

[dev-dependencies.cgmath]
version = "<=0.17.*"
features = ["serde"]

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.rand_hc]
version = "0.2"

[dev-dependencies.serde_json]
version = "1.0"

[features]
serde_serialize = ["num/serde", "serde"]
[badges.maintenance]
status = "passively-maintained"