зеркало из https://github.com/mozilla/gecko-dev.git
33 строки
839 B
TOML
33 строки
839 B
TOML
[package]
|
|
name = "geckodriver"
|
|
version = "0.19.1"
|
|
authors = ["Mozilla <tools-marionette@lists.mozilla.org>"]
|
|
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 = false
|
|
|
|
[dependencies]
|
|
chrono = "^0.2"
|
|
clap = { version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"] }
|
|
hyper = "0.10"
|
|
lazy_static = "0.1"
|
|
log = "0.3"
|
|
mozprofile = "0.3.0"
|
|
mozrunner = "0.5.0"
|
|
mozversion = "0.1.2"
|
|
regex = "0.2"
|
|
rustc-serialize = "0.3"
|
|
slog = "1"
|
|
slog-atomic = "0.4"
|
|
slog-stdlog = "1"
|
|
slog-stream = "1"
|
|
uuid = "0.1.18"
|
|
webdriver = { path = "../webdriver" }
|
|
zip = "0.1"
|
|
|
|
[[bin]]
|
|
name = "geckodriver"
|