# 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 = "2018" name = "moving-least-squares-image" version = "0.1.1" authors = ["Matthieu Pizenberg "] description = "Image deformation using moving least squares" homepage = "https://github.com/mpizenberg/rust_mls" readme = "README.md" keywords = [ "image", "deformation", "elastic", "mls", ] categories = [ "algorithms", "graphics", "computer-vision", ] license = "MPL-2.0" repository = "https://github.com/mpizenberg/rust_mls" resolver = "2" [dependencies.image] version = "0.23.14" default-features = false [dependencies.moving-least-squares] version = "0.1.0" [dependencies.rayon] version = "1.5.2" optional = true