experimental crate to generate the Chrome Devtools Protocol.
Cargo.toml
```
[build-dependencies]
auto_generate_cdp = "0.1.2"
```
build.rs
```
use auto_generate_cdp::init;
fn main() {
init();
}
```
this will generate `protocol.rs` in your src folder which you can use in your crate