js-protocol 0.1.4

Generated Rust types and commands for the Chrome DevTools Protocol (js-protocol)
Documentation
[package]
authors = ["AzzoDude"]
description = "Generated Rust types and commands for the Chrome DevTools Protocol (js-protocol)"
license = "MIT"
repository = "https://github.com/AzzoDude/js-protocol"
name = "js-protocol"
version = "0.1.4"
edition = "2024"
readme = "README.md"
keywords = ["cdp", "browser", "automation", "protocol"]
categories = ["development-tools", "web-programming"]

[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"

[features]
default = ["full"]
full = ["console", "debugger", "heapprofiler", "profiler", "runtime", "schema"]
console = []
debugger = []
heapprofiler = []
profiler = []
runtime = []
schema = []