rustmotion 0.2.0

A CLI tool that renders motion design videos from JSON scenarios. No browser, no Node.js — just a single Rust binary.
# 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 = "rustmotion"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool that renders motion design videos from JSON scenarios. No browser, no Node.js — just a single Rust binary."
readme = "README.md"
license = "MIT"
repository = "https://github.com/music-soul1-1/rustmotion"

[[bin]]
name = "rustmotion"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.dashmap]
version = "6"

[dependencies.gif]
version = "0.13"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "webp",
]
default-features = false

[dependencies.minimp4]
version = "0.1"
features = ["aac"]

[dependencies.notify]
version = "7"

[dependencies.openh264]
version = "0.6"

[dependencies.qrcode]
version = "0.14"

[dependencies.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1"

[dependencies.resvg]
version = "0.44"

[dependencies.rubato]
version = "0.16"

[dependencies.schemars]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.skia-safe]
version = "0.82"

[dependencies.symphonia]
version = "0.5"
features = [
    "mp3",
    "wav",
    "ogg",
    "flac",
    "aac",
]

[dependencies.syntect]
version = "5"
features = ["default-fancy"]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tiny-skia]
version = "0.11"

[dependencies.ureq]
version = "3"

[dependencies.usvg]
version = "0.44"