1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-18 08:22:59 +00:00
hls_m3u8/Cargo.toml

25 lines
549 B
TOML
Raw Normal View History

2018-02-11 06:10:52 +00:00
[package]
name = "hls_m3u8"
2019-09-09 11:16:30 +00:00
version = "0.2.1"
2018-02-11 06:10:52 +00:00
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
2018-02-14 20:27:06 +00:00
description = "HLS m3u8 parser/generator"
homepage = "https://github.com/sile/hls_m3u8"
repository = "https://github.com/sile/hls_m3u8"
readme = "README.md"
2019-09-09 11:05:27 +00:00
license = "MIT OR Apache-2.0"
2018-02-14 20:27:06 +00:00
keywords = ["hls", "m3u8"]
2019-03-31 09:58:11 +00:00
edition = "2018"
2019-09-08 10:23:33 +00:00
categories = ["parser"]
2018-02-14 20:27:06 +00:00
[badges]
travis-ci = {repository = "sile/hls_m3u8"}
codecov = {repository = "sile/hls_m3u8"}
2018-02-11 06:10:52 +00:00
[dependencies]
2019-09-13 14:06:52 +00:00
failure = "0.1.5"
2019-09-14 11:26:16 +00:00
derive_builder = "0.7.2"
2019-09-15 10:51:51 +00:00
chrono = "0.4.9"
2018-02-13 15:25:33 +00:00
[dev-dependencies]
2019-09-08 10:23:33 +00:00
clap = "2"