shapers 0.3.3

A library for fitting shapes and operations on geometrical objects
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 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 = "shapers"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for fitting shapes and operations on geometrical objects"
readme = "README.md"
keywords = [
    "geometry",
    "shapes",
    "circle",
]
categories = [
    "science",
    "mathematics",
]
license-file = "LICENSE"
repository = "https://github.com/borgesaugusto/shapers"

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

[[bin]]
name = "shapers"
path = "src/main.rs"

[dependencies.argmin]
version = "0.10.0"

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

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

[dependencies.ndarray]
version = "0.15.6"

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

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