forked from mozilla/geckodriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
34 lines (32 loc) · 823 Bytes
/
Cargo.toml
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
32
33
34
[package]
name = "geckodriver"
version = "0.11.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", "proxy", "httpd", "mozilla", "firefox"]
repository = "https://github.com/mozilla/geckodriver"
readme = "README.md"
license = "MPL-2.0"
[dependencies]
chrono = "^0.2"
hyper = {version = "0.9", default-features = false}
lazy_static = "0.1"
log = "0.3"
mozprofile = "0.2"
mozrunner = "^0.3.1"
regex = "0.1.47"
rustc-serialize = "0.3.16"
slog = "1"
slog-atomic = "0.4"
slog-stdlog = "1"
slog-stream = "1"
uuid = "0.1.18"
webdriver = "0.15.0"
zip = "0.1.16"
[dependencies.clap]
version = "2.9"
default-features = false
features = ["suggestions", "wrap_help"]