# 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 = "gogoanime-scraper" version = "1.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A blazing fast anime scraper for GoGoAnime" readme = "README.md" license = "MIT" repository = "https://github.com/zerodev-exe/gogoanime-scraper" [lib] name = "gogoanime_scraper" path = "src/lib.rs" [[bin]] name = "anidl" path = "src/main.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.chrono] version = "0.4.38" [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.5.0" [dependencies.reqwest] version = "0.12" features = [ "cookies", "blocking", ] [dependencies.scraper] version = "0.21.0" [dependencies.select] version = "0.6.0" [dependencies.tokio] version = "1" features = ["full"]