tellur 0.4.0

Declarative video authoring in Rust: vector, raster, and timeline components with GPU rendering
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 = "tellur"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative video authoring in Rust: vector, raster, and timeline components with GPU rendering"
readme = "README.md"
keywords = [
    "video",
    "animation",
    "graphics",
    "declarative",
]
categories = [
    "multimedia::video",
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/comnipl/tellur"

[package.metadata.docs.rs]
features = ["latex"]

[features]
cli = [
    "dep:clap",
    "dep:cargo_metadata",
    "dep:toml_edit",
    "dep:tellur-live",
    "renderer",
]
default = ["renderer"]
latex = [
    "tellur-core/latex",
    "tellur-renderer?/latex",
]
renderer = ["dep:tellur-renderer"]

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

[[bin]]
name = "tellur"
path = "src/bin/tellur.rs"
required-features = ["cli"]

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

[dependencies.cargo_metadata]
version = "0.18"
optional = true

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

[dependencies.tellur-core]
version = "0.4.0"

[dependencies.tellur-live]
version = "0.4.0"
optional = true

[dependencies.tellur-plugin]
version = "0.4.0"

[dependencies.tellur-renderer]
version = "0.4.0"
optional = true

[dependencies.toml_edit]
version = "0.22"
optional = true