dioxus-animate 0.3.3

Time-based CSS class manipulation for smooth animations in Dioxus apps
Documentation
# 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 = "2024"
name = "dioxus-animate"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Time-based CSS class manipulation for smooth animations in Dioxus apps"
homepage = "https://dsplce.co/our-work/dioxus-animate"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dsplce-co/dioxus-animate"

[lib]
name = "dioxus_animate"
path = "src/lib.rs"

[dependencies.async-std]
version = "1.12.0"

[dependencies.dioxus]
version = "0.7"
features = ["web"]

[dependencies.gloo]
version = "0.11.0"
features = ["utils"]

[dependencies.instant]
version = "0.1.13"

[dependencies.wasm-bindgen]
version = "0.2.100"

[dependencies.web-sys]
version = "0.3.77"
features = [
    "DomTokenList",
    "Element",
]