# 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 = "interpn" version = "0.4.3" authors = ["James Logan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "N-dimensional interpolation/extrapolation methods, no-std and no-alloc compatible." homepage = "https://github.com/jlogan03/interpn/interpn" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jlogan03/interpn/" [lib] name = "interpn" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.itertools] version = "0.12.0" optional = true [dependencies.num-traits] version = "0.2.16" features = ["libm"] default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.ndarray] version = "0.15.6" [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] std = ["itertools"] [lints.rust] unsafe_code = "forbid"