2015-01-15 22:20:55 +03:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "webdriver"
|
2016-05-27 17:46:20 +03:00
|
|
|
version = "0.10.1"
|
2015-04-09 18:20:51 +03:00
|
|
|
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"
|
2015-01-15 22:20:55 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2016-03-11 14:19:55 +03:00
|
|
|
log = "0.3.5"
|
|
|
|
regex = "0.1.47"
|
|
|
|
rustc-serialize = "0.3.16"
|
2016-04-22 15:45:12 +03:00
|
|
|
hyper = {version = "0.9", default-features = false}
|