1[package] 2name = "h264-decoder" 3version = "0.2.0" 4edition = "2021" 5authors = ["HarlanC <[email protected]>"] 6description = "a h264 decoder" 7license = "MIT" 8repository = "https://github.com/harlanc/xiu" 9 10# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 11 12[dependencies] 13byteorder = "1.4.2" 14bytes = "1.0.0" 15log = "0.4" 16failure = "0.1.1" 17 18bytesio = { path = "../../bytesio/" } 19