webdriver 0.35.0

Library implementing the wire protocol for the W3C WebDriver specification.
Documentation
# 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 = "webdriver"
version = "0.35.0"
authors = ["Mozilla"]
description = "Library implementing the wire protocol for the W3C WebDriver specification."
documentation = "https://docs.rs/webdriver"
readme = "README.md"
keywords = ["webdriver", "browser", "automation", "protocol", "w3c"]
license = "MPL-2.0"
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/webdriver"
[dependencies.cookie]
version = "0.10"
default-features = false

[dependencies.hyper]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "0.2"

[dependencies.rustc-serialize]
version = "0.3"

[dependencies.time]
version = "0.1"

[dependencies.unicode-segmentation]
version = "1.1.0"

[dependencies.url]
version = "1"