# 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 = "nd_interpolate" version = "2.0.2" description = "1-10 dimensional linear and cubic spline interpolation implemented in Rust" homepage = "https://github.com/DrPlantabyte/ND-Interpolate-rs" documentation = "https://docs.rs/nd_interpolate/" readme = "README.md" keywords = [ "interpolation", "spline", "cubic", "linear", ] categories = [ "mathematics", "simulation", ] license = "MIT" repository = "https://github.com/DrPlantabyte/ND-Interpolate-rs" [dependencies.num-traits] version = "0.2.14" [dev-dependencies.image] version = "0.23.14" [dev-dependencies.rand] version = "0.8.4"