[package]
edition = "2024"
name = "m3utils"
version = "0.1.0"
authors = ["Matin Aniss"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for handling `m3u` and `m3u8` playlists, with support for extensions in compliance with the RFC 8216 HTTP Live Streaming specification."
homepage = "https://github.com/MatinAniss/m3utils"
readme = "README.md"
keywords = [
"m3u",
"m3u8",
"hls",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MatinAniss/m3utils"
[lib]
name = "m3utils"
path = "src/lib.rs"
[dependencies.nom]
version = "8.0.0"