# 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 = "no_browser" version = "0.3.2" authors = ["Lorenz Barnkow"] build = false include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "a light-weight, head-less 'web browser' based on reqwest" documentation = "https://docs.rs/no_browser" readme = "README.md" keywords = [ "web", "testing", "test", "html", "css", ] categories = [ "development-tools::testing", "web-programming", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lbarnkow/no_browser" [lib] name = "no_browser" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4" [dependencies.reqwest] version = "0.11" features = [ "cookies", "rustls-tls", "blocking", ] default-features = false [dependencies.rustls] version = "0.21" [dependencies.scraper] version = "0.16" [dependencies.thiserror] version = "1" [dev-dependencies.rstest] version = "0.17" [dev-dependencies.tiny_http] version = "0.12" [dev-dependencies.urlencoding] version = "2.1"