thirtyfour_sync 0.27.1

Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing. This crate is the synchronous version only. For async, see the `thirtyfour` crate instead.
Documentation
[badges.maintenance]
status = "looking-for-maintainer"

[dependencies.base64]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
default-features = false
features = ["blocking", "json"]
version = "0.11"

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

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[dependencies.stringmatch]
version = "0.3"

[dependencies.thirtyfour]
default-features = false
features = ["tokio-runtime"]
version = "0.27"

[dev-dependencies.color-eyre]
version = "0.5"

[[example]]
name = "sync"

[[example]]
name = "wikipedia"
path = "examples/query/wikipedia.rs"
required-features = []

[features]
default = ["reqwest-default-tls"]
reqwest-default-tls = ["reqwest/default-tls"]
reqwest-native-tls = ["reqwest/native-tls"]
reqwest-native-tls-vendored = ["reqwest/native-tls-vendored"]
reqwest-rustls-tls = ["reqwest/rustls-tls"]
reqwest-rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"]
reqwest-rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
reqwest-rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]

[package]
authors = ["Steve Pryde <steve@stevepryde.com>"]
categories = ["api-bindings", "development-tools::testing", "web-programming::http-client"]
description = """
Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing.

This crate is the synchronous version only. For async, see the `thirtyfour` crate instead.
"""
documentation = "https://docs.rs/thirtyfour_sync"
edition = "2018"
homepage = "https://github.com/stevepryde/thirtyfour_sync"
keywords = ["selenium", "webdriver", "chromedriver", "geckodriver", "automation"]
license = "MIT OR Apache-2.0"
name = "thirtyfour_sync"
readme = "README.md"
repository = "https://github.com/stevepryde/thirtyfour_sync"
version = "0.27.1"