# 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 = "2021" name = "mkvdump" version = "0.6.0" authors = ["Carlos Bentzen "] exclude = [ "tests/", ".github/", "website/", ] description = "MKV and WebM parser CLI tool" readme = "README.md" keywords = [ "mkv", "matroska", "webm", "cli", "ebml", ] categories = [ "command-line-utilities", "multimedia", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cadubentzen/mkvdump" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.mkvparser] version = "0.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.insta] version = "1" features = ["yaml"]