mkv-element 0.2.0

A Matroska/WebM element reader and writer.
Documentation
[build-dependencies.hexf]
version = "0.2.1"

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

[dependencies.hexf]
version = "0.2.1"

[dependencies.log]
version = "0.4"

[dependencies.paste]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

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

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

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

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

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

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

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

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

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