# 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 = "en-300-468-reader" version = "0.3.0" authors = ["David Holroyd "] description = "Reader for MPEG TS data formatted according to ETSI standard EN 300 486" readme = "README.md" categories = ["multimedia::video", "parser-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/dholroyd/en-300-468-reader" [dependencies.encoding] version = "0.2" [dependencies.log] version = "0.4" [dependencies.mpeg2ts-reader] version = "0.15"