[dependencies.base64]
optional = true
version = "0.22"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.thulp-core]
version = "0.2.0"
[dependencies.tokio]
features = ["full"]
version = "1.43"
[dependencies.uuid]
features = ["v4"]
optional = true
version = "1.0"
[features]
cdp = ["uuid", "base64"]
default = []
[lib]
name = "thulp_browser"
path = "src/lib.rs"
[package]
authors = ["Dirmacs <contact@dirmacs.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Browser automation tools for thulp"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "thulp-browser"
readme = false
repository = "https://github.com/dirmacs/thulp"
rust-version = "1.75"
version = "0.2.0"