2015-01-15 22:20:55 +03:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "webdriver"
|
2017-01-16 15:00:27 +03:00
|
|
|
version = "0.19.0"
|
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-09-06 17:59:55 +03:00
|
|
|
log = "0.3"
|
2017-01-11 16:10:00 +03:00
|
|
|
regex = "0.2"
|
2016-09-06 17:59:55 +03:00
|
|
|
rustc-serialize = "0.3"
|
2016-04-22 15:45:12 +03:00
|
|
|
hyper = {version = "0.9", default-features = false}
|
2016-09-06 17:59:55 +03:00
|
|
|
cookie = {version = "0.2", default-features = false}
|
2016-06-01 11:44:27 +03:00
|
|
|
time = "0.1"
|