# 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 = "imageboard_downloader" version = "1.7.0" authors = ["Ferrah Aiko Wolf "] include = [ "**/*.rs", "Cargo.toml", ] description = "Cli utility to bulk download images from popular imageboard sites (Boorus) using their APIs" documentation = "https://docs.rs/imageboard_downloader" readme = "README.md" keywords = [ "download", "api", "e621", "danbooru", "rule34", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT" repository = "https://gitlab.com/FerrahWolfeh/imageboard-downloader-rs" [profile.opttest] opt-level = 3 lto = false debug = 2 inherits = "release" strip = false [profile.release] opt-level = 3 lto = "thin" debug = 0 strip = true [[bench]] name = "post_filter" harness = false [[bench]] name = "post_mapper" harness = false [dependencies.color-eyre] version = "0.6.2" [dependencies.dialoguer] version = "0.11.0" [dependencies.env_logger] version = "0.10" [dependencies.ibdl-common] version = "1.6.0" [dependencies.ibdl-core] version = "1.6.2" [dependencies.ibdl-extractors] version = "1.8.0" [dependencies.once_cell] version = "1.19.0" [dev-dependencies.ahash] version = "0.8.7" features = ["serde"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5"