# 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 = "aniscraper" version = "0.1.2" authors = ["falcon71181"] 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" readme = "README.md" keywords = [ "web", "anime", "web-scraping", "hianime", "zoro", ] categories = [ "web-programming", "parsing", "parser-implementations", "web-programming::http-client", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/0xSSOMPW/aniscraper" [lib] name = "aniscraper" path = "src/lib.rs" [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] version = "0.1.8" features = ["full"] [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] version = "0.12.7" features = [ "json", "blocking", ] [dependencies.scraper] version = "0.20.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.tokio] version = "1.39.3" features = ["full"]