# 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 = "2018" name = "xenon-webdriver" version = "0.4.2" authors = ["Steve Pryde "] description = "Xenon is a WebDriver proxy similar to Selenium Server" homepage = "https://github.com/stevepryde/xenon" readme = "README.md" license = "MIT" repository = "https://github.com/stevepryde/xenon" [dependencies.bytes] version = "0.5.4" [dependencies.chrono] version = "0.4.11" [dependencies.env_logger] version = "0.7.1" [dependencies.hyper] version = "0.13.5" [dependencies.indexmap] version = "1.3.2" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.8.11" [dependencies.structopt] version = "0.3.14" [dependencies.thiserror] version = "1.0.16" [dependencies.tokio] version = "0.2.20" features = [ "macros", "rt-threaded", "sync", "time", "process", ] [dependencies.uuid] version = "0.8.1" features = ["v4"]