shapers 0.3.1

A library for fitting shapes and operations on geometrical objects
Documentation
[[bin]]
name = "shapers"
path = "src/main.rs"

[dependencies.argmin]
version = "0.10.0"

[dependencies.argmin-math]
version = "0.4.0"

[dependencies.finitediff]
features = ["ndarray"]
version = "0.1.4"

[dependencies.ndarray]
version = "0.15.6"

[dependencies.ndarray-linalg]
features = ["intel-mkl-static"]
version = "0.16.0"

[dependencies.pyo3]
features = ["extension-module"]
version = "0.22.1"

[lib]
crate-type = ["cdylib", "rlib"]
name = "shapers"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "A library for fitting shapes and operations on geometrical objects"
edition = "2021"
keywords = ["geometry", "shapes", "circle"]
license-file = "LICENSE"
name = "shapers"
readme = "README.md"
repository = "https://github.com/borgesaugusto/shapers"
version = "0.3.1"