webdriver-rust/Cargo.toml

17 строки
417 B
TOML

[package]
name = "webdriver"
version = "0.1.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"
license-file = "LICENSE"
[dependencies]
log = "0.3.1"
regex = "0.1.27"
rustc-serialize = "0.3.12"
uuid = "0.1.16"
hyper = "0.3.10"