зеркало из https://github.com/mozilla/gecko-dev.git
35 строки
841 B
TOML
35 строки
841 B
TOML
[package]
|
|
name = "geckodriver"
|
|
version = "0.18.0"
|
|
authors = [
|
|
"James Graham <james@hoppipolla.co.uk>",
|
|
"Andreas Tolfsen <ato@mozilla.com>",
|
|
]
|
|
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"
|
|
|
|
[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.4.2"
|
|
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 = "0.29.0"
|
|
zip = "0.1"
|
|
|
|
[[bin]]
|
|
name = "geckodriver"
|