Andreas Tolfsen ea4dbaf7a9 Bug 1413292 - Remove backtrace crate dependency from geckodriver. r=jgraham
Made this a separate commit from that which actually removes the
in-tree vendored dependencies to make it easier to review.

MozReview-Commit-ID: 9xbkM0EfOOL

--HG--
extra : rebase_source : 6686dc07a25df1a820914eb715fb733778f092cb
2017-10-31 20:31:53 +00:00

20 lines
593 B
TOML

[package]
name = "webdriver"
version = "0.32.0"
authors = ["Mozilla <tools-marionette@lists.mozilla.org>"]
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.9", default-features = false }
hyper = "0.10"
log = "0.3"
regex = "0.2"
rustc-serialize = "0.3"
time = "0.1"
url = "1"