# 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 = "2021" rust-version = "1.70" name = "chromiumoxide_cdp" version = "0.7.0" authors = ["Matthias Seitz "] build = false include = [ "src/**/*", "*.pdl", "LICENSE-*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Contains all the generated types for chromiumoxide" homepage = "https://github.com/mattsse/chromiumoxide" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mattsse/chromiumoxide" [lib] name = "chromiumoxide_cdp" path = "src/lib.rs" [dependencies.chromiumoxide_pdl] version = "0.7" [dependencies.chromiumoxide_types] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.chromiumoxide_pdl] version = "0.7" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.ureq] version = "2.10.0" [features] serde0 = []