mp4decrypt 0.6.1

Decrypt CENC protected MP4 content using Bento4
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 = "mp4decrypt"
version = "0.6.1"
authors = ["clitic <clitic21@gmail.com>"]
build = "build.rs"
exclude = [
    "examples/*",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decrypt CENC protected MP4 content using Bento4"
documentation = "https://docs.rs/mp4decrypt"
readme = "README.md"
keywords = ["crypto"]
categories = [
    "api-bindings",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/clitic/bento4-rs/tree/main/mp4decrypt"
resolver = "2"

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

[dependencies.hex]
version = "0.4"

[dependencies.thiserror]
version = "2"

[build-dependencies.bento4-src]
version = "0.1"