gecko-dev/testing/webdriver/Cargo.toml
Andreas Tolfsen 0579256665 bug 1520585: webdriver: release 0.40.2; r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D44656

--HG--
extra : moz-landing-system : lando
2019-09-09 10:59:27 +00:00

29 lines
739 B
TOML

[package]
name = "webdriver"
version = "0.40.2"
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.10"
cookie = { version = "0.12", default-features = false }
http = "0.1"
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 = "2.0"
warp = { version = "0.1", default-features = false }
[dev-dependencies]
lazy_static = "1.0"