# 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" name = "html-bindgen" version = "0.3.3" description = "Tool to convert HTML WebIDL files to a structured representation" homepage = "https://github.com/yoshuawuyts/html" documentation = "https://docs.rs/html-bindgen" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/yoshuawuyts/html" resolver = "1" [dependencies.convert_case] version = "0.6.0" [dependencies.html5ever] version = "0.26.0" [dependencies.indoc] version = "2.0.0" [dependencies.once_cell] version = "1" [dependencies.prettyplease] version = "0.2.4" [dependencies.regex] version = "1" [dependencies.scraper] version = "0.14.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.syn] version = "2" [dependencies.weedle] version = "0.12.0"