# 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.70" name = "chromiumoxide" version = "0.7.0" authors = ["Matthias Seitz "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "chromiumoxide" path = "src/lib.rs" [[example]] name = "block-navigation" path = "examples/block-navigation.rs" [[example]] name = "evaluate" path = "examples/evaluate.rs" [[example]] name = "fetcher" path = "examples/fetcher.rs" required-features = ["_fetcher-native-async-std"] [[example]] name = "fetcher-tokio" path = "examples/fetcher-tokio.rs" required-features = [ "tokio-runtime", "_fetcher-native-tokio", ] [[example]] name = "httpfuture" path = "examples/httpfuture.rs" required-features = ["tokio-runtime"] [[example]] name = "iframe-workaround" path = "examples/iframe-workaround.rs" required-features = [ "tokio-runtime", "tokio", ] [[example]] name = "incognito" path = "examples/incognito.rs" [[example]] name = "interception" path = "examples/interception.rs" [[example]] name = "js-binding-listener" path = "examples/js-binding-listener.rs" [[example]] name = "pdf" path = "examples/pdf.rs" [[example]] name = "screenshot" path = "examples/screenshot.rs" [[example]] name = "simple-google" path = "examples/simple-google.rs" [[example]] name = "storage-cookie" path = "examples/storage-cookie.rs" required-features = ["tokio-runtime"] [[example]] name = "wiki" path = "examples/wiki.rs" [[example]] name = "wiki-tokio" path = "examples/wiki-tokio.rs" required-features = ["tokio-runtime"] [dependencies.async-std] version = "1.5" features = [ "attributes", "unstable", ] optional = true [dependencies.async-tungstenite] version = "0.27.0" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1" features = ["serde"] optional = true [dependencies.cfg-if] version = "1" [dependencies.chromiumoxide_cdp] version = "0.7" [dependencies.chromiumoxide_fetcher] version = "0.7" optional = true default-features = false [dependencies.chromiumoxide_types] version = "0.7" [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.12" default-features = false [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 = "6" [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 = [] serde0 = [] tokio-runtime = [ "tokio", "async-tungstenite/tokio-runtime", ] [target."cfg(windows)".dependencies.winreg] version = "0.52"