# 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 = "telegram_photo_gallery_downloader" version = "0.0.2" description = "Telegram photo gallery downloader" documentation = "https://docs.rs/telegram_photo_gallery_downloader" readme = "README.md" license = "MIT" repository = "https://github.com/kingwingfly/telegram-photo-gallery-downloader-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.clap] version = "4.4.14" features = ["derive"] [dependencies.indicatif] version = "0.17.7" optional = true [dependencies.reqwest] version = "0.11.23" [dependencies.scraper] version = "0.18.1" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [features] default = ["indicatif"] indicatif = ["dep:indicatif"]