# 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 = "vsd-mp4" version = "0.1.1" authors = ["clitic "] description = "Port of mp4 parser from shaka-player project." documentation = "https://docs.rs/vsd-mp4" readme = "README.md" keywords = ["mp4"] categories = [ "parser-implementations", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/clitic/vsd/tree/main/vsd-mp4" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.base64] version = "0.22" optional = true [dependencies.hex] version = "0.4" optional = true [dependencies.prost] version = "0.12" optional = true [dependencies.quick-xml] version = "0.33" features = ["serialize"] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [build-dependencies.prost-build] version = "0.12" optional = true [features] pssh = [ "dep:base64", "dep:hex", "dep:prost", "dep:prost-build", "dep:serde", ] text-ttml = [ "dep:serde", "dep:quick-xml", ] text-vtt = []