# 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-dl" version = "0.1.0" authors = ["soeur "] description = "m3u8 video downloader" homepage = "https://github.com/juzi5201314/m3u8-dl" documentation = "https://github.com/juzi5201314/m3u8-dl" readme = "README.md" keywords = ["m3u8", "download", "downloader", "hls"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/juzi5201314/m3u8-dl" [[bin]] name = "m3u8-dl" [dependencies.aes-stream] version = "0.2.1" [dependencies.anyhow] version = "1.0.32" [dependencies.argh] version = "0.1.3" [dependencies.colored] version = "2.0.0" [dependencies.ffcli] version = "0.1.6" [dependencies.futures] version = "0.3.5" [dependencies.log] version = "0.4.11" [dependencies.m3u8-rs] version = "1.0.7" [dependencies.reqwest] version = "0.10.8" [dependencies.rust-crypto] version = "0.2.36" [dependencies.tokio] version = "0.2.22" features = ["macros", "rt-threaded", "fs", "sync"] [dependencies.url] version = "2.1.1"