зеркало из https://github.com/mozilla/gecko-dev.git
30 строки
714 B
TOML
30 строки
714 B
TOML
[package]
|
|
name = "webdriver"
|
|
version = "0.38.0"
|
|
authors = ["Mozilla"]
|
|
description = "Library implementing the wire protocol for the W3C WebDriver specification."
|
|
keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]
|
|
documentation = "https://docs.rs/webdriver"
|
|
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/webdriver"
|
|
readme = "README.md"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
base64 = "0.9"
|
|
cookie = { version = "0.11", default-features = false }
|
|
futures = "0.1"
|
|
http = "0.1"
|
|
hyper = "0.12"
|
|
log = "0.4"
|
|
regex = "1.0"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
time = "0.1"
|
|
tokio = "0.1"
|
|
unicode-segmentation = "1.2"
|
|
url = "1"
|
|
|
|
[dev-dependencies]
|
|
lazy_static = "1.0"
|