# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "auto_generate_cdp" version = "0.4.4" authors = ["mdrokz "] exclude = [".vscode/*"] description = "experimental crate to generate the Chrome Devtools Protocol." readme = "README.md" keywords = [ "macros", "cdp", "devtools", "chrome", "build-tool", ] categories = [ "api-bindings", "development-tools::build-utils", ] license-file = "LICENSE.txt" repository = "https://github.com/mdrokz/auto_generate_cdp" [lib] name = "auto_generate_cdp" path = "src/lib.rs" [dependencies.convert_case] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.26" [dependencies.quote] version = "1.0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.ureq] version = "2.5" features = ["socks-proxy"] [features] offline = []