gecko-dev/testing/webdriver/Cargo.toml

18 lines
488 B
TOML
Raw Normal View History

[package]
name = "webdriver"
version = "0.19.0"
authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
description = "Library implementing the wire protocol for the W3C WebDriver specification."
repository = "https://github.com/jgraham/webdriver-rust"
license = "MPL-2.0"
[dependencies]
backtrace = "0.3"
cookie = {version = "0.2", default-features = false}
hyper = {version = "0.9", default-features = false}
log = "0.3"
regex = "0.2"
rustc-serialize = "0.3"
time = "0.1"