# 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 = "nice_and_easy" version = "2.0.8" authors = ["Peter Gilmour "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimalistic Rust library for smooth and effortless easing functions" homepage = "https://github.com/petergilmour1987/nice_and_easy" documentation = "https://docs.rs/nice_and_easy" readme = "README.md" keywords = [ "easing", "animation", "tween", "maths", "math", ] categories = [ "algorithms", "mathematics", "game-development", "gui", "graphics", ] license = "MIT" repository = "https://github.com/petergilmour1987/nice_and_easy" [lib] name = "nice_and_easy" path = "src/lib.rs" [[test]] name = "easing" path = "tests/easing.rs" [dependencies.num-traits] version = "0.2.19" [dev-dependencies.approx] version = "0.5.1"