# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "moz-geckodriver" version = "0.26.0" authors = ["Mozilla"] publish = true autobins = false description = "Proxy for using WebDriver clients to interact with Gecko-based browsers." readme = "README.md" keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"] license = "MPL-2.0" repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver" [[bin]] name = "geckodriver" path = "src/main.rs" [dependencies.base64] version = "0.10" [dependencies.chrono] version = "0.4.6" [dependencies.clap] version = "^2.19" features = ["suggestions", "wrap_help"] default-features = false [dependencies.hyper] version = "0.12" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" features = ["std"] [dependencies.marionette] version = "0.1" [dependencies.mozdevice] version = "0.1" [dependencies.mozprofile] version = "0.6" [dependencies.mozrunner] version = "0.10" [dependencies.mozversion] version = "0.2" [dependencies.regex] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.webdriver] version = "0.40" [dependencies.zip] version = "0.4" features = ["deflate"] default-features = false