# 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" rust-version = "1.64" name = "chromiumoxide_fork" version = "0.5.12" authors = ["Matthias Seitz "] description = "Library for interacting with a chrome instance with the chrome devtools protocol" homepage = "https://github.com/mattsse/chromiumoxide" readme = "README.md" keywords = [ "chrome", "chromedriver", "puppeteer", "automation", ] categories = [ "web-programming", "api-bindings", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mattsse/chromiumoxide" [[example]] name = "wiki-tokio" required-features = ["tokio-runtime"] [[example]] name = "iframe-workaround" required-features = [ "tokio-runtime", "tokio", ] [[example]] name = "httpfuture" required-features = ["tokio-runtime"] [[example]] name = "fetcher" required-features = ["_fetcher-native-async-std"] [[example]] name = "fetcher-tokio" required-features = [ "tokio-runtime", "_fetcher-native-tokio", ] [dependencies.async-std] version = "1.5" features = [ "attributes", "unstable", ] optional = true [dependencies.async-tungstenite] version = "0.23" [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1.4.0" features = ["serde"] optional = true [dependencies.cfg-if] version = "1" [dependencies.chromiumoxide_cdp] version = "0.5" [dependencies.chromiumoxide_fetcher] version = "0.5" optional = true default-features = false [dependencies.chromiumoxide_types] version = "0.5" [dependencies.dunce] version = "1" [dependencies.fnv] version = "1" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3" [dependencies.pin-project-lite] version = "0.2" [dependencies.reqwest] version = "0.11.20" features = [ "brotli", "gzip", "deflate", "native-tls-alpn", "stream", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "time", "fs", "macros", "process", ] optional = true [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dependencies.which] version = "4" [dev-dependencies.chrono] version = "0.4.1" [dev-dependencies.proc-macro2] version = "1" [dev-dependencies.quote] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "time", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features] _fetcher-native-async-std = [ "fetcher", "chromiumoxide_fetcher/_native-async-std", ] _fetcher-native-tokio = [ "fetcher", "chromiumoxide_fetcher/_native-tokio", ] _fetcher-rustls-async-std = [ "fetcher", "chromiumoxide_fetcher/_rustls-async-std", ] _fetcher-rusttls-tokio = [ "fetcher", "chromiumoxide_fetcher/_rustls-tokio", ] async-std-runtime = [ "async-std", "async-tungstenite/async-std-runtime", ] bytes = ["dep:bytes"] default = [ "async-std-runtime", "bytes", ] fetcher = [] tokio-runtime = [ "tokio", "async-tungstenite/tokio-runtime", ] [target."cfg(windows)".dependencies.winreg] version = "0.50"