fantoccini 0.7.1

High-level API for programmatically interacting with web pages through WebDriver.
Documentation
[package]
name = "fantoccini"
version = "0.7.1"

description = "High-level API for programmatically interacting with web pages through WebDriver."
readme = "README.md"

authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

documentation = "https://docs.rs/fantoccini"
homepage = "https://github.com/jonhoo/fantoccini"
repository = "https://github.com/jonhoo/fantoccini.git"

keywords = ["webdriver", "chromedriver", "geckodriver", "phantomjs", "automation"]
categories = ["api-bindings", "development-tools::testing", "web-programming::http-client"]

license = "MIT/Apache-2.0"

[badges]
travis-ci = { repository = "jonhoo/fantoccini" }

[dependencies]
webdriver = "0.27.0"
url = "1.5.0"

rustc-serialize = "0.3.24"

futures = "0.1.14"
tokio-core = "0.1.8"
hyper = "0.11.0"
hyper-tls = "0.1.0"