# 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] edition = "2018" name = "thirtyfour_query" version = "0.7.0" authors = ["Steve Pryde "] description = "Advanced element query interface for the thirtyfour crate" homepage = "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"] license = "MIT OR Apache-2.0" repository = "https://github.com/stevepryde/thirtyfour_query" [[example]] name = "wikipedia" required-features = [] [[example]] name = "youtube" required-features = [] [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [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.24.0" [dependencies.tokio] version = "1.0" features = ["fs", "macros", "rt-multi-thread", "io-util", "time"] [dev-dependencies.color-eyre] version = "0.5" [dev-dependencies.regex] version = "1" [features] async-std-runtime = ["thirtyfour/async-std-runtime"] default = []