m3u8-rs/Cargo.toml
Rutger Schoorstra 0a3fb0e671 Version 2.1.0
2021-10-19 19:48:26 +02:00

18 lines
429 B
TOML

[package]
name = "m3u8-rs"
version = "2.1.0"
authors = ["Rutger"]
readme = "README.md"
repository = "https://github.com/rutgersc/m3u8-rs"
description = "A library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol)."
documentation = "https://rutgersc.github.io/doc/m3u8_rs/index.html"
license = "MIT"
[dependencies]
nom = { version = "5.1.0", optional = true }
[features]
default = ["parser"]
parser = ["nom"]