# 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" version = "0.1.28" authors = ["Max Gonzih "] build = "build.rs" description = "Web scraper for Crabs" homepage = "https://github.com/Gonzih/crabler" documentation = "https://docs.rs/crabler" readme = "README.md" keywords = ["html", "css", "scraper", "web"] license = "MIT" repository = "https://github.com/Gonzih/crabler" [dependencies.async-std] version = "1.9.0" features = ["unstable", "attributes"] [dependencies.async-trait] version = "0.1.52" [dependencies.crabler_derive] version = "0.1.8" [dependencies.crabquery] version = "0.1.9" [dependencies.femme] version = "2.1.1" [dependencies.futures] version = "0.3.18" [dependencies.log] version = "0.4.14" features = ["kv_unstable"] [dependencies.surf] version = "2.3.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13" [features] debug = []