rustwright 0.1.1

Idiomatic native Rust API for the Rustwright Chromium CDP engine (a Rust rewrite of Playwright).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rustwright"
version = "0.1.1"
edition = "2021"
description = "Idiomatic native Rust API for the Rustwright Chromium CDP engine (a Rust rewrite of Playwright)."
license = "MIT"
repository = "https://github.com/Skyvern-AI/rustwright"
homepage = "https://github.com/Skyvern-AI/rustwright"
readme = "README.md"
keywords = ["browser", "automation", "cdp", "chromium", "playwright"]
categories = ["web-programming"]

[dependencies]
rustwright_core = { package = "rustwright-core", path = "..", version = "0.1.1", default-features = false }
serde = { version = "=1.0.188", features = ["derive"] }
serde_json = "=1.0.107"