webdriver 0.2.0

Library implementing the wire protocol for the W3C WebDriver specification.
[package]

name = "webdriver"
version = "0.2.0"
authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
description = "Library implementing the wire protocol for the W3C WebDriver specification."
repository = "https://github.com/jgraham/webdriver-rust"
license = "MPL-2.0"

[dependencies]
log = "0.3.1"
regex = "0.1.30"
rustc-serialize = "0.3.14"
uuid = "0.1.17"
hyper = "0.4.0"