# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "m3u8_downloader" version = "0.5.4" authors = ["DevNul "] description = "Application m3u8_downloader allows to download m3u8 HLS streams by master playlist link." homepage = "https://github.com/DevNulPavel/m3u8_downloader" documentation = "https://github.com/DevNulPavel/m3u8_downloader" keywords = ["m3u8", "hls"] categories = ["command-line-utilities", "multimedia", "asynchronous"] license = "MIT" repository = "https://github.com/DevNulPavel/m3u8_downloader" [dependencies.async-stream] version = "0.3.0" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.0" [dependencies.futures] version = "0.3.12" [dependencies.log] version = "0.4.13" [dependencies.m3u8-rs] version = "1.0.7" [dependencies.nom] version = "5.1.2" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.quick-error] version = "2.0.0" [dependencies.reqwest] version = "0.11.0" features = ["rustls-tls"] default-features = false [dependencies.tokio] version = "1.0.2" features = ["fs", "rt", "rt-multi-thread", "net", "sync", "signal", "process", "macros"] default-features = false [dependencies.url] version = "2.2.0"