# 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 = "boostydownload" version = "0.5.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple application to bulk-download content from Boosty" readme = "README.txt" license = "MIT" repository = "https://github.com/crptmem/boostydownloader.git" [[bin]] name = "boostydownload" path = "src/main.rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.error-chain] version = "0.12.4" [dependencies.futures] version = "0.3.30" [dependencies.imgdl-rs] version = "1.0.0" [dependencies.log] version = "0.4.20" features = ["max_level_info"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.24" features = [ "blocking", "json", "socks", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = ["full"]