hisui 2025.3.3

Recording Composition Tool Hisui
# 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.90"
name = "hisui"
version = "2025.3.3"
authors = ["Shiguredo Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Recording Composition Tool Hisui"
homepage = "https://github.com/shiguredo/hisui"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/shiguredo/hisui"

[features]
default = ["libvpx"]
fdk-aac = ["shiguredo_fdk_aac"]
libvpx = ["shiguredo_libvpx"]
nvcodec = ["shiguredo_nvcodec"]

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

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

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

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

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

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

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

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

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

[dependencies.indicatif]
version = "=0.18.2"

[dependencies.log]
version = "=0.4.28"

[dependencies.noargs]
version = "=0.4.1"

[dependencies.nojson]
version = "=0.3.6"

[dependencies.orfail]
version = "=1.1.0"

[dependencies.shiguredo_dav1d]
version = "=2025.1.0"

[dependencies.shiguredo_fdk_aac]
version = "=2025.1.1"
optional = true

[dependencies.shiguredo_libvpx]
version = "=2025.1.0"
optional = true

[dependencies.shiguredo_libyuv]
version = "=2025.2.0"

[dependencies.shiguredo_mp4]
version = "=2025.2.0"

[dependencies.shiguredo_nvcodec]
version = "=2026.2.0"
optional = true

[dependencies.shiguredo_openh264]
version = "=2025.1.0"

[dependencies.shiguredo_opus]
version = "=2025.1.0"

[dependencies.shiguredo_svt_av1]
version = "=2025.1.0"

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

[target.'cfg(target_os = "macos")'.dependencies.shiguredo_audio_toolbox]
version = "=2025.1.0"

[target.'cfg(target_os = "macos")'.dependencies.shiguredo_video_toolbox]
version = "=2025.1.0"