[package] name = "h264-decoder" version = "0.2.4" edition = "2021" authors = ["HarlanC "] description = "a h264 decoder" license = "MIT" repository = "https://github.com/harlanc/xiu" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.4.2" bytes = "1.0.0" log = "0.4" failure = "0.1.8" bytesio = "0.3.3"