# 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] name = "easer" version = "0.3.0" authors = ["Orhan Balci "] exclude = [".travis.yml"] description = "Tiny library imlementing Robert Penner's easing functions" homepage = "https://github.com/orhanbalci" documentation = "http://orhanbalci.github.io/rust-easing" readme = "README.md" keywords = [ "easing", "animation", "tween", ] categories = [ "mathematics", "algorithms", "no-std", ] license = "MIT" repository = "https://github.com/orhanbalci/rust-easing.git" [[example]] name = "easer_plotter" path = "examples/easer_plotter.rs" [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.approx] version = "0.2" [dev-dependencies.gnuplot] version = "0.0.25" [features] default = ["std"] libm = ["num-traits/libm"] std = ["num-traits/std"]