quick-m3u8 0.8.0

Parser for M3U8 Playlist format as defined in HLS draft-pantos-hls-rfc8216
Documentation
# 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 = "2024"
name = "quick-m3u8"
version = "0.8.0"
authors = ["Robert Galluccio"]
build = false
exclude = [
    "/.github",
    "/benches",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for M3U8 Playlist format as defined in HLS draft-pantos-hls-rfc8216"
readme = "README.md"
keywords = [
    "m3u8",
    "hls",
    "parser",
]
categories = ["parser-implementations"]
license = "Unlicense"
repository = "https://github.com/theRealRobG/m3u8"

[features]
chrono = ["dep:chrono"]
default = []

[lib]
name = "quick_m3u8"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["std"]
optional = true
default-features = false

[dependencies.fast-float2]
version = "0.2"

[dependencies.memchr]
version = "2.7"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.hls_m3u8]
version = "0.5.1"

[dev-dependencies.m3u8-rs]
version = "6.0.0"

[dev-dependencies.paste]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"