[dependencies.ebml-iterable]
features = ["derive-spec", "futures"]
version = "=0.6.2"
[dependencies.futures]
optional = true
version = "0.3"
[dev-dependencies.hyper]
features = ["full"]
version = "0.14"
[dev-dependencies.hyper-tls]
version = "0.5.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.137"
[dev-dependencies.serde-xml-rs]
version = "0.5.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1.19"
[package]
authors = ["Austin Blake <austinl3roy@gmail.com>"]
categories = ["parsing", "data-structures", "encoding", "multimedia::encoding"]
description = "This crate extends the ebml-iterable library to provide an iterator over webm data. It provides a Matroska specification implementing the required traits to read webm files."
edition = "2018"
exclude = ["media/*"]
homepage = "https://github.com/austinleroy/webm-iterable"
keywords = ["webm", "encoding", "parser", "serialization", "matroska"]
license = "MIT"
name = "webm-iterable"
readme = "README.md"
repository = "https://github.com/austinleroy/webm-iterable"
version = "0.6.3"