# 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.28.0" authors = ["Brian Langenberger "] build = 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 = "2.4" [dependencies.chrono] version = "0.4" optional = true [dependencies.jiff] version = "0.1" optional = true [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.time] version = "0.3" features = ["macros"] optional = true