# 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 = "webscrape" version = "0.1.0" authors = ["Mauro Sciancalepore "] description = "Web Scraping made easy." license = "MIT" [lib] name = "webscrape" path = "src/lib.rs" [dependencies.base64] version = "0.13.1" [dependencies.headless_chrome_fork] version = "1" features = ["fetch"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.scraper] version = "0.13.0" [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.9.14" [dependencies.tokio] version = "1" features = ["full"]