gecko-dev/testing/webdriver/Cargo.toml
Andreas Tolfsen ab335461ae Bug 1441204 - Release webdriver crate 0.36.0. r=maja_zf
MozReview-Commit-ID: 1C5QHSWGZZu

--HG--
extra : rebase_source : 7defa01add7516b6e71846d1f39ac0fdcf986b87
2018-06-14 13:28:33 -07:00

21 lines
586 B
TOML

[package]
name = "webdriver"
version = "0.36.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]
cookie = { version = "0.10", default-features = false }
hyper = "0.10"
log = "0.4"
regex = "1.0"
rustc-serialize = "0.3"
time = "0.1"
unicode-segmentation = "1.2"
url = "1"