[dependencies.ebml-iterable-specification]
version = "=0.4.0"
[dependencies.ebml-iterable-specification-derive]
optional = true
version = "=0.4.0"
[dependencies.futures]
optional = true
version = "0.3.28"
[features]
derive-spec = ["ebml-iterable-specification-derive"]
[package]
authors = ["Austin Blake <austinl3roy@gmail.com>"]
categories = ["parsing", "data-structures", "encoding", "multimedia::encoding"]
description = "This crate provides an iterator over EBML encoded data. The items provided by the iterator are Tags as defined in EBML. The iterator is spec-agnostic and requires a specification implementing specific traits to read files. Typically, you would only use this crate to implement a custom specification - most often you would prefer a crate providing an existing specification, like `webm-iterable`."
edition = "2018"
homepage = "https://github.com/austinleroy/ebml-iterable"
keywords = ["ebml", "encoding", "parser", "serialization"]
license = "MIT"
name = "ebml-iterable"
readme = "README.md"
repository = "https://github.com/austinleroy/ebml-iterable"
version = "0.6.2"