rustmotion 0.7.0

A CLI tool that renders motion design videos from JSON scenarios. No browser, no Node.js — just a single Rust binary.
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 = "rustmotion"
version = "0.7.0"
build = "build.rs"
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 = false
license = "MIT"
repository = "https://github.com/LeadcodeDev/rustmotion"

[features]
ffmpeg_integration = []
lottie-native = ["rustmotion-components/lottie-native"]

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

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

[[test]]
name = "animated_box_size"
path = "tests/animated_box_size.rs"

[[test]]
name = "deep_scenario_stack"
path = "tests/deep_scenario_stack.rs"

[[test]]
name = "motion_path_strict_anim"
path = "tests/motion_path_strict_anim.rs"

[[test]]
name = "node_effects_cost"
path = "tests/node_effects_cost.rs"

[[test]]
name = "node_effects_leak_proof"
path = "tests/node_effects_leak_proof.rs"

[[test]]
name = "shimmer_effect"
path = "tests/shimmer_effect.rs"

[[test]]
name = "skill_files_match_disk"
path = "tests/skill_files_match_disk.rs"

[[test]]
name = "templates_iteration"
path = "tests/templates_iteration.rs"

[[test]]
name = "viewport_units"
path = "tests/viewport_units.rs"

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

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6.0.0"

[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.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1"

[dependencies.resvg]
version = "0.44"

[dependencies.rubato]
version = "0.16"

[dependencies.rustfft]
version = "6"

[dependencies.rustmotion-components]
version = "0.7.0"
features = ["lottie-native"]

[dependencies.rustmotion-core]
version = "0.7.0"

[dependencies.rustmotion-html]
version = "0.7.0"

[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.99"

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

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

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

[dependencies.ureq]
version = "3"

[dependencies.usvg]
version = "0.44"