fantoccini 0.21.2

High-level API for programmatically interacting with web pages through WebDriver.
Documentation
[dependencies.base64]
version = "0.22"

[dependencies.cookie]
features = ["percent-encode"]
version = "0.18.0"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.http]
version = "1.0.0"

[dependencies.http-body-util]
version = "0.1.0"

[dependencies.hyper]
features = ["client", "http1"]
version = "1.1.0"

[dependencies.hyper-rustls]
optional = true
version = "0.27.0"

[dependencies.hyper-tls]
optional = true
version = "0.6.0"

[dependencies.hyper-util]
features = ["client", "http1", "client-legacy", "tokio"]
version = "0.1.3"

[dependencies.mime]
version = "0.3.9"

[dependencies.serde]
features = ["derive"]
version = "1.0.103"

[dependencies.serde_json]
version = "1.0.50"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
features = ["sync", "rt", "time"]
version = "1"

[dependencies.url]
version = "2.2.2"

[dependencies.webdriver]
default-features = false
version = "0.50"

[dev-dependencies.hyper]
features = ["server"]
version = "1.1.0"

[dev-dependencies.hyper-util]
features = ["server", "http1"]
version = "0.1.3"

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "wait"
path = "examples/wait.rs"

[features]
default = ["native-tls"]
native-tls = ["hyper-tls", "openssl"]
rustls-tls = ["hyper-rustls"]

[lib]
name = "fantoccini"
path = "src/lib.rs"

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::testing", "web-programming::http-client"]
description = "High-level API for programmatically interacting with web pages through WebDriver."
documentation = "https://docs.rs/fantoccini"
edition = "2021"
homepage = "https://github.com/jonhoo/fantoccini"
keywords = ["webdriver", "chromedriver", "geckodriver", "phantomjs", "automation"]
license = "MIT OR Apache-2.0"
name = "fantoccini"
readme = "README.md"
repository = "https://github.com/jonhoo/fantoccini.git"
rust-version = "1.67.0"
version = "0.21.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target."cfg(any())".dependencies.openssl]
optional = true
version = "0.10.60"

[target."cfg(any())".dependencies.openssl-macros]
optional = true
version = "0.1.1"

[[test]]
name = "actions"
path = "tests/actions.rs"

[[test]]
name = "alert"
path = "tests/alert.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "elements"
path = "tests/elements.rs"

[[test]]
name = "local"
path = "tests/local.rs"

[[test]]
name = "remote"
path = "tests/remote.rs"