# 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 = "spade" version = "2.12.1" authors = ["Stefan Altmayer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Delaunay triangulations for the rust ecosystem" documentation = "https://docs.rs/spade" readme = "README.md" keywords = [ "Delaunay", "CDT", "geometry", "triangulation", "voronoi", ] categories = [ "algorithms", "data-structures", "graphics", "mathematics", "science::geo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Stoeoef/spade" [lib] name = "spade" path = "src/lib.rs" bench = false [[example]] name = "interpolation" path = "examples/interpolation/main.rs" [[example]] name = "svg_renderer" path = "examples/svg_renderer/main.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.hashbrown] version = "0.14.2" [dependencies.mint] version = "0.5.9" optional = true default-features = false package = "mint" [dependencies.num-traits] version = "0.2" [dependencies.robust] version = "1.1.0" [dependencies.serde] version = "1.0.0" features = [ "derive", "alloc", ] optional = true default-features = false package = "serde" [dependencies.smallvec] version = "1.13" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.approx] version = "0.5" [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.cgmath] version = "0.18.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.float_next_after] version = "1" [dev-dependencies.image] version = "0.25.1" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.shapefile] version = "0.6.0" [dev-dependencies.svg] version = "0.17.0" [dev-dependencies.tiny-skia] version = "0.11.3" [features] default = ["std"] std = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fuzzing)"]