kramaframe 0.2.1

A simple, generic, and flexible keyframe animation library for 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 = "2024"
name = "kramaframe"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple, generic, and flexible keyframe animation library for Rust."
readme = "README.md"
keywords = [
    "animation",
    "keyframe",
    "easing",
    "tweening",
    "timeline",
]
categories = [
    "multimedia::images",
    "game-development",
]
license = "MIT"
repository = "https://github.com/CosmoBunny/kramaframe.git"

[features]
alloc = []
default = ["std"]
std = []

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

[[example]]
name = "allkeyframe"
path = "examples/allkeyframe.rs"

[[example]]
name = "alloc_nostd"
path = "examples/alloc_nostd.rs"

[[example]]
name = "generic"
path = "examples/generic.rs"

[[example]]
name = "iterrange"
path = "examples/iterrange.rs"

[[example]]
name = "kramaviz"
path = "examples/kramaviz.rs"

[[example]]
name = "reverse"
path = "examples/reverse.rs"

[[example]]
name = "reverserange"
path = "examples/reverserange.rs"

[[example]]
name = "tuiexample"
path = "examples/tuiexample.rs"

[dependencies.libm]
version = "0.2"

[dev-dependencies.cand]
version = "0.3.1"

[dev-dependencies.cpal]
version = "0.15"

[dev-dependencies.crossterm]
version = "0.29.0"

[dev-dependencies.num-complex]
version = "0.4"

[dev-dependencies.ratatui]
version = "0.29.0"

[dev-dependencies.ringbuf]
version = "0.3"

[dev-dependencies.rustfft]
version = "6.2"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0