# 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-playlist" version = "0.2.0" authors = ["Logan Wemyss"] description = "A library for serializing and deserializing HLS playlists (aka extended M3U playlists)." readme = "README.md" keywords = [ "hls", "parse", "m3u", "extm3u", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/raibu-stream/hls-playlist" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.chrono] version = "0.4.38" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.201" optional = true [dependencies.serde_json] version = "1.0.117" optional = true [dev-dependencies.rstest] version = "0.19.0" [features] steering-manifest = [ "dep:serde", "dep:serde_json", ]