thirtyfour 0.3.2

Thirtyfour is a W3C-compliant selenium webdriver client for Rust, inspired by the python selenium library, and named after the atomic number for Selenium (Se).
Documentation
[dependencies.base64]
version = "0.11.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.tokio]
features = ["fs", "macros", "rt-threaded"]
version = "0.2"

[dependencies.urlparse]
version = "0.7.3"

[package]
authors = ["Steve Pryde <steve@stevepryde.com>"]
categories = ["api-bindings", "development-tools::testing"]
description = "Thirtyfour is a W3C-compliant selenium webdriver client for Rust, inspired by the python selenium library,\nand named after the atomic number for Selenium (Se).\n"
edition = "2018"
homepage = "https://github.com/stevepryde/thirtyfour"
keywords = ["selenium", "webdriver", "chromedriver", "geckodriver", "automation"]
license = "MIT OR Apache-2.0"
name = "thirtyfour"
readme = "README.md"
repository = "https://github.com/stevepryde/thirtyfour"
version = "0.3.2"