# 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 = "mpeg2ts-reader" version = "0.16.0" authors = ["David Holroyd "] exclude = ["testsrc.ts"] description = "Parser for MPEG Transport Stream data" readme = "README.md" keywords = [ "mpegts", "ISO-13818-1", "H-222-0", ] categories = [ "multimedia::video", "parser-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/dholroyd/mpeg2ts-reader" [profile.bench] debug = 2 [[bench]] name = "bench" harness = false [[bench]] name = "ci_bench" harness = false [dependencies.encoding] version = "0.2" [dependencies.fixedbitset] version = "0.4.0" [dependencies.log] version = "0.4" [dependencies.smptera-format-identifiers-rust] version = "0.4.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.bitstream-io] version = "2.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.env_logger] version = "0.11.2" [dev-dependencies.hex-literal] version = "0.2.1" [dev-dependencies.hex-slice] version = "0.1.4" [dev-dependencies.iai-callgrind] version = "0.10.2"