# 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 = "waxy" version = "0.2.0" description = "web crawler for community driven search engine" keywords = ["crawler"] license = "MIT" repository = "https://github.com/salugi/waxy" resolver = "2" [dependencies.http] version = "0.2.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.7" [dependencies.scraper] version = "0.12.0" [dependencies.serial_test] version = "0.5.1" [dependencies.substring] version = "1.4.5" [dependencies.tokio-test] version = "0.4.2" [dependencies.url] version = "2.2.2"