# 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 = "markup5ever_rcdom" version = "0.5.0-unofficial" authors = ["The html5ever Project Developers"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Basic, unsupported DOM structure for use by tests in html5ever/xml5ever" documentation = "https://docs.rs/markup5ever_rcdom" readme = "README.md" categories = [ "parser-implementations", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/servo/html5ever" [lib] name = "markup5ever_rcdom" path = "lib.rs" [[example]] name = "hello_xml" path = "examples/hello_xml.rs" [[example]] name = "html2html" path = "examples/html2html.rs" [[example]] name = "print-rcdom" path = "examples/print-rcdom.rs" [[example]] name = "xml_tree_printer" path = "examples/xml_tree_printer.rs" [[test]] name = "html-driver" path = "tests/html-driver.rs" [[test]] name = "html-serializer" path = "tests/html-serializer.rs" [[test]] name = "html-tokenizer" path = "tests/html-tokenizer.rs" harness = false [[test]] name = "html-tree-builder" path = "tests/html-tree-builder.rs" harness = false [[test]] name = "html-tree-sink" path = "tests/html-tree-sink.rs" [[test]] name = "xml-driver" path = "tests/xml-driver.rs" [[test]] name = "xml-tokenizer" path = "tests/xml-tokenizer.rs" harness = false [[test]] name = "xml-tree-builder" path = "tests/xml-tree-builder.rs" harness = false [dependencies.html5ever] version = "0.29" [dependencies.markup5ever] version = "0.14" [dependencies.tendril] version = "0.4" [dependencies.xml5ever] version = "0.20" [dev-dependencies.serde_json] version = "1.0"