transitions 0.0.0

Library for managing value transitions programatically over time in Rust.
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 = "2021"
name = "transitions"
version = "0.0.0"
authors = ["Marcus Hanson <marcerhans@gmail.com>"]
publish = true
description = "Library for managing value transitions programatically over time in Rust."
homepage = "https://github.com/marcerhans/transitions"
readme = "README.md"
keywords = [
    "animation",
    "interpolation",
    "transition",
]
license-file = "LICENSE"
repository = "https://github.com/marcerhans/transitions"

[dependencies]