# 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 = "rusty-driver" version = "0.3.3" authors = ["Eric Stokes "] description = "A high level async API for controlling a web browser with webdriver." homepage = "https://github.com/estokes/rusty-driver" documentation = "https://docs.rs/rusty-driver" keywords = ["webdriver", "chromedriver", "geckodriver", "automation"] categories = ["api-bindings", "development-tools::testing", "web-programming::http-client"] license = "MIT" repository = "https://github.com/estokes/rusty-driver.git" resolver = "2" [dependencies.bytes] version = "1" [dependencies.error-chain] version = "0.12" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["client", "http1", "stream"] [dependencies.hyper-tls] version = "0.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["time", "rt"] [dependencies.url] version = "2" [dependencies.webdriver] version = "0.44"