lilt 0.8.2

A simple library for running interruptable, transition based animations as a function of time.
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 = "lilt"
version = "0.8.2"
authors = ["cyypherus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = " A simple library for running interruptable, transition based animations as a function of time."
readme = "README.md"
keywords = [
    "animation",
    "interpolation",
]
license = "MIT"
repository = "https://github.com/cyypherus/lilt"

[features]
test-api = []

[lib]
name = "lilt"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.web-time]
version = "1.1.0"

[dev-dependencies.insta]
version = "1.42.1"

[dev-dependencies.public-api]
version = "0.43.0"

[dev-dependencies.rustdoc-json]
version = "0.9.4"

[dev-dependencies.rustup-toolchain]
version = "0.1.9"