[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.lazy_static]
version = "1.5.0"
[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.0"