matroska 0.30.1

Library for parsing Matroska (MKV) file metadata.
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 = "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