aethersafta 0.21.3

Real-time media compositing engine — multi-source capture, scene graph, hardware-accelerated encoding, streaming output
# 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 = "aethersafta"
version = "0.21.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real-time media compositing engine — multi-source capture, scene graph, hardware-accelerated encoding, streaming output"
homepage = "https://github.com/MacCracken/aethersafta"
readme = "README.md"
keywords = [
    "compositing",
    "streaming",
    "capture",
    "video",
    "encoding",
]
categories = [
    "multimedia",
    "multimedia::video",
    "multimedia::encoding",
]
license = "AGPL-3.0-only"
repository = "https://github.com/MacCracken/aethersafta"

[features]
default = [
    "pipewire",
    "hwaccel",
]
full = [
    "pipewire",
    "hwaccel",
    "rtmp",
    "srt",
    "openh264-enc",
    "vaapi",
]
hwaccel = ["dep:ai-hwaccel"]
openh264-enc = ["tarang/openh264-enc"]
pipewire = ["dhvani/pipewire"]
rtmp = []
srt = []
vaapi = [
    "tarang/vaapi",
    "hwaccel",
]

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

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

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

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

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

[[bench]]
name = "audio"
path = "benches/audio.rs"
harness = false

[[bench]]
name = "compose"
path = "benches/compose.rs"
harness = false

[[bench]]
name = "convert"
path = "benches/convert.rs"
harness = false

[[bench]]
name = "encode"
path = "benches/encode.rs"
harness = false

[dependencies.ai-hwaccel]
version = "0.21.3"
optional = true
default-features = false

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.dhvani]
version = "0.21.4"
features = [
    "dsp",
    "graph",
]
default-features = false

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

[dependencies.ranga]
version = "0.21.4"
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tarang]
version = "0.21.3"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
    "signal",
    "sync",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio-test]
version = "0.4"