[package] name = "moz-geckodriver" version = "0.26.0" authors = ["Mozilla"] description = "Proxy for using WebDriver clients to interact with Gecko-based browsers." keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"] repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver" readme = "README.md" license = "MPL-2.0" publish = true autobins = false [dependencies] base64 = "0.10" chrono = "0.4.6" clap = { version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"] } hyper = "0.12" lazy_static = "1.0" log = { version = "0.4", features = ["std"] } marionette = "0.1" mozdevice = "0.1" mozprofile = "0.6" mozrunner = "0.10" mozversion = "0.2" regex = "1.0" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" serde_yaml = "0.8" uuid = { version = "0.8", features = ["v4"] } webdriver = "0.40" zip = { version = "0.4", default-features = false, features = ["deflate"] } [[bin]] name = "geckodriver" path = "src/main.rs"