# 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 = "playwright" version = "0.0.20" authors = ["octaltree "] build = "src/build.rs" description = "Playwright port to Rust" documentation = "https://docs.rs/playwright/" readme = "README.md" keywords = [ "testing", "headless", "web", "browser", "automation", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/octaltree/playwright-rust" [package.metadata.docs.rs] features = ["only-for-docs-rs"] [dependencies.actix-rt] version = "2.2.0" optional = true [dependencies.async-std] version = "1.9.0" features = ["attributes"] optional = true [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] optional = true [dependencies.dirs] version = "3.0.2" [dependencies.futures] version = "0.3.16" [dependencies.itertools] version = "0.10.1" [dependencies.log] version = "0.4.14" [dependencies.paste] version = "1.0.5" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.serde_with] version = "1.9.4" features = ["macros"] default-features = false [dependencies.strong] version = "0.3.4" features = [ "serde", "shorthand", ] [dependencies.thiserror] version = "1.0.26" [dependencies.tokio] version = "1.9.0" features = [ "sync", "rt-multi-thread", "macros", ] [dependencies.tokio-stream] version = "0.1.7" features = ["sync"] [dependencies.zip] version = "0.5.13" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tide] version = "0.16.0" [dev-dependencies.warp] version = "0.3.1" [build-dependencies.reqwest] version = "0.11.4" features = ["blocking"] [features] default = [ "chrono", "rt-tokio", ] only-for-docs-rs = [] rt-actix = ["actix-rt"] rt-async-std = ["async-std"] rt-tokio = []