# 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 = "twitch_recover" version = "0.2.1" authors = ["Mageas "] description = "Recover a twitch vod" documentation = "https://docs.rs/twitch_recover" readme = "README.md" keywords = ["twitch"] license = "GPL-3.0" repository = "https://gitea.heartnerds.org/Mageas/twitch_recover" [dependencies.chrono] version = "0.4.22" [dependencies.rand] version = "^0.8.5" [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.rust-crypto] version = "0.2.36" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21" features = ["macros"]