# 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 = "dr-downloader" version = "0.6.3" authors = ["Frederik P. B. H. "] description = "A package for downloading media from DR-TV" readme = "README.md" keywords = [ "downloader", "dr", "drtv", "async", ] license-file = "LICENSE" repository = "https://github.com/F0903/dr-downloader" [profile.release] opt-level = "z" lto = true strip = true [lib] crate-type = ["lib"] [dependencies.async-recursion] version = "^1" [dependencies.futures] version = "^0.3" features = ["executor"] [dependencies.lazy_static] version = "^1" [dependencies.rayon] version = "^1" [dependencies.regex] version = "^1" [dependencies.reqwest] version = "^0.11" [dependencies.serde_json] version = "^1" [dependencies.tokio] version = "^1" features = [ "rt", "rt-multi-thread", "macros", "sync", ] [target."cfg(windows)".dependencies.winreg] version = "^0.10"