cheep-crator-2/vendor/markup5ever_rcdom/Cargo.toml

59 lines
1.4 KiB
TOML

# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "markup5ever_rcdom"
version = "0.1.0"
authors = ["The html5ever Project Developers"]
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 / Apache-2.0"
repository = "https://github.com/servo/html5ever"
[lib]
path = "lib.rs"
[[test]]
name = "html-tokenizer"
harness = false
[[test]]
name = "html-tree-builder"
harness = false
[[test]]
name = "xml-tree-builder"
harness = false
[[test]]
name = "xml-tokenizer"
harness = false
[dependencies.html5ever]
version = "0.25"
[dependencies.markup5ever]
version = "0.10"
[dependencies.tendril]
version = "0.4"
[dependencies.xml5ever]
version = "0.16"
[dev-dependencies.rustc-test]
version = "0.3"
[dev-dependencies.serde_json]
version = "1.0"