# 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" rust-version = "1.62" name = "interp" version = "2.0.1" authors = ["Lucas Jansen <7199136+staticintlucas@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of Matlab's interp1 function" readme = "README.md" keywords = [ "interp", "interp1", "linear", "interpolation", "numeric", ] categories = [ "algorithms", "mathematics", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/staticintlucas/interp-rs" [lib] name = "interp" path = "src/lib.rs" [dependencies.itertools] version = "0.13" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.isclose] version = "0.1"