[package]
name = "inpoly"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE.md"
repository = "https://github.com/jreniel/inpoly-rust.git"
description = "Rust rewrite of Darren Engwirda's inpoly-python"
[dependencies]
meshgridrs = "0.1.1"
ndarray = "0.15.6"
ndarray-stats = "0.5.1"
ordered-float = "4.2.0"
[dev-dependencies]
gnuplot = "0.0.43"