| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
-
- [[package]]
- name = "addr2line"
- version = "0.21.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
- dependencies = [
- "gimli",
- ]
-
- [[package]]
- name = "adler"
- version = "1.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
-
- [[package]]
- name = "ahash"
- version = "0.7.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
- dependencies = [
- "getrandom",
- "once_cell",
- "version_check",
- ]
-
- [[package]]
- name = "ahash"
- version = "0.8.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
- dependencies = [
- "cfg-if",
- "once_cell",
- "version_check",
- "zerocopy",
- ]
-
- [[package]]
- name = "aho-corasick"
- version = "1.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
- dependencies = [
- "memchr",
- ]
-
- [[package]]
- name = "autocfg"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
-
- [[package]]
- name = "backtrace"
- version = "0.3.69"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
- dependencies = [
- "addr2line",
- "cc",
- "cfg-if",
- "libc",
- "miniz_oxide",
- "object",
- "rustc-demangle",
- ]
-
- [[package]]
- name = "block-buffer"
- version = "0.10.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
- dependencies = [
- "generic-array",
- ]
-
- [[package]]
- name = "cc"
- version = "1.0.83"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
- dependencies = [
- "libc",
- ]
-
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
-
- [[package]]
- name = "contextual"
- version = "0.1.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "05ca71f324d19e85a2e976be04b5ecbb193253794a75adfe2e5044c8bef03f6a"
-
- [[package]]
- name = "cpufeatures"
- version = "0.2.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
- dependencies = [
- "libc",
- ]
-
- [[package]]
- name = "crypto-common"
- version = "0.1.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
- dependencies = [
- "generic-array",
- "typenum",
- ]
-
- [[package]]
- name = "decoded-char"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5440d1dc8ea7cae44cda3c64568db29bfa2434aba51ae66a50c00488841a65a3"
-
- [[package]]
- name = "derivative"
- version = "2.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn 1.0.109",
- ]
-
- [[package]]
- name = "digest"
- version = "0.10.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
- dependencies = [
- "block-buffer",
- "crypto-common",
- ]
-
- [[package]]
- name = "form_urlencoded"
- version = "1.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
- dependencies = [
- "percent-encoding",
- ]
-
- [[package]]
- name = "futures"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
- ]
-
- [[package]]
- name = "futures-channel"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
- dependencies = [
- "futures-core",
- "futures-sink",
- ]
-
- [[package]]
- name = "futures-core"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
-
- [[package]]
- name = "futures-executor"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
- dependencies = [
- "futures-core",
- "futures-task",
- "futures-util",
- ]
-
- [[package]]
- name = "futures-io"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
-
- [[package]]
- name = "futures-macro"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.49",
- ]
-
- [[package]]
- name = "futures-sink"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
-
- [[package]]
- name = "futures-task"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
-
- [[package]]
- name = "futures-util"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-macro",
- "futures-sink",
- "futures-task",
- "memchr",
- "pin-project-lite",
- "pin-utils",
- "slab",
- ]
-
- [[package]]
- name = "generic-array"
- version = "0.14.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
- dependencies = [
- "typenum",
- "version_check",
- ]
-
- [[package]]
- name = "getrandom"
- version = "0.2.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
- dependencies = [
- "cfg-if",
- "libc",
- "wasi",
- ]
-
- [[package]]
- name = "gimli"
- version = "0.28.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
-
- [[package]]
- name = "hashbrown"
- version = "0.12.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
- dependencies = [
- "ahash 0.7.8",
- ]
-
- [[package]]
- name = "hashbrown"
- version = "0.13.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
- dependencies = [
- "ahash 0.8.8",
- ]
-
- [[package]]
- name = "idna"
- version = "0.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
- dependencies = [
- "unicode-bidi",
- "unicode-normalization",
- ]
-
- [[package]]
- name = "indexmap"
- version = "1.9.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
- dependencies = [
- "autocfg",
- "hashbrown 0.12.3",
- ]
-
- [[package]]
- name = "iref"
- version = "2.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "72758dab8e7c250a8643189063072ab0abf48e27eb453e0a38bbd2d7770ee8ec"
- dependencies = [
- "pct-str",
- "smallvec",
- ]
-
- [[package]]
- name = "itoa"
- version = "1.0.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
-
- [[package]]
- name = "json-ld"
- version = "0.15.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2346062cec5e4bd2bec44378543e1e567becc6d9cf2907c468115f0f065ea0e6"
- dependencies = [
- "contextual",
- "futures",
- "json-ld-compaction",
- "json-ld-context-processing",
- "json-ld-core",
- "json-ld-expansion",
- "json-ld-syntax",
- "json-syntax",
- "locspan",
- "rdf-types",
- "thiserror",
- ]
-
- [[package]]
- name = "json-ld-compaction"
- version = "0.15.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "43cd4b98ee8c3be2b7cf67fd3f3225a58201c0e8fd1d9c8dec04578d853003b7"
- dependencies = [
- "contextual",
- "derivative",
- "futures",
- "iref",
- "json-ld-context-processing",
- "json-ld-core",
- "json-ld-expansion",
- "json-ld-syntax",
- "json-syntax",
- "langtag",
- "locspan",
- "mown",
- "rdf-types",
- "thiserror",
- ]
-
- [[package]]
- name = "json-ld-context-processing"
- version = "0.15.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2d7c15151cc0478f0c5742a188897553ecfa9011d0eb6bf639507bd3006de9df"
- dependencies = [
- "contextual",
- "futures",
- "iref",
- "json-ld-core",
- "json-ld-syntax",
- "locspan",
- "mown",
- "rdf-types",
- "thiserror",
- ]
-
- [[package]]
- name = "json-ld-core"
- version = "0.15.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9eea3cb55f5fd5f79b43226b50a24319b51a4eac06114c9bda4e0aa99f7697f2"
- dependencies = [
- "contextual",
- "derivative",
- "futures",
- "hashbrown 0.13.2",
- "iref",
- "json-ld-syntax",
- "json-syntax",
- "langtag",
- "locspan",
- "locspan-derive",
- "log",
- "mime",
- "mown",
- "once_cell",
- "permutohedron",
- "pretty_dtoa",
- "rdf-types",
- "ryu-js",
- "smallvec",
- "static-iref",
- "thiserror",
- ]
-
- [[package]]
- name = "json-ld-expansion"
- version = "0.15.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1a292441a2258065cea9579976613976af672cf9dd56cf9e2a3bb1731a6242bf"
- dependencies = [
- "contextual",
- "derivative",
- "futures",
- "iref",
- "json-ld-context-processing",
- "json-ld-core",
- "json-ld-syntax",
- "json-syntax",
- "langtag",
- "locspan",
- "mown",
- "rdf-types",
- "thiserror",
- ]
-
- [[package]]
- name = "json-ld-syntax"
- version = "0.15.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "66b08d81018338bcf3e9ed4d4604c31c8c3a07e688dc8abfa424e63c5aba5d4c"
- dependencies = [
- "contextual",
- "decoded-char",
- "derivative",
- "hashbrown 0.13.2",
- "indexmap",
- "iref",
- "json-syntax",
- "langtag",
- "locspan",
- "locspan-derive",
- "rdf-types",
- "smallvec",
- "thiserror",
- ]
-
- [[package]]
- name = "json-number"
- version = "0.4.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4c54d19ae7e6fc83aafa649707655a9a0ac956a0f62793bde4cfd193b0693fdf"
- dependencies = [
- "lexical",
- "ryu-js",
- "smallvec",
- ]
-
- [[package]]
- name = "json-syntax"
- version = "0.9.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9f2f4557e0fe320cc102bdebf9fa9471b8513e13bb34b5fc23d7e270c5f9b1cc"
- dependencies = [
- "contextual",
- "decoded-char",
- "hashbrown 0.12.3",
- "indexmap",
- "json-number",
- "locspan",
- "locspan-derive",
- "ryu-js",
- "smallstr",
- "smallvec",
- ]
-
- [[package]]
- name = "langtag"
- version = "0.3.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
-
- [[package]]
- name = "lazy_static"
- version = "1.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
-
- [[package]]
- name = "lexical"
- version = "6.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6"
- dependencies = [
- "lexical-core",
- ]
-
- [[package]]
- name = "lexical-core"
- version = "0.8.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
- dependencies = [
- "lexical-parse-float",
- "lexical-parse-integer",
- "lexical-util",
- "lexical-write-float",
- "lexical-write-integer",
- ]
-
- [[package]]
- name = "lexical-parse-float"
- version = "0.8.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
- dependencies = [
- "lexical-parse-integer",
- "lexical-util",
- "static_assertions",
- ]
-
- [[package]]
- name = "lexical-parse-integer"
- version = "0.8.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
- dependencies = [
- "lexical-util",
- "static_assertions",
- ]
-
- [[package]]
- name = "lexical-util"
- version = "0.8.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
- dependencies = [
- "static_assertions",
- ]
-
- [[package]]
- name = "lexical-write-float"
- version = "0.8.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
- dependencies = [
- "lexical-util",
- "lexical-write-integer",
- "static_assertions",
- ]
-
- [[package]]
- name = "lexical-write-integer"
- version = "0.8.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
- dependencies = [
- "lexical-util",
- "static_assertions",
- ]
-
- [[package]]
- name = "libc"
- version = "0.2.153"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
-
- [[package]]
- name = "locspan"
- version = "0.7.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6eb541fabac50f90782ec4fafa7b0b3961adc0d1862c7c7a863dc94ed5541d73"
- dependencies = [
- "contextual",
- "hashbrown 0.13.2",
- ]
-
- [[package]]
- name = "locspan-derive"
- version = "0.6.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e88991223b049a3d29ca1f60c05639581336a0f3ee4bf8a659dddecc11c4961a"
- dependencies = [
- "proc-macro-error",
- "proc-macro2",
- "quote",
- "syn 1.0.109",
- ]
-
- [[package]]
- name = "log"
- version = "0.4.20"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
-
- [[package]]
- name = "memchr"
- version = "2.7.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
-
- [[package]]
- name = "mime"
- version = "0.3.17"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
-
- [[package]]
- name = "miniz_oxide"
- version = "0.7.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
- dependencies = [
- "adler",
- ]
-
- [[package]]
- name = "mown"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e7627d8bbeb17edbf1c3f74b21488e4af680040da89713b4217d0010e9cbd97e"
-
- [[package]]
- name = "mownstr"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8bc45ce96192b5d8b20cffb10ccd85cc431c283a7d171a0d843ac0bd7d444598"
-
- [[package]]
- name = "object"
- version = "0.32.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
- dependencies = [
- "memchr",
- ]
-
- [[package]]
- name = "odrlpublic"
- version = "0.1.0"
- dependencies = [
- "lazy_static",
- "serde",
- "serde_json",
- "sophia",
- "sophia_jsonld",
- "sophia_term",
- "url",
- "uuid",
- ]
-
- [[package]]
- name = "once_cell"
- version = "1.19.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
-
- [[package]]
- name = "oxilangtag"
- version = "0.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8d91edf4fbb970279443471345a4e8c491bf05bb283b3e6c88e4e606fd8c181b"
-
- [[package]]
- name = "oxiri"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bb175ec8981211357b7b379869c2f8d555881c55ea62311428ec0de46d89bd5c"
-
- [[package]]
- name = "pct-str"
- version = "1.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "77d207ec8d182c2fef45f028b9b9507770df19e89b3e14827ccd95d4a23f6003"
- dependencies = [
- "utf8-decode",
- ]
-
- [[package]]
- name = "percent-encoding"
- version = "2.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
-
- [[package]]
- name = "permutohedron"
- version = "0.2.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b687ff7b5da449d39e418ad391e5e08da53ec334903ddbb921db208908fc372c"
-
- [[package]]
- name = "pin-project-lite"
- version = "0.2.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
-
- [[package]]
- name = "pin-utils"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
-
- [[package]]
- name = "pretty_dtoa"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a239bcdfda2c685fda1add3b4695c06225f50075e3cfb5b954e91545587edff2"
- dependencies = [
- "ryu_floating_decimal",
- ]
-
- [[package]]
- name = "proc-macro-error"
- version = "1.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
- dependencies = [
- "proc-macro-error-attr",
- "proc-macro2",
- "quote",
- "syn 1.0.109",
- "version_check",
- ]
-
- [[package]]
- name = "proc-macro-error-attr"
- version = "1.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
- dependencies = [
- "proc-macro2",
- "quote",
- "version_check",
- ]
-
- [[package]]
- name = "proc-macro2"
- version = "1.0.78"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
- dependencies = [
- "unicode-ident",
- ]
-
- [[package]]
- name = "quote"
- version = "1.0.35"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
- dependencies = [
- "proc-macro2",
- ]
-
- [[package]]
- name = "rdf-types"
- version = "0.15.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d937485610ef88fde97044e8613bdbe8f585f75ab7a665f0d37b9a283621a0c8"
- dependencies = [
- "contextual",
- "indexmap",
- "iref",
- "langtag",
- "locspan",
- "locspan-derive",
- "thiserror",
- ]
-
- [[package]]
- name = "regex"
- version = "1.10.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-automata",
- "regex-syntax",
- ]
-
- [[package]]
- name = "regex-automata"
- version = "0.4.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
- ]
-
- [[package]]
- name = "regex-syntax"
- version = "0.8.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
-
- [[package]]
- name = "resiter"
- version = "0.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cbc95d56eb1865f69288945759cc0879d60ee68168dce676730275804ad2b276"
-
- [[package]]
- name = "rio_api"
- version = "0.8.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1924fa1f0e6d851f9b73b3c569e607c368a0d92995d99d563ad7bf1414696603"
-
- [[package]]
- name = "rio_turtle"
- version = "0.8.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5cec59971eafd99b9c7e3544bfcabafea81a7072ac51c9f46985ca0bd7ba6016"
- dependencies = [
- "oxilangtag",
- "oxiri",
- "rio_api",
- ]
-
- [[package]]
- name = "rustc-demangle"
- version = "0.1.23"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
-
- [[package]]
- name = "ryu"
- version = "1.0.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
-
- [[package]]
- name = "ryu-js"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f"
-
- [[package]]
- name = "ryu_floating_decimal"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "700de91d5fd6091442d00fdd9ee790af6d4f0f480562b0f5a1e8f59e90aafe73"
-
- [[package]]
- name = "serde"
- version = "1.0.196"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
- dependencies = [
- "serde_derive",
- ]
-
- [[package]]
- name = "serde_derive"
- version = "1.0.196"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.49",
- ]
-
- [[package]]
- name = "serde_json"
- version = "1.0.113"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
- dependencies = [
- "itoa",
- "ryu",
- "serde",
- ]
-
- [[package]]
- name = "sha2"
- version = "0.10.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
- dependencies = [
- "cfg-if",
- "cpufeatures",
- "digest",
- ]
-
- [[package]]
- name = "slab"
- version = "0.4.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
- dependencies = [
- "autocfg",
- ]
-
- [[package]]
- name = "smallstr"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "63b1aefdf380735ff8ded0b15f31aab05daf1f70216c01c02a12926badd1df9d"
- dependencies = [
- "smallvec",
- ]
-
- [[package]]
- name = "smallvec"
- version = "1.13.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
-
- [[package]]
- name = "sophia"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0d9d3e79754eeda3fc7e3610afcc492613fa0a5581d286d7545094e3e7ce1608"
- dependencies = [
- "sophia_api",
- "sophia_c14n",
- "sophia_inmem",
- "sophia_iri",
- "sophia_isomorphism",
- "sophia_resource",
- "sophia_rio",
- "sophia_term",
- "sophia_turtle",
- ]
-
- [[package]]
- name = "sophia_api"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2e41b1197b9dbd2e5e2a7d8dc62fd6bab001724576463831920b13567bde2a4c"
- dependencies = [
- "lazy_static",
- "mownstr",
- "regex",
- "resiter",
- "serde",
- "sophia_iri",
- "thiserror",
- ]
-
- [[package]]
- name = "sophia_c14n"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "04e4ebf65104879fc9f3f1f54224b42ad1f9e40b6a5dc26c5a17bf43846d6a1d"
- dependencies = [
- "sha2",
- "sophia_api",
- "sophia_iri",
- "thiserror",
- ]
-
- [[package]]
- name = "sophia_inmem"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ba3f836b898bbd5d5a73a977995e1d5dab8e2cf96a017890954864ece18b1e8c"
- dependencies = [
- "sophia_api",
- "thiserror",
- ]
-
- [[package]]
- name = "sophia_iri"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bb62d2fcd10fc3a44b646b1893ad478df0cb771f7ceb0331a5f3cee25f37ba7e"
- dependencies = [
- "lazy_static",
- "oxiri",
- "regex",
- "serde",
- "thiserror",
- ]
-
- [[package]]
- name = "sophia_isomorphism"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f2b3876c71756d3dd94590c51090a036298a983f6b1e5c316f9eca514b2f6a5e"
- dependencies = [
- "sophia_api",
- "sophia_iri",
- ]
-
- [[package]]
- name = "sophia_jsonld"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b88ade87b1eeedb0a8b571ca5a5d638c1840a1a188aefa0da8e36e384226d04e"
- dependencies = [
- "iref",
- "json-ld",
- "json-syntax",
- "langtag",
- "locspan",
- "rdf-types",
- "sophia_api",
- "sophia_iri",
- "sophia_term",
- "thiserror",
- "tokio",
- ]
-
- [[package]]
- name = "sophia_resource"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "807253d3a4144e1f3eacf6976849dab04cbd493ff568414df07c33fd10886ce2"
- dependencies = [
- "sophia_api",
- "sophia_iri",
- "sophia_turtle",
- "thiserror",
- ]
-
- [[package]]
- name = "sophia_rio"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "93e107086ca2b3e329dbe0f85f9ce504b1fbb478c85341338942b9dff613d4d8"
- dependencies = [
- "rio_api",
- "sophia_api",
- "sophia_iri",
- ]
-
- [[package]]
- name = "sophia_term"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ca3a77f8523038dc1204a59dd461f27322cbe14bea3da873d41b6cc40c3e63e9"
- dependencies = [
- "lazy_static",
- "sophia_api",
- ]
-
- [[package]]
- name = "sophia_turtle"
- version = "0.8.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4a7b7ce7aeb34f55867599544622420b2a6b6488b16811e06fd3755fc9cae4d0"
- dependencies = [
- "lazy_static",
- "oxiri",
- "regex",
- "rio_turtle",
- "sophia_api",
- "sophia_iri",
- "sophia_rio",
- ]
-
- [[package]]
- name = "static-iref"
- version = "2.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d9786d4b8e9e5423fe85c57a826d7e0f0774746149a2ccd21e2104ff74b71ce7"
- dependencies = [
- "iref",
- ]
-
- [[package]]
- name = "static_assertions"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
-
- [[package]]
- name = "syn"
- version = "1.0.109"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
-
- [[package]]
- name = "syn"
- version = "2.0.49"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "915aea9e586f80826ee59f8453c1101f9d1c4b3964cd2460185ee8e299ada496"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
-
- [[package]]
- name = "thiserror"
- version = "1.0.57"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
- dependencies = [
- "thiserror-impl",
- ]
-
- [[package]]
- name = "thiserror-impl"
- version = "1.0.57"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.49",
- ]
-
- [[package]]
- name = "tinyvec"
- version = "1.6.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
- dependencies = [
- "tinyvec_macros",
- ]
-
- [[package]]
- name = "tinyvec_macros"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
-
- [[package]]
- name = "tokio"
- version = "1.36.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
- dependencies = [
- "backtrace",
- "pin-project-lite",
- ]
-
- [[package]]
- name = "typenum"
- version = "1.17.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
-
- [[package]]
- name = "unicode-bidi"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
-
- [[package]]
- name = "unicode-ident"
- version = "1.0.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
-
- [[package]]
- name = "unicode-normalization"
- version = "0.1.22"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
- dependencies = [
- "tinyvec",
- ]
-
- [[package]]
- name = "url"
- version = "2.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
- dependencies = [
- "form_urlencoded",
- "idna",
- "percent-encoding",
- ]
-
- [[package]]
- name = "utf8-decode"
- version = "1.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ca61eb27fa339aa08826a29f03e87b99b4d8f0fc2255306fd266bb1b6a9de498"
-
- [[package]]
- name = "uuid"
- version = "1.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
- dependencies = [
- "getrandom",
- ]
-
- [[package]]
- name = "version_check"
- version = "0.9.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
-
- [[package]]
- name = "wasi"
- version = "0.11.0+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
-
- [[package]]
- name = "zerocopy"
- version = "0.7.32"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
- dependencies = [
- "zerocopy-derive",
- ]
-
- [[package]]
- name = "zerocopy-derive"
- version = "0.7.32"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.49",
- ]
|