[package] name = "h264-profile-level-id" version = "0.2.0" description = "Utility to process H264 profile-level-id values" authors = ["Nazar Mokrynskyi "] edition = "2018" license = "ISC" keywords = ["h264", "sdp", "webrtc"] documentation = "https://docs.rs/h264-profile-level-id" repository = "https://github.com/nazar-pc/h264-profile-level-id" readme = "readme.md" [dependencies] bitpattern = "0.1.0" log = "0.4.11" thiserror = "1.0.22"