# 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 = "mlsnd" version = "0.1.1" authors = ["Chris L. Barnes "] description = "Moving Least Squares deformations in N Dimensions" homepage = "https://crates.io/mlsnd" documentation = "https://docs.rs/mlsnd" readme = "README.md" keywords = [ "transformation", "geometry", ] categories = [ "multimedia::images", "science::geo", "mathematics", "graphics", ] license = "MIT" repository = "https://github.com/clbarnes/mlsnd" [package.metadata.release] disable-publish = true [[bench]] name = "benchmarks" harness = false [dependencies.fastrand] version = "1" optional = true [dependencies.moving-least-squares] version = "0.1.0" optional = true [dependencies.nalgebra] version = "0.32" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.cargo-release] version = "0.24" [dev-dependencies.criterion] version = "0.3" [features] bench = [ "fastrand", "moving-least-squares", ]