# 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 = "2021" name = "rusty_dl" version = "1.0.8" authors = ["yatsu"] description = "A crate for downloading youtube videos, twitter medias (videos, images, gif) from tweets and files on the web." readme = "README.md" keywords = [ "download", "videos", "youtube", "twitter", "medias", ] categories = [ "internet", "media", "utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DevYatsu/rusty-dl" [dependencies.async-trait] version = "0.1.80" [dependencies.futures] version = "0.3.30" [dependencies.percent-encoding] version = "2.3.1" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.3" [dependencies.rusty_ytdl] version = "0.7.1" features = [ "blocking", "ffmpeg", ] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.url] version = "2.5.0"