|
|
|
@ -40,6 +40,34 @@ version = "1.0.66" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "assert_cmd" |
|
|
|
|
version = "2.0.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ba45b8163c49ab5f972e59a8a5a03b6d2972619d486e19ec9fe744f7c2753d3c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bstr 1.0.1", |
|
|
|
|
"doc-comment", |
|
|
|
|
"predicates", |
|
|
|
|
"predicates-core", |
|
|
|
|
"predicates-tree", |
|
|
|
|
"wait-timeout", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "assert_fs" |
|
|
|
|
version = "1.0.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1429b32ede0cb31afd9f6cb1e8f06f1e32a4c75ed9290f9f4d3cda0c5981e061" |
|
|
|
|
dependencies = [ |
|
|
|
|
"doc-comment", |
|
|
|
|
"globwalk", |
|
|
|
|
"predicates", |
|
|
|
|
"predicates-core", |
|
|
|
|
"predicates-tree", |
|
|
|
|
"tempfile", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "atty" |
|
|
|
|
version = "0.2.14" |
|
|
|
@ -100,6 +128,27 @@ dependencies = [ |
|
|
|
|
"generic-array", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bstr" |
|
|
|
|
version = "0.2.17" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" |
|
|
|
|
dependencies = [ |
|
|
|
|
"memchr", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bstr" |
|
|
|
|
version = "1.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd" |
|
|
|
|
dependencies = [ |
|
|
|
|
"memchr", |
|
|
|
|
"once_cell", |
|
|
|
|
"regex-automata", |
|
|
|
|
"serde", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bumpalo" |
|
|
|
|
version = "3.11.1" |
|
|
|
@ -365,6 +414,12 @@ dependencies = [ |
|
|
|
|
"typenum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "difflib" |
|
|
|
|
version = "0.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "digest" |
|
|
|
|
version = "0.10.5" |
|
|
|
@ -375,12 +430,27 @@ dependencies = [ |
|
|
|
|
"crypto-common", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "doc-comment" |
|
|
|
|
version = "0.3.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "either" |
|
|
|
|
version = "1.8.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "fastrand" |
|
|
|
|
version = "1.8.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" |
|
|
|
|
dependencies = [ |
|
|
|
|
"instant", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "flate2" |
|
|
|
|
version = "1.0.24" |
|
|
|
@ -391,6 +461,21 @@ dependencies = [ |
|
|
|
|
"miniz_oxide", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "float-cmp" |
|
|
|
|
version = "0.9.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-traits", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "fnv" |
|
|
|
|
version = "1.0.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "form_urlencoded" |
|
|
|
|
version = "1.1.0" |
|
|
|
@ -438,6 +523,30 @@ version = "0.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "globset" |
|
|
|
|
version = "0.4.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"aho-corasick", |
|
|
|
|
"bstr 0.2.17", |
|
|
|
|
"fnv", |
|
|
|
|
"log", |
|
|
|
|
"regex", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "globwalk" |
|
|
|
|
version = "0.8.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags", |
|
|
|
|
"ignore", |
|
|
|
|
"walkdir", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "half" |
|
|
|
|
version = "1.8.2" |
|
|
|
@ -496,6 +605,24 @@ dependencies = [ |
|
|
|
|
"unicode-normalization", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ignore" |
|
|
|
|
version = "0.4.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" |
|
|
|
|
dependencies = [ |
|
|
|
|
"crossbeam-utils", |
|
|
|
|
"globset", |
|
|
|
|
"lazy_static", |
|
|
|
|
"log", |
|
|
|
|
"memchr", |
|
|
|
|
"regex", |
|
|
|
|
"same-file", |
|
|
|
|
"thread_local", |
|
|
|
|
"walkdir", |
|
|
|
|
"winapi-util", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "indexmap" |
|
|
|
|
version = "1.9.1" |
|
|
|
@ -512,6 +639,15 @@ version = "1.0.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "instant" |
|
|
|
|
version = "0.1.12" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "itertools" |
|
|
|
|
version = "0.10.5" |
|
|
|
@ -666,6 +802,12 @@ dependencies = [ |
|
|
|
|
"minimal-lexical", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "normalize-line-endings" |
|
|
|
|
version = "0.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ntapi" |
|
|
|
|
version = "0.4.0" |
|
|
|
@ -790,11 +932,14 @@ dependencies = [ |
|
|
|
|
name = "oxigraph_server" |
|
|
|
|
version = "0.3.8" |
|
|
|
|
dependencies = [ |
|
|
|
|
"assert_cmd", |
|
|
|
|
"assert_fs", |
|
|
|
|
"clap 4.0.18", |
|
|
|
|
"flate2", |
|
|
|
|
"oxhttp", |
|
|
|
|
"oxigraph", |
|
|
|
|
"oxiri", |
|
|
|
|
"predicates", |
|
|
|
|
"rand", |
|
|
|
|
"rayon-core", |
|
|
|
|
"sparesults", |
|
|
|
@ -940,6 +1085,36 @@ version = "0.2.16" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "predicates" |
|
|
|
|
version = "2.1.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ed6bd09a7f7e68f3f0bf710fb7ab9c4615a488b58b5f653382a687701e458c92" |
|
|
|
|
dependencies = [ |
|
|
|
|
"difflib", |
|
|
|
|
"float-cmp", |
|
|
|
|
"itertools", |
|
|
|
|
"normalize-line-endings", |
|
|
|
|
"predicates-core", |
|
|
|
|
"regex", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "predicates-core" |
|
|
|
|
version = "1.0.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "predicates-tree" |
|
|
|
|
version = "1.0.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d" |
|
|
|
|
dependencies = [ |
|
|
|
|
"predicates-core", |
|
|
|
|
"termtree", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "proc-macro-error" |
|
|
|
|
version = "1.0.4" |
|
|
|
@ -1133,12 +1308,27 @@ dependencies = [ |
|
|
|
|
"regex-syntax", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex-automata" |
|
|
|
|
version = "0.1.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex-syntax" |
|
|
|
|
version = "0.6.27" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "remove_dir_all" |
|
|
|
|
version = "0.5.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
|
|
|
dependencies = [ |
|
|
|
|
"winapi 0.3.9", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ring" |
|
|
|
|
version = "0.16.20" |
|
|
|
@ -1427,6 +1617,20 @@ version = "0.12.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tempfile" |
|
|
|
|
version = "3.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"fastrand", |
|
|
|
|
"libc", |
|
|
|
|
"redox_syscall", |
|
|
|
|
"remove_dir_all", |
|
|
|
|
"winapi 0.3.9", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "term" |
|
|
|
|
version = "0.2.14" |
|
|
|
@ -1446,6 +1650,12 @@ dependencies = [ |
|
|
|
|
"winapi-util", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "termtree" |
|
|
|
|
version = "0.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "text-diff" |
|
|
|
|
version = "0.4.0" |
|
|
|
@ -1462,6 +1672,15 @@ version = "0.15.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "thread_local" |
|
|
|
|
version = "1.1.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" |
|
|
|
|
dependencies = [ |
|
|
|
|
"once_cell", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "time" |
|
|
|
|
version = "0.3.15" |
|
|
|
@ -1560,6 +1779,15 @@ version = "0.9.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wait-timeout" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "walkdir" |
|
|
|
|
version = "2.3.2" |
|
|
|
|