2015-01-15 22:20:55 +03:00
|
|
|
[package]
|
|
|
|
name = "webdriver"
|
2018-10-03 18:00:00 +03:00
|
|
|
version = "0.38.0"
|
2018-03-08 19:05:08 +03:00
|
|
|
authors = ["Mozilla"]
|
2017-09-03 18:24:55 +03:00
|
|
|
description = "Library implementing the wire protocol for the W3C WebDriver specification."
|
|
|
|
keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]
|
2017-02-24 19:33:43 +03:00
|
|
|
documentation = "https://docs.rs/webdriver"
|
2017-09-03 18:24:55 +03:00
|
|
|
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/webdriver"
|
2017-02-24 19:33:43 +03:00
|
|
|
readme = "README.md"
|
2015-04-09 18:20:51 +03:00
|
|
|
license = "MPL-2.0"
|
2015-01-15 22:20:55 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2018-09-08 21:24:08 +03:00
|
|
|
base64 = "0.9"
|
2018-08-18 18:29:05 +03:00
|
|
|
cookie = { version = "0.11", default-features = false }
|
|
|
|
futures = "0.1"
|
|
|
|
http = "0.1"
|
|
|
|
hyper = "0.12"
|
2018-02-15 15:01:10 +03:00
|
|
|
log = "0.4"
|
2018-05-21 23:24:30 +03:00
|
|
|
regex = "1.0"
|
2018-08-22 11:26:19 +03:00
|
|
|
serde = "1.0"
|
|
|
|
serde_json = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2016-06-01 11:44:27 +03:00
|
|
|
time = "0.1"
|
2018-08-18 18:29:05 +03:00
|
|
|
tokio = "0.1"
|
2018-06-14 23:01:20 +03:00
|
|
|
unicode-segmentation = "1.2"
|
2017-04-10 15:24:27 +03:00
|
|
|
url = "1"
|
2018-08-22 20:06:39 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
lazy_static = "1.0"
|