[package] name = "crabler-tokio" version = "0.1.29" authors = ["Max Gonzih ", "Matthew Sherborne "] edition = "2018" description = "Web scraper for Crabs - tokio version" build = "build.rs" homepage = "https://github.com/matiu2/crabler-tokio" repository = "https://github.com/matiu2/crabler-tokio" documentation = "https://docs.rs/crabler-tokio" readme = "README.md" keywords = ["html", "css" , "scraper", "web"] license = "MIT" [features] debug = [] [dependencies] futures = "0.3.28" async-trait = "0.1.68" thiserror = "1.0.40" log = { version = "0.4.17", features = ["kv_unstable"] } femme = "2.2.1" crabler-tokio_derive = "0.1.8" crabquery = "0.1.9" reqwest = { version = "0.11.16", default_features = false, features = ["gzip", "deflate", "brotli", "rustls-tls"] } tokio = { version = "1.27.0", features = ["macros", "net", "rt-multi-thread", "fs"] } flume = "0.10.14" [build-dependencies] skeptic = "0.13.7" [dev-dependencies] skeptic = "0.13.7"