4 description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
5 keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"]
6 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver"
13 clap = { version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"] }
16 log = { version = "0.4", features = ["std"] }
17 mozprofile = { path = "../mozbase/rust/mozprofile" }
18 mozrunner = { path = "../mozbase/rust/mozrunner" }
19 mozversion = { path = "../mozbase/rust/mozversion" }
21 rustc-serialize = "0.3"
23 webdriver = { path = "../webdriver" }