# 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 = "hls_parse" version = "0.1.4" authors = ["lubezhang "] description = "A library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol)." homepage = "https://github.com/lubezhang/hls_parse/" keywords = ["hls", "m3u8"] license = "MIT" repository = "https://github.com/lubezhang/hls_parse/" resolver = "2" [lib] name = "hls_parse" path = "src/lib.rs" [dependencies.aes-stream] version = "0.2.1" [dependencies.hex] version = "0.4.0" [dependencies.regex] version = "1.5.5" [dependencies.rust-crypto] version = "0.2.36" [dependencies.url] version = "2.2.2"