re_rav1d 0.1.3

Rust port of the dav1d AV1 decoder
Documentation
[build-dependencies.cc]
version = "1.0.79"

[build-dependencies.nasm-rs]
features = ["parallel"]
version = "0.3"

[dependencies.assert_matches]
version = "1.5.0"

[dependencies.atomig]
features = ["derive"]
version = "0.4.0"

[dependencies.av-data]
version = "0.4.2"

[dependencies.bitflags]
version = "2.4.0"

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

[dependencies.libc]
version = "0.2"

[dependencies.parking_lot]
version = "0.12.2"

[dependencies.paste]
version = "1.0.14"

[dependencies.raw-cpuid]
version = "11.0.1"

[dependencies.static_assertions]
version = "1"

[dependencies.strum]
features = ["derive"]
version = "0.26"

[dependencies.to_method]
version = "1.1.0"

[dependencies.zerocopy]
features = ["derive"]
version = "0.7.32"

[features]
asm = []
asm_arm64_dotprod = ["asm"]
asm_arm64_i8mm = ["asm"]
bitdepth_16 = []
bitdepth_8 = []
default = ["asm", "asm_arm64_dotprod", "asm_arm64_i8mm", "bitdepth_8", "bitdepth_16"]

[lib]
crate-type = ["staticlib", "rlib"]
name = "re_rav1d"
path = "lib.rs"

[package]
authors = ["Rav1d Developers", "Prossimo"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust port of the dav1d AV1 decoder"
edition = "2021"
exclude = ["*.c", "*.in", "meson*", "tests/", "doc/", "package/"]
license = "BSD-2-Clause"
name = "re_rav1d"
readme = "README.md"
repository = "https://github.com/memorysafety/rav1d"
rust-version = "1.79"
version = "0.1.3"

[profile.checked-release]
codegen-units = 16
inherits = "dev"
opt-level = 2

[profile.dev]
panic = "abort"

[profile.opt-dev]
inherits = "dev"
opt-level = 1

[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"

[profile.release-with-debug]
debug = "line-tables-only"
inherits = "release"