1 Star 0 Fork 0

我在天外/dezoomify-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
Ophir LOJKINE 提交于 2021-03-10 18:12 . Update dependencies
[package]
name = "dezoomify-rs"
version = "2.6.5"
authors = ["lovasoa"]
edition = "2018"
license-file = "LICENSE"
description = "Allows downloading zoomable images. Supports several different formats such as zoomify, iiif, and deep zoom images."
documentation = "https://docs.rs/dezoomify-rs"
repository = "https://github.com/lovasoa/dezoomify-rs"
homepage = "https://lovasoa.github.io/dezoomify-rs/"
readme = "README.md"
keywords = ["image", "download"]
[dependencies]
image = "0.23"
png = "0.16"
reqwest = { version = "0.11", features = ["gzip"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3"
custom_error = "1.7"
structopt = "0.3"
evalexpr = "5.0"
regex = "1"
lazy_static = "1.3"
itertools = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
serde-xml-rs = "0.4"
serde_json = "1.0"
json5 = "0.3"
serde_urlencoded = "0.7"
block-modes = "0.7"
aes = "0.6"
hmac = "0.10"
sha-1 = "0.9"
base64 = "0.13"
indicatif = "0.15"
sanitize-filename-reader-friendly = "1"
colour = "0.5"
human-panic = "1"
log = "0.4"
env_logger = "0.8"
url = "2"
fixedbitset = "0.3"
[dev-dependencies]
criterion = "0.3"
img_hash = "3"
tempdir = "0.3"
[[bench]]
name = "local_dezoomifying"
harness = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/im-in-tianwai/dezoomify-rs.git
git@gitee.com:im-in-tianwai/dezoomify-rs.git
im-in-tianwai
dezoomify-rs
dezoomify-rs
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385