rav1d-cli 1.0.0

Rust port of the dav1d AV1 decoder CLI tools
[[bin]]
name = "dav1d"
path = "dav1d.rs"

[[bin]]
name = "seek_stress"
path = "seek_stress.rs"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.libc]
version = "0.2"

[dependencies.rav1d]
default-features = false
version = "1.0.0"

[features]
asm = ["rav1d/asm"]
bitdepth_16 = ["rav1d/bitdepth_16"]
bitdepth_8 = ["rav1d/bitdepth_8"]
default = ["asm", "bitdepth_8", "bitdepth_16"]

[package]
authors = ["Rav1d Developers", "Prossimo"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
default-run = "dav1d"
description = "Rust port of the dav1d AV1 decoder CLI tools"
edition = "2021"
exclude = ["*.c", "*.h", "*.in", "meson*"]
license = "BSD-2-Clause"
name = "rav1d-cli"
readme = false
repository = "https://github.com/memorysafety/rav1d"
version = "1.0.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Performance", "Win32_System_SystemInformation"]
version = "0.52"