# 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 = "2018" rust-version = "1.51" name = "keyframe" version = "1.1.1" authors = ["Hannes Mann "] description = "A simple library for animation in Rust" readme = "README.md" keywords = [ "animation", "transitions", "easing", "gamedev", "graphics", ] categories = [ "mathematics", "graphics", ] license = "MIT" repository = "https://github.com/HannesMann/keyframe" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "docs/preview.html", ] [dependencies.mint] version = "0.5.9" optional = true [dependencies.num-traits] version = "0.2.15" features = ["libm"] default-features = false [dev-dependencies.ggez] version = "0.7.0" [dev-dependencies.num-derive] version = "0.3.3" [features] alloc = [] default = [ "mint_types", "alloc", ] mint_types = ["mint"]