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