# 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 = "wdc" version = "0.1.0-beta8" authors = ["Michael Lee "] exclude = ["*.bak"] description = "A WebDriver client library." documentation = "https://docs.rs/wdc" keywords = [ "w3c", "webdriver", "client", "automation", "webdriver-bidi", ] categories = [ "web-programming", "network-programming", ] license = "MIT OR GPL-3.0-or-later" repository = "http://github.com/imichael2e2/wdc" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dev-dependencies.serde_test] version = "1.0.159" [features] bidi = [] chromium = [] default = ["firefox"] dev = [] diag = [] firefox = []