[package]
name = "scrapling-browser"
description = "Browser automation with anti-detection for scrapling"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
rust-version.workspace = true
readme = "README.md"
[dependencies]
scrapling.workspace = true
scrapling-fetch.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
bytes.workspace = true
url.workspace = true
regex.workspace = true
playwright-rs.workspace = true