version = 3
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "memchr"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
[[package]]
name = "mownstr"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "342a407881dbd200f13a08ff8a5413232e035ed7ba56dba8c81137e3afce4f84"
[[package]]
name = "oxilangtag"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59b4fef9c3c51e25835de30fe78e570d0ef42dceca0d514c66dca413d505316"
[[package]]
name = "oxiri"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8e54fb37480ffa01a9af93f991ba229b3091f2e6ac84c8f6df2c509356cc473"
[[package]]
name = "proc-macro2"
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
dependencies = [
"unicode-xid",
]
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
[[package]]
name = "quote"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
dependencies = [
"proc-macro2",
]
[[package]]
name = "regex"
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "resiter"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd69ab1e90258b7769f0b5c46bfd802b8206d0707ced4ca4b9d5681b744de1be"
[[package]]
name = "rio_api"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7c62e29240dc4c1f5a42ad9d77123e36dd6d28a9d428485afd789cbf30806f2"
[[package]]
name = "rio_xml"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56450879f7a3ea9cb8d49603c94b8e555f0e5c7704b72066c95cb4252fe12d5c"
dependencies = [
"oxilangtag",
"oxiri",
"quick-xml",
"rio_api",
]
[[package]]
name = "sophia_api"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd999315a30142ca47a790fbad5dc646900a281b5607704bd8832f3711a1d18"
dependencies = [
"lazy_static",
"mownstr",
"regex",
"resiter",
"sophia_iri",
"thiserror",
]
[[package]]
name = "sophia_indexed"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb43fe4e4a124539028ed58f47118c361e6e0a95d2d13957e0dfad9fe377dfe6"
dependencies = [
"sophia_api",
"sophia_term",
]
[[package]]
name = "sophia_inmem"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51a32cf565b729623987e30b8f97b45a5529ebec4e7747f5a2134e56bcd78fbc"
dependencies = [
"sophia_api",
"sophia_indexed",
"sophia_term",
]
[[package]]
name = "sophia_iri"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6211a37cce10cac8d690a8bf2e8c1eef14963acd6f872df1cd527e7852278fa8"
dependencies = [
"lazy_static",
"mownstr",
"regex",
"thiserror",
]
[[package]]
name = "sophia_rio"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1fdd6db213b5b5ebe7ace4d3d9125905cc530cd470692e2abd11c86b49f014"
dependencies = [
"rio_api",
"sophia_api",
]
[[package]]
name = "sophia_term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "372da65967e21de2b9f62f87d645f6243ebb9c4cc00b28c28e976243fd705c6e"
dependencies = [
"lazy_static",
"mownstr",
"oxilangtag",
"regex",
"sophia_api",
"sophia_iri",
"thiserror",
"weak-table",
]
[[package]]
name = "sophia_xml"
version = "0.7.0"
dependencies = [
"oxiri",
"rio_xml",
"sophia_api",
"sophia_inmem",
"sophia_rio",
"sophia_term",
]
[[package]]
name = "syn"
version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "thiserror"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "weak-table"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8f3bf74f2d43500dea6a8291b6ac943e3465ea9936b94bd017e61b7b21dd01"