# 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 = "imgdl" version = "0.2.1" authors = ["Carter Himmel "] description = "a cli app to recursively download images from a Discord channel" documentation = "https://github.com/fyko/imgdl-bot/tree/cli#readme" readme = "README.md" keywords = ["discord", "cli"] license = "Apache-2.0" repository = "https://github.com/fyko/imgdl-bot" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" features = ["yaml"] [dependencies.env_logger] version = "0.7" [dependencies.hex] version = "0.4" [dependencies.home] version = "0.5" [dependencies.indicatif] version = "0.15" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.10" features = ["json", "blocking"] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.spectacles-model] version = "0.2.0" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.toml] version = "0.5"