# 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 = "deathrip" version = "0.2.1" authors = ["Yehuthith "] description = "Rips full-resolution images from the Dead Sea Scrolls digital library." readme = "README.md" keywords = [ "history", "judaism", "israel", "bible", "literature", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yehuthi/deathrip" [dependencies.clap] version = "4.4.1" features = ["derive"] [dependencies.const_format] version = "0.2.26" [dependencies.futures] version = "0.3.24" features = ["alloc"] default-features = false [dependencies.image] version = "0.24.3" [dependencies.itertools] version = "0.11.0" [dependencies.itoa] version = "1.0.3" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11.11" default-features = false [dependencies.thiserror] version = "1.0.35" [dependencies.tokio] version = "1.21.1" features = [ "rt", "macros", "fs", ] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" [features] default = ["tls-rustls"] tls-native = ["reqwest/native-tls"] tls-rustls = ["reqwest/rustls-tls"]