# 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 = "youtube_to_m3u8" version = "0.1.4" authors = ["tktcorporation "] description = "To get a m3u8 url of youtube videos." license-file = "LICENSE" [[bin]] name = "youtube_to_m3u8" path = "src/main.rs" [dependencies.native-tls] version = "0.2.7" optional = true [dependencies.percent-encoding] version = "2.1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.tokio] version = "0.2" features = ["full"] [features] tls-vendored = ["native-tls/vendored"] [badges.is-it-maintained-issue-resolution] repository = "tktcorporation/youtube_to_m3u8" [badges.is-it-maintained-open-issues] repository = "tktcorporation/youtube_to_m3u8"