triangulation 0.1.1

A collection of triangulation algorithms
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 = "triangulation"
version = "0.1.1"
authors = ["LeshaInc <includeurl@gmail.com>"]
exclude = ["wasm-demo/*"]
description = "A collection of triangulation algorithms"
readme = "README.md"
keywords = ["geometry", "triangulation", "delaunay"]
categories = ["algorithms"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/LeshaInc/triangulation"

[[bench]]
name = "uniform"
harness = false

[[bench]]
name = "grid"
harness = false

[[bench]]
name = "circle"
harness = false
[dependencies.rayon]
version = "1.0"
optional = true
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.image]
version = "0.20.1"

[dev-dependencies.imageproc]
version = "0.17.0"

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

[dev-dependencies.structopt]
version = "0.2"
default-features = false

[features]
default = []
parallel = ["rayon"]