rusty_xml-valid 0.5.0

DTD, C14N, RelaxNG, XML Schema, Schematron for rusty_xml
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rusty_xml-parser"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49d134ca14d69482bbab14d7cf200e9f8ee3730623099d9c98750fa0e19c0f54"
dependencies = [
 "rusty_xml-sax",
 "rusty_xml-tree",
]

[[package]]
name = "rusty_xml-sax"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d5f7480d06d4c1dad6d53a5e51b7ed13ce37ed07d8ad1754ee9f06c6ee397b2"

[[package]]
name = "rusty_xml-tree"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb7f2bc6bb45db15867133005884e850ab0e4ae0b550ccd1946c4a4190ea537"

[[package]]
name = "rusty_xml-valid"
version = "0.5.0"
dependencies = [
 "rusty_xml-parser",
 "rusty_xml-tree",
 "rusty_xml-xpath",
]

[[package]]
name = "rusty_xml-xpath"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8598f11e89aa06c7f56f71f463ab8b77cca5fc55d20b97cd7368720998b7279f"
dependencies = [
 "rusty_xml-tree",
]