rio_xml 0.4.0

RDF/XML parser and serializer
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "memchr"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"

[[package]]
name = "quick-xml"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
dependencies = [
 "memchr",
]

[[package]]
name = "rio_api"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cc8c591432304a0eea53629131136655dc1365294b4befe056079e37e31968"

[[package]]
name = "rio_xml"
version = "0.4.0"
dependencies = [
 "quick-xml",
 "rio_api",
]