fantoccini 0.6.1

High-level API for programmatically interacting with web pages through WebDriver.
Documentation
[package]
name = "fantoccini"
version = "0.6.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]
hyper = "0.10.10"
webdriver = "0.25.2"
rustc-serialize = "0.3"
cookie = "0.6.2" # needs to be held back to match webdriver for Cookie.into()
hyper-native-tls = "0.2.2"