# 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_pdl" version = "0.7.0" authors = ["Matthias Seitz "] build = false include = [ "src/**/*", "LICENSE-*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Contains a PDL parser and rust generator" homepage = "https://github.com/mattsse/chromiumoxide" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mattsse/chromiumoxide" [lib] name = "chromiumoxide_pdl" path = "src/lib.rs" [dependencies.chromiumoxide_types] version = "0.7" [dependencies.either] version = "1.6.1" [dependencies.heck] version = "0.4" [dependencies.once_cell] version = "1.8.0" [dependencies.proc-macro2] version = "1.0.32" [dependencies.quote] version = "1.0.10" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [features] serde0 = []