[package]
edition = "2018"
name = "matroska"
version = "0.30.1"
authors = ["Brian Langenberger <bjl@usa.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for parsing Matroska (MKV) file metadata."
homepage = "https://github.com/tuffy/matroska"
documentation = "https://docs.rs/matroska/"
readme = "README.md"
keywords = [
"matroska",
"mkv",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/tuffy/matroska"
[lib]
name = "matroska"
path = "src/lib.rs"
[[test]]
name = "matroska"
path = "tests/matroska.rs"
[dependencies.bitstream-io]
version = "4.10"
[dependencies.chrono]
version = "0.4"
optional = true
[dependencies.jiff]
version = "0.2"
optional = true
[dependencies.phf]
version = "0.13"
features = ["macros"]
[dependencies.time]
version = "0.3"
features = ["macros"]
optional = true