# 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 = "thirtyfour_sync" version = "0.27.1" authors = ["Steve Pryde "] description = "Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing.\n\nThis crate is the synchronous version only. For async, see the `thirtyfour` crate instead.\n" homepage = "https://github.com/stevepryde/thirtyfour_sync" documentation = "https://docs.rs/thirtyfour_sync" readme = "README.md" keywords = ["selenium", "webdriver", "chromedriver", "geckodriver", "automation"] categories = ["api-bindings", "development-tools::testing", "web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/stevepryde/thirtyfour_sync" [[example]] name = "sync" [[example]] name = "wikipedia" path = "examples/query/wikipedia.rs" required-features = [] [dependencies.base64] version = "0.13" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.stringmatch] version = "0.3" [dependencies.thirtyfour] version = "0.27" features = ["tokio-runtime"] default-features = false [dev-dependencies.color-eyre] version = "0.5" [features] default = ["reqwest-default-tls"] reqwest-default-tls = ["reqwest/default-tls"] reqwest-native-tls = ["reqwest/native-tls"] reqwest-native-tls-vendored = ["reqwest/native-tls-vendored"] reqwest-rustls-tls = ["reqwest/rustls-tls"] reqwest-rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"] reqwest-rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] reqwest-rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"] [badges.maintenance] status = "looking-for-maintainer"