viewpoint-cdp 0.1.0

Low-level Chrome DevTools Protocol implementation over WebSocket
Documentation
[dependencies.futures-util]
default-features = false
features = ["sink", "std"]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["sync", "time", "process", "io-util", "rt"]
version = "1.0"

[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.26"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[lib]
name = "viewpoint_cdp"
path = "src/lib.rs"

[lints.clippy]
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Stephen Stubbs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "web-programming"]
description = "Low-level Chrome DevTools Protocol implementation over WebSocket"
documentation = "https://docs.rs/viewpoint-cdp"
edition = "2021"
homepage = "https://github.com/stephenstubbs/viewpoint"
keywords = ["browser", "automation", "testing", "playwright", "chromium"]
license = "MIT"
name = "viewpoint-cdp"
readme = "README.md"
repository = "https://github.com/stephenstubbs/viewpoint"
rust-version = "1.70"
version = "0.1.0"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"