mkv-element 0.3.2

A Matroska/WebM element reader and writer.
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 = "mkv-element"
version = "0.3.2"
authors = ["b01o <b01o@proton.me>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Matroska/WebM element reader and writer."
readme = "README.md"
keywords = [
    "matroska",
    "webm",
    "parser",
    "writer",
]
categories = [
    "asynchronous",
    "multimedia::encoding",
]
license = "MIT"
repository = "https://github.com/b01o/mkv-element"

[package.metadata.cargo-shear]
ignored = [
    "tokio-test",
    "hexf",
]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
tokio = ["dep:tokio"]
utils = []

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

[[test]]
name = "ebml"
path = "tests/ebml.rs"

[[test]]
name = "ietf-mkv-test-cases"
path = "tests/ietf-mkv-test-cases.rs"

[[test]]
name = "view_integration"
path = "tests/view_integration.rs"

[dependencies.hexf]
version = "0.2.1"

[dependencies.log]
version = "0.4"

[dependencies.paste]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.47"
features = ["io-util"]
optional = true
default-features = false

[dev-dependencies.roxmltree]
version = "0.21.0"

[dev-dependencies.tokio]
version = "1.47"
features = ["full"]

[dev-dependencies.tokio-test]
version = "0.4.4"

[build-dependencies.hexf]
version = "0.2.1"

[build-dependencies.roxmltree]
version = "0.21.0"