animato-devtools 1.7.0

Animation DevTools for Animato: timeline inspector, easing editor, spring visualizer, recorder controls, and performance monitor.
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"
rust-version = "1.89"
name = "animato-devtools"
version = "1.7.0"
authors = ["Aarambh Dev Hub"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Animation DevTools for Animato: timeline inspector, easing editor, spring visualizer, recorder controls, and performance monitor."
readme = "README.md"
keywords = [
    "animation",
    "devtools",
    "inspector",
    "debugging",
]
categories = [
    "development-tools",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AarambhDevHub/animato"
resolver = "2"

[features]
default = [
    "inspector",
    "easing-editor",
    "spring-viz",
    "recorder",
    "perf-monitor",
]
easing-editor = []
egui-panel = []
inspector = []
perf-monitor = []
recorder = []
spring-viz = []
tui-panel = [
    "dep:ratatui",
    "dep:crossterm",
]
web-panel = []

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

[dependencies.animato-core]
version = "1.7.0"

[dependencies.animato-driver]
version = "1.7.0"

[dependencies.animato-spring]
version = "1.7.0"
features = ["std"]

[dependencies.animato-timeline]
version = "1.7.0"
features = ["std"]

[dependencies.animato-tween]
version = "1.7.0"
features = ["std"]

[dependencies.crossterm]
version = "0.29.0"
optional = true

[dependencies.ratatui]
version = "0.30.0"
optional = true