rust_h265 0.1.0

Pure Rust H.265/HEVC video decoder (Main and Main 10 profile, 8-bit and 10-bit 4:2:0)
Documentation
# 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"
name = "rust_h265"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust H.265/HEVC video decoder (Main and Main 10 profile, 8-bit and 10-bit 4:2:0)"
readme = "README.md"
keywords = [
    "hevc",
    "h265",
    "video",
    "decoder",
    "codec",
]
categories = ["multimedia::video"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/roticv/rust_h265"

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

[[example]]
name = "bench_decode"
path = "examples/bench_decode.rs"

[[example]]
name = "bench_realworld"
path = "examples/bench_realworld.rs"

[[example]]
name = "dump_frames"
path = "examples/dump_frames.rs"

[[example]]
name = "play"
path = "examples/play.rs"

[dependencies]

[dev-dependencies.minifb]
version = "0.28"

[dev-dependencies.sha2]
version = "0.10"