# 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_client" version = "0.2.5" authors = ["equalsraf ", "Alex Helfet "] description = "WebDriver client library" readme = "README.md" keywords = ["webdriver", "testing", "browser"] categories = ["api-bindings", "development-tools", "web-programming"] license = "ISC" repository = "https://github.com/fluffysquirrels/webdriver_client_rust" [[bin]] name = "www" path = "src/bin/www.rs" required-features = ["shell"] [dependencies.base64] version = "^0.12.0" [dependencies.clap] version = "^2.0" [dependencies.derive_builder] version = "^0.5.1" [dependencies.hyper] version = "^0.10" [dependencies.log] version = "^0.3" [dependencies.rand] version = "^0.3" [dependencies.rustyline] version = "^1.0" optional = true [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.stderrlog] version = "^0.2" [dev-dependencies.env_logger] version = "^0.4" [features] default = ["shell"] shell = ["rustyline"] [badges.travis-ci] branch = "master" repository = "fluffysquirrels/webdriver_client_rust"