motionloom 0.1.0

MotionLoom DSL parser and renderer for video effects, scene graphs, motion graphics, and world graphs.
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.85"
name = "motionloom"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MotionLoom DSL parser and renderer for video effects, scene graphs, motion graphics, and world graphs."
homepage = "https://github.com/LOVELYZOMBIEYHO/anica"
documentation = "https://docs.rs/motionloom"
readme = "README.md"
keywords = [
    "video",
    "vfx",
    "webgpu",
    "motion-graphics",
    "dsl",
]
license = "Apache-2.0"
repository = "https://github.com/LOVELYZOMBIEYHO/anica"

[lib]
name = "motionloom"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.cosmic-text]
version = "0.14.2"
features = ["swash"]

[dependencies.exmex]
version = "0.20"

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

[dependencies.resvg]
version = "0.45.1"
features = ["text"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.url]
version = "2.5.7"

[dependencies.wgpu]
version = "25.0.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pollster]
version = "0.4.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.resvg]
version = "0.45.1"
features = [
    "text",
    "system-fonts",
    "memmap-fonts",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ureq]
version = "2.12.1"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.winit]
version = "0.30"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.83"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.106"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.56"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.83"
features = ["HtmlCanvasElement"]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.50"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10"

[target.'cfg(target_os = "macos")'.dependencies.core-video]
version = "0.4"
features = ["metal"]

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.61"
features = [
    "Win32_Graphics_Direct3D",
    "Win32_Graphics_Direct3D11",
    "Win32_Graphics_Dxgi",
    "Win32_Graphics_Dxgi_Common",
]