# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mkv" version = "0.0.8" authors = ["Vitaly '_Vi' Shukela"] description = "[incomplete yet] Matroska (mkv,webm) files parser and generator implemented in Rust" homepage = "https://github.com/vi/mkv.rs" keywords = ["matroska", "mkv", "webm", "demuxer", "muxer"] license-file = "LICENSE" repository = "https://github.com/vi/mkv.rs" [dependencies.byteorder] version = "0.3" [dependencies.bytes] version = "0.4" [dependencies.log] version = "0.3" [dependencies.rustc-serialize] version = "0.3" optional = true [dev-dependencies.env_logger] version = "0.3" default-features = false [dev-dependencies.random] version = "0.12" [features] nightly = []