Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Cargo.toml - github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3bc8d45be1a3ac4e4830e54d06a0a6d748de619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "geckodriver"
version = "0.16.1"
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://github.com/mozilla/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.2"
mozrunner = "0.3"
mozversion = "0.1"
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.25"
zip = "0.1"