# 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 = "2018" name = "h264-reader" version = "0.7.0" authors = ["David Holroyd "] description = "Reader for H264 bitstream syntax" readme = "README.md" keywords = ["H-264"] categories = ["multimedia::video"] license = "MIT/Apache-2.0" repository = "https://github.com/dholroyd/h264-reader" [profile.bench] debug = true [[bench]] name = "bench" harness = false [dependencies.bitstream-io] version = "1.1" [dependencies.hex-slice] version = "0.1.4" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.1.1" [dependencies.rfc6381-codec] version = "0.1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.test-case] version = "3.0.0"