js-protocol 0.1.2

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.2"

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"

tokio = { version = "1.52.1", features = ["full"] }



[profile.release]

opt-level = 3

lto = "fat"

codegen-units = 1

panic = "abort"

strip = true







[features]

default = ["full"]

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

console = []

debugger = []

heapprofiler = []

profiler = []

runtime = []

schema = []