# 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.0" build = 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" [package.metadata.docs.rs] features = ["openblas-static"] [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.blas-src] version = "0.9" features = ["openblas"] [dependencies.finitediff] version = "0.1.4" features = ["ndarray"] [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-linalg] version = "0.16.0" [dependencies.pyo3] version = "0.22.1" features = ["extension-module"]