зеркало из https://github.com/mozilla/gecko-dev.git
31 строка
918 B
TOML
31 строка
918 B
TOML
[package]
|
|
name = "geckodriver"
|
|
version = "0.23.0"
|
|
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]
|
|
base64 = "0.9"
|
|
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"] }
|
|
mozprofile = { path = "../mozbase/rust/mozprofile" }
|
|
mozrunner = { path = "../mozbase/rust/mozrunner" }
|
|
mozversion = { path = "../mozbase/rust/mozversion" }
|
|
regex = "1.0"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
uuid = { version = "0.6", features = ["v4"] }
|
|
webdriver = { path = "../webdriver" }
|
|
zip = "0.4"
|
|
|
|
[[bin]]
|
|
name = "geckodriver"
|