hisui 2025.2.0

Recording Composition Tool Hisui
[[bin]]
name = "hisui"
path = "src/main.rs"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.log]
version = "0.4.25"

[dependencies.noargs]
version = "0.4.0"

[dependencies.nojson]
version = "0.3.2"

[dependencies.orfail]
version = "1.1.0"

[dependencies.shiguredo_dav1d]
version = "2025.1.0"

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

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

[dependencies.shiguredo_libyuv]
version = "2025.2.0"

[dependencies.shiguredo_mp4]
version = "2025.2.0"

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

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

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

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

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

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