[package] name = "thirtyfour_query" version = "0.7.0" authors = ["Steve Pryde "] edition = "2018" license = "MIT OR Apache-2.0" description = "Advanced element query interface for the thirtyfour crate" homepage = "https://github.com/stevepryde/thirtyfour_query" repository = "https://github.com/stevepryde/thirtyfour_query" documentation = "https://docs.rs/thirtyfour_query" readme = "README.md" keywords = ["selenium", "webdriver", "chromedriver", "geckodriver", "automation"] categories = ["api-bindings", "development-tools::testing", "web-programming::http-client"] [features] default = [] async-std-runtime = ["thirtyfour/async-std-runtime"] [dependencies] futures = "0.3" tokio = { version = "1.0", features = ["fs", "macros", "rt-multi-thread", "io-util", "time"] } thirtyfour = "0.24.0" async-trait = "0.1" serde_json = { version = "1.0", features = ["preserve_order"] } serde = { version = "1.0", features = ["derive"] } stringmatch = "0.3" [dev-dependencies] regex = "1" color-eyre = "0.5" [[example]] name = "wikipedia" required-features = [] [[example]] name = "youtube" required-features = []