# 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 = "lineic" version = "0.4.0" authors = ["@rscarson"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Flexible linear interpolator for Rust" readme = "readme.md" keywords = [ "rust", "algorithms", "math", "interpolation", "mathematics", ] categories = [ "mathematics", "algorithms", "encoding", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rscarson/lineic" [lib] name = "lineic" path = "src/lib.rs" [[example]] name = "custom_types" path = "examples/custom_types.rs" [[example]] name = "start_here" path = "examples/start_here.rs" [dependencies] [features] no_std = []