[package]
authors = ["clitic <clitic21@gmail.com>"]
categories = ["api-bindings", "cryptography"]
description = "Decrypt CENC protected MP4 content using Bento4"
documentation = "https://docs.rs/mp4decrypt"
edition = "2024"
exclude = ["examples/*", "tests/*"]
keywords = ["crypto"]
license = "MIT OR Apache-2.0"
name = "mp4decrypt"
readme = "README.md"
repository = "https://github.com/clitic/bento4-rs/tree/main/mp4decrypt"
version = "0.6.1"
[dependencies]
hex = "0.4"
thiserror = "2"
[build-dependencies]
bento4-src = { version = "0.1", path = "../bento4-src" }