deathrip 0.2.1

Rips full-resolution images from the Dead Sea Scrolls digital library.
Documentation
[package]

name = "deathrip"

authors = ["Yehuthith <yehuthit@gmail.com>"]

description = "Rips full-resolution images from the Dead Sea Scrolls digital library."

version = "0.2.1"

edition = "2021"

repository = "https://github.com/yehuthi/deathrip"

keywords = ["history", "judaism", "israel", "bible", "literature"]

categories = ["command-line-utilities", "multimedia::images"]

license = "MIT OR Apache-2.0"



[dependencies]

clap = { version = "4.4.1", features = ["derive"] }

const_format = "0.2.26"

futures = { version = "0.3.24", default-features = false, features = ["alloc"] }

image = "0.24.3"

itertools = "0.11.0"

itoa = "1.0.3"

regex = "1.6.0"

reqwest = { version = "0.11.11", default-features = false }

thiserror = "1.0.35"

tokio = { version = "1.21.1", features = ["rt", "macros", "fs"] }

tracing = "0.1.36"

tracing-subscriber = "0.3.15"



[features]

default = ["tls-rustls"]

tls-native = ["reqwest/native-tls"]

tls-rustls = ["reqwest/rustls-tls"]