playwright 0.0.3

Playwright port to Rust
Documentation
[build-dependencies.reqwest]
features = ["blocking"]
version = "0.11.1"
[dependencies.actix-rt]
optional = true
version = "2.0.2"

[dependencies.async-std]
features = ["attributes"]
optional = true
version = "1.9.0"

[dependencies.base64]
version = "0.13.0"

[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4.19"

[dependencies.dirs]
version = "3.0.1"

[dependencies.env_logger]
version = "0.8.3"

[dependencies.itertools]
version = "0.10.0"

[dependencies.log]
version = "0.4.14"

[dependencies.paste]
version = "1.0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.123"

[dependencies.serde_json]
version = "1.0.63"

[dependencies.strong]
features = ["serde", "shorthand"]
version = "0.3.3"

[dependencies.thiserror]
version = "1.0.24"

[dependencies.tokio]
features = ["sync", "rt-multi-thread"]
version = "1.2.0"

[dependencies.zip]
version = "0.5.10"

[dev-dependencies]

[features]
default = ["chrono", "rt-tokio"]
only-for-docs-rs = []
rt-actix = ["actix-rt"]
rt-async-std = ["async-std"]
rt-tokio = []

[package]
authors = ["octaltree <octaltree@gmail.com>"]
build = "src/build.rs"
categories = ["web-programming"]
description = "Playwright port to Rust"
documentation = "https://docs.rs/playwright/"
edition = "2018"
keywords = ["testing", "headless", "web", "browser", "automation"]
license = "MIT"
name = "playwright"
repository = "https://github.com/octaltree/playwright"
version = "0.0.3"
[package.metadata.docs.rs]
features = ["only-for-docs-rs"]