cdp-protocol 0.2.0

A Rust implementation of the Chrome DevTools Protocol
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Edison Wong <wbrikor@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "api-bindings"]
description = "A Rust implementation of the Chrome DevTools Protocol"
edition = "2024"
homepage = "https://github.com/oh0123/cdp-rs"
keywords = ["cdp", "devtools", "protocol", "rust", "browser"]
license = "MIT"
name = "cdp-protocol"
readme = "README.md"
repository = "https://github.com/oh0123/cdp-rs"
version = "0.2.0"