# 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 = "2018" name = "hls_m3u8" version = "0.4.2" authors = [ "Takeru Ohta ", "Luro02 <24826124+Luro02@users.noreply.github.com>", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HLS m3u8 parser/generator" homepage = "https://github.com/sile/hls_m3u8" readme = "README.md" keywords = [ "hls", "m3u8", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/sile/hls_m3u8" [lib] name = "hls_m3u8" path = "src/lib.rs" [[test]] name = "master_playlist" path = "tests/master_playlist.rs" [[test]] name = "media_playlist" path = "tests/media_playlist.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "rfc8216" path = "tests/rfc8216.rs" [[test]] name = "version-number" path = "tests/version-number.rs" [[bench]] name = "bench_main" path = "benches/bench_main.rs" harness = false [dependencies.backtrace] version = "0.3" features = ["std"] optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.derive_builder] version = "0.9" [dependencies.derive_more] version = "0.99" [dependencies.hex] version = "0.4" [dependencies.shorthand] version = "0.1" [dependencies.stable-vec] version = "0.4" [dependencies.strum] version = "0.17" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.automod] version = "0.2" [dev-dependencies.criterion] version = "0.3.1" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.version-sync] version = "0.9" [features] default = [] perf = [] [badges.codecov] repository = "sile/hls_m3u8" [badges.travis-ci] repository = "sile/hls_m3u8"