# 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 = "glissade" version = "0.2.5" authors = ["Andrei Monkin "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library that provides various utilities for animations and transitions" documentation = "https://docs.rs/glissade" readme = "README.md" keywords = [ "animation", "transition", "interpolation", "easing", ] license = "MIT" repository = "https://github.com/monkin/glissade" [lib] name = "glissade" path = "src/lib.rs" [dependencies.cgmath] version = "0.18" optional = true [dependencies.euclid] version = "0.22" optional = true [dependencies.glam] version = "0.29" optional = true [dependencies.glissade-macro] version = "0.1" optional = true [dependencies.nalgebra] version = "0.33" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.palette] version = "0.7" optional = true [dependencies.web-time] version = "1.1" optional = true [features] cgmath = ["dep:cgmath"] default = [ "derive", "web-time", ] derive = ["dep:glissade-macro"] euclid = ["dep:euclid"] glam = ["dep:glam"] nalgebra = [ "dep:nalgebra", "dep:num-traits", ] palette = ["dep:palette"] web-time = ["dep:web-time"]