# 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 = "tween" version = "2.0.3" authors = ["Jonathan Spira "] description = "A tweening library for games" readme = "README.md" categories = [ "rendering::data-formats", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sanbox-irl/tween" [[example]] name = "erased" required-features = ["std"] [[bench]] name = "benchmark" harness = false [[bench]] name = "dyn_vs_not" harness = false [dependencies.cgmath] version = "0.18" optional = true [dependencies.glam] version = "0.27" optional = true [dependencies.libm] version = "0.2" optional = true [dependencies.nalgebra] version = "0.32" optional = true [dependencies.ultraviolet] version = "0.9.0" optional = true [dependencies.vek] version = "0.16" optional = true [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.easer] version = "0.3" [dev-dependencies.paste] version = "1.0.11" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.static_assertions] version = "1.1" [features] default = ["std"] std = [] ultraviolet-f64 = ["ultraviolet/f64"]