aniscraper 0.1.2

Rust library designed for efficient web scraping and data extraction. It simplifies the process of fetching, parsing, and extracting data from websites.
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.brotli]
version = "6.0.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.flate2]
version = "1.0.33"

[dependencies.hex]
version = "0.4.3"

[dependencies.http-body-util]
version = "0.1.2"

[dependencies.hyper]
version = "1.4.1"

[dependencies.hyper-tls]
version = "0.6.0"

[dependencies.hyper-util]
features = ["full"]
version = "0.1.8"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.md5]
version = "0.7.0"

[dependencies.openssl]
version = "0.10.66"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.10.6"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12.7"

[dependencies.scraper]
version = "0.20.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.209"

[dependencies.serde_json]
version = "1.0.127"

[dependencies.tokio]
features = ["full"]
version = "1.39.3"

[lib]
name = "aniscraper"
path = "src/lib.rs"

[package]
authors = ["falcon71181"]
categories = ["web-programming", "parsing", "parser-implementations", "web-programming::http-client"]
description = "Rust library designed for efficient web scraping and data extraction. It simplifies the process of fetching, parsing, and extracting data from websites."
documentation = "https://github.com/0xSSOMPW/aniscraper/blob/master/README.md"
edition = "2021"
keywords = ["web", "anime", "web-scraping", "hianime", "zoro"]
license = "MIT"
license-file = "LICENSE"
name = "aniscraper"
readme = "README.md"
repository = "https://github.com/0xSSOMPW/aniscraper"
version = "0.1.2"