thirtyfour 0.5.0

Thirtyfour is a Selenium WebDriver library for Rust, for automated website UI testing. It supports the full W3C WebDriver spec.
Documentation
[package]
name = "thirtyfour"
version = "0.5.0"
authors = ["Steve Pryde <steve@stevepryde.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = """
Thirtyfour is a Selenium WebDriver library for Rust, for automated website UI testing.
It supports the full W3C WebDriver spec.
"""
homepage = "https://github.com/stevepryde/thirtyfour"
repository = "https://github.com/stevepryde/thirtyfour"
readme = "README.md"
keywords = ["selenium", "webdriver", "chromedriver", "geckodriver", "automation"]
categories = ["api-bindings", "development-tools::testing"]

[dependencies]
reqwest = { version = "0.10", features = ["blocking", "json"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1"
log = "0.4"
urlparse = "0.7.3"
base64 = "0.11.0"
chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "0.2", features = ["fs", "macros", "rt-threaded"] }
futures = "0.3"