# 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 = "html_executor" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Execute JS rendered HTML from a request" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/0xlunar/html_executor" [lib] name = "html_executor" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.async-trait] version = "0.1.83" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.9" optional = true [dependencies.rquest] version = "0.27.5" optional = true [dependencies.serde_json] version = "1.0.132" [dependencies.thirtyfour] version = "0.34.0" [dependencies.tokio] version = "1.41.1" features = ["time"] [features] default = ["reqwest"] reqwest = ["dep:reqwest"] rquest = ["dep:rquest"]