# 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 = "uniform-cubic-splines" version = "0.1.10" authors = ["Moritz Moeller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple uniform cubic spline evaluation and inversion." documentation = "https://docs.rs/uniform-cubic-splines/" readme = "README.md" keywords = [ "splines", "curves", "graphics", "inversion", "cubic", ] categories = [ "mathematics", "graphics", "multimedia", "no-std", ] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/virtualritz/uniform-cubic-splines/" [profile.bench] debug = 2 [lib] name = "uniform_cubic_splines" path = "src/lib.rs" [dependencies.lerp] version = "0.5" [dependencies.num-traits] version = "0.2" [dev-dependencies.rand] version = "0.8" [features] default = ["monotonic_check"] monotonic_check = []