# 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 = "hdpc-dl" version = "2.10.0" authors = ["b42-sneak <59374651+b42-sneak@users.noreply.github.com>"] include = [ "/README.md", "/LICENSE.md", "/Cargo.toml", "/Cargo.lock", "/src", ] description = "[NSFW] Downloads data from HDPC" homepage = "https://github.com/b42-sneak/hdpc-dl#readme" documentation = "https://docs.rs/hdpc-dl" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/b42-sneak/hdpc-dl" resolver = "2" [dependencies.anyhow] version = "1.0.32" [dependencies.chrono] version = "0.4.13" [dependencies.clap] version = "3.1.18" [dependencies.html-escape] version = "0.2.9" [dependencies.lazy_static] version = "1.4" [dependencies.pyo3] version = "0.16.5" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.10" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.str_overlap] version = "0.4.3" [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"