# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "webdriver" version = "0.51.0" authors = ["Mozilla"] build = false include = ["/src"] autobins = false autoexamples = false autotests = false autobenches = false description = "Library implementing the wire protocol for the W3C WebDriver specification." documentation = "https://docs.rs/webdriver" readme = "README.md" keywords = [ "automation", "browser", "protocol", "w3c", "webdriver", ] license = "MPL-2.0" repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/webdriver" [lib] name = "webdriver" path = "src/lib.rs" [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1.0" [dependencies.cookie] version = "0.16" default-features = false [dependencies.http] version = "0.2" [dependencies.icu_segmenter] version = "1.5" features = [ "auto", "compiled_data", ] default-features = false [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.0" features = [ "rt", "net", ] optional = true [dependencies.tokio-stream] version = "0.1" features = ["net"] optional = true [dependencies.url] version = "2.4" [dependencies.warp] version = "0.3" optional = true default-features = false [features] default = ["server"] server = [ "tokio", "tokio-stream", "warp", ]