[[bin]]
name = "dav1d"
path = "dav1d.rs"
[[bin]]
name = "seek_stress"
path = "seek_stress.rs"
[build-dependencies.cc]
version = "1.0.79"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.libc]
version = "0.2"
[dependencies.rav1d]
default-features = false
version = "1.1.0"
[features]
asm = ["rav1d/asm"]
asm_arm64_dotprod = ["rav1d/asm_arm64_dotprod"]
asm_arm64_i8mm = ["rav1d/asm_arm64_i8mm"]
bitdepth_16 = ["rav1d/bitdepth_16"]
bitdepth_8 = ["rav1d/bitdepth_8"]
default = ["asm", "asm_arm64_dotprod", "asm_arm64_i8mm", "bitdepth_8", "bitdepth_16"]
[package]
authors = ["Rav1d Developers", "Prossimo"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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.1.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Performance", "Win32_System_SystemInformation"]
version = "0.52"