@@ -21,6 +21,7 @@ dependencies = [
2121 " git2" ,
2222 " log" ,
2323 " reqwest" ,
24+ " tabled" ,
2425 " tokio" ,
2526 " tracing" ,
2627 " tracing-subscriber" ,
@@ -224,6 +225,12 @@ version = "3.19.0"
224225source = " registry+https://github.com/rust-lang/crates.io-index"
225226checksum = " 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
226227
228+ [[package ]]
229+ name = " bytecount"
230+ version = " 0.6.9"
231+ source = " registry+https://github.com/rust-lang/crates.io-index"
232+ checksum = " 175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
233+
227234[[package ]]
228235name = " bytemuck"
229236version = " 1.24.0"
@@ -1450,6 +1457,17 @@ dependencies = [
14501457 " vcpkg" ,
14511458]
14521459
1460+ [[package ]]
1461+ name = " papergrid"
1462+ version = " 0.17.0"
1463+ source = " registry+https://github.com/rust-lang/crates.io-index"
1464+ checksum = " 6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1"
1465+ dependencies = [
1466+ " bytecount" ,
1467+ " fnv" ,
1468+ " unicode-width" ,
1469+ ]
1470+
14531471[[package ]]
14541472name = " parking_lot"
14551473version = " 0.12.5"
@@ -1528,6 +1546,28 @@ dependencies = [
15281546 " zerocopy" ,
15291547]
15301548
1549+ [[package ]]
1550+ name = " proc-macro-error-attr2"
1551+ version = " 2.0.0"
1552+ source = " registry+https://github.com/rust-lang/crates.io-index"
1553+ checksum = " 96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
1554+ dependencies = [
1555+ " proc-macro2" ,
1556+ " quote" ,
1557+ ]
1558+
1559+ [[package ]]
1560+ name = " proc-macro-error2"
1561+ version = " 2.0.1"
1562+ source = " registry+https://github.com/rust-lang/crates.io-index"
1563+ checksum = " 11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
1564+ dependencies = [
1565+ " proc-macro-error-attr2" ,
1566+ " proc-macro2" ,
1567+ " quote" ,
1568+ " syn" ,
1569+ ]
1570+
15311571[[package ]]
15321572name = " proc-macro2"
15331573version = " 1.0.101"
@@ -2091,6 +2131,30 @@ dependencies = [
20912131 " libc" ,
20922132]
20932133
2134+ [[package ]]
2135+ name = " tabled"
2136+ version = " 0.20.0"
2137+ source = " registry+https://github.com/rust-lang/crates.io-index"
2138+ checksum = " e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d"
2139+ dependencies = [
2140+ " papergrid" ,
2141+ " tabled_derive" ,
2142+ " testing_table" ,
2143+ ]
2144+
2145+ [[package ]]
2146+ name = " tabled_derive"
2147+ version = " 0.11.0"
2148+ source = " registry+https://github.com/rust-lang/crates.io-index"
2149+ checksum = " 0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846"
2150+ dependencies = [
2151+ " heck" ,
2152+ " proc-macro-error2" ,
2153+ " proc-macro2" ,
2154+ " quote" ,
2155+ " syn" ,
2156+ ]
2157+
20942158[[package ]]
20952159name = " tempfile"
20962160version = " 3.23.0"
@@ -2104,6 +2168,15 @@ dependencies = [
21042168 " windows-sys 0.61.2" ,
21052169]
21062170
2171+ [[package ]]
2172+ name = " testing_table"
2173+ version = " 0.3.0"
2174+ source = " registry+https://github.com/rust-lang/crates.io-index"
2175+ checksum = " 0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc"
2176+ dependencies = [
2177+ " unicode-width" ,
2178+ ]
2179+
21072180[[package ]]
21082181name = " thiserror"
21092182version = " 1.0.69"
0 commit comments