[package] name = "waxy" version = "0.2.0" edition = "2021" repository = "https://github.com/salugi/waxy" license = "MIT" keywords = ["crawler"] description = "web crawler for community driven search engine" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http = "0.2.5" url = "2.2.2" reqwest = "0.11.7" tokio-test = "0.4.2" regex = "1" substring = "1.4.5" scraper = "0.12.0" serial_test = "0.5.1" lazy_static = "1.4.0"