# 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 = "m3u8-rs" version = "6.0.0" authors = ["Rutger"] description = "A library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol)." documentation = "https://rutgersc.github.io/doc/m3u8_rs/index.html" readme = "README.md" license = "MIT" repository = "https://github.com/rutgersc/m3u8-rs" [dependencies.chrono] version = "0.4" features = ["std"] default-features = false [dependencies.nom] version = "7" optional = true [features] default = ["parser"] parser = ["nom"]