polars-df 0.20.0-x86_64-darwin → 0.21.0-x86_64-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/Cargo.lock +192 -186
- data/LICENSE-THIRD-PARTY.txt +1431 -1810
- data/LICENSE.txt +1 -1
- data/lib/polars/3.2/polars.bundle +0 -0
- data/lib/polars/3.3/polars.bundle +0 -0
- data/lib/polars/3.4/polars.bundle +0 -0
- data/lib/polars/cat_name_space.rb +3 -43
- data/lib/polars/catalog/unity/catalog_info.rb +20 -0
- data/lib/polars/catalog/unity/column_info.rb +31 -0
- data/lib/polars/catalog/unity/namespace_info.rb +21 -0
- data/lib/polars/catalog/unity/table_info.rb +50 -0
- data/lib/polars/catalog.rb +448 -0
- data/lib/polars/convert.rb +10 -0
- data/lib/polars/data_frame.rb +151 -30
- data/lib/polars/data_types.rb +47 -3
- data/lib/polars/exceptions.rb +7 -2
- data/lib/polars/expr.rb +34 -31
- data/lib/polars/functions/col.rb +6 -5
- data/lib/polars/functions/lazy.rb +114 -15
- data/lib/polars/functions/repeat.rb +4 -0
- data/lib/polars/io/csv.rb +18 -0
- data/lib/polars/io/json.rb +16 -0
- data/lib/polars/io/ndjson.rb +13 -0
- data/lib/polars/io/parquet.rb +45 -63
- data/lib/polars/io/scan_options.rb +47 -0
- data/lib/polars/lazy_frame.rb +163 -75
- data/lib/polars/list_expr.rb +204 -7
- data/lib/polars/list_name_space.rb +120 -1
- data/lib/polars/meta_expr.rb +7 -22
- data/lib/polars/scan_cast_options.rb +64 -0
- data/lib/polars/schema.rb +6 -1
- data/lib/polars/selector.rb +138 -0
- data/lib/polars/selectors.rb +931 -202
- data/lib/polars/series.rb +34 -11
- data/lib/polars/string_expr.rb +24 -3
- data/lib/polars/string_name_space.rb +11 -0
- data/lib/polars/utils/parse.rb +40 -0
- data/lib/polars/utils.rb +5 -1
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +8 -0
- metadata +10 -2
data/Cargo.lock
CHANGED
@@ -208,11 +208,22 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
208
208
|
|
209
209
|
[[package]]
|
210
210
|
name = "bincode"
|
211
|
-
version = "
|
211
|
+
version = "2.0.1"
|
212
212
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
213
|
-
checksum = "
|
213
|
+
checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
|
214
214
|
dependencies = [
|
215
|
+
"bincode_derive",
|
215
216
|
"serde",
|
217
|
+
"unty",
|
218
|
+
]
|
219
|
+
|
220
|
+
[[package]]
|
221
|
+
name = "bincode_derive"
|
222
|
+
version = "2.0.1"
|
223
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
224
|
+
checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
|
225
|
+
dependencies = [
|
226
|
+
"virtue",
|
216
227
|
]
|
217
228
|
|
218
229
|
[[package]]
|
@@ -274,9 +285,9 @@ checksum = "26c4925bc979b677330a8c7fe7a8c94af2dbb4a2d37b4a20a80d884400f46baa"
|
|
274
285
|
|
275
286
|
[[package]]
|
276
287
|
name = "brotli"
|
277
|
-
version = "
|
288
|
+
version = "8.0.1"
|
278
289
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
279
|
-
checksum = "
|
290
|
+
checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
|
280
291
|
dependencies = [
|
281
292
|
"alloc-no-stdlib",
|
282
293
|
"alloc-stdlib",
|
@@ -285,9 +296,9 @@ dependencies = [
|
|
285
296
|
|
286
297
|
[[package]]
|
287
298
|
name = "brotli-decompressor"
|
288
|
-
version = "
|
299
|
+
version = "5.0.0"
|
289
300
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
290
|
-
checksum = "
|
301
|
+
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
|
291
302
|
dependencies = [
|
292
303
|
"alloc-no-stdlib",
|
293
304
|
"alloc-stdlib",
|
@@ -392,25 +403,14 @@ dependencies = [
|
|
392
403
|
|
393
404
|
[[package]]
|
394
405
|
name = "chrono-tz"
|
395
|
-
version = "0.10.
|
406
|
+
version = "0.10.4"
|
396
407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
397
|
-
checksum = "
|
408
|
+
checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
|
398
409
|
dependencies = [
|
399
410
|
"chrono",
|
400
|
-
"chrono-tz-build",
|
401
411
|
"phf",
|
402
412
|
]
|
403
413
|
|
404
|
-
[[package]]
|
405
|
-
name = "chrono-tz-build"
|
406
|
-
version = "0.4.1"
|
407
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
408
|
-
checksum = "8f10f8c9340e31fc120ff885fcdb54a0b48e474bbd77cab557f0c30a3e569402"
|
409
|
-
dependencies = [
|
410
|
-
"parse-zoneinfo",
|
411
|
-
"phf_codegen",
|
412
|
-
]
|
413
|
-
|
414
414
|
[[package]]
|
415
415
|
name = "clang-sys"
|
416
416
|
version = "1.8.1"
|
@@ -435,9 +435,9 @@ dependencies = [
|
|
435
435
|
|
436
436
|
[[package]]
|
437
437
|
name = "compact_str"
|
438
|
-
version = "0.
|
438
|
+
version = "0.9.0"
|
439
439
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
440
|
-
checksum = "
|
440
|
+
checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a"
|
441
441
|
dependencies = [
|
442
442
|
"castaway",
|
443
443
|
"cfg-if",
|
@@ -479,6 +479,15 @@ version = "0.8.7"
|
|
479
479
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
480
480
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
481
481
|
|
482
|
+
[[package]]
|
483
|
+
name = "cpufeatures"
|
484
|
+
version = "0.2.17"
|
485
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
486
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
487
|
+
dependencies = [
|
488
|
+
"libc",
|
489
|
+
]
|
490
|
+
|
482
491
|
[[package]]
|
483
492
|
name = "crc"
|
484
493
|
version = "2.1.0"
|
@@ -879,23 +888,11 @@ dependencies = [
|
|
879
888
|
|
880
889
|
[[package]]
|
881
890
|
name = "halfbrown"
|
882
|
-
version = "0.
|
883
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
884
|
-
checksum = "8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f"
|
885
|
-
dependencies = [
|
886
|
-
"hashbrown 0.14.5",
|
887
|
-
"serde",
|
888
|
-
]
|
889
|
-
|
890
|
-
[[package]]
|
891
|
-
name = "hashbrown"
|
892
|
-
version = "0.14.5"
|
891
|
+
version = "0.3.0"
|
893
892
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
894
|
-
checksum = "
|
893
|
+
checksum = "aa2c385c6df70fd180bbb673d93039dbd2cd34e41d782600bdf6e1ca7bce39aa"
|
895
894
|
dependencies = [
|
896
|
-
"
|
897
|
-
"allocator-api2",
|
898
|
-
"rayon",
|
895
|
+
"hashbrown",
|
899
896
|
"serde",
|
900
897
|
]
|
901
898
|
|
@@ -1175,7 +1172,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1175
1172
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
1176
1173
|
dependencies = [
|
1177
1174
|
"equivalent",
|
1178
|
-
"hashbrown
|
1175
|
+
"hashbrown",
|
1179
1176
|
"serde",
|
1180
1177
|
]
|
1181
1178
|
|
@@ -1395,9 +1392,9 @@ dependencies = [
|
|
1395
1392
|
[[package]]
|
1396
1393
|
name = "magnus"
|
1397
1394
|
version = "0.7.1"
|
1398
|
-
source = "
|
1399
|
-
checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
|
1395
|
+
source = "git+https://github.com/matsadler/magnus.git?rev=4125ee2ab5a405d17aa6d7503961c1ecdbe499ef#4125ee2ab5a405d17aa6d7503961c1ecdbe499ef"
|
1400
1396
|
dependencies = [
|
1397
|
+
"chrono",
|
1401
1398
|
"magnus-macros",
|
1402
1399
|
"rb-sys",
|
1403
1400
|
"rb-sys-env",
|
@@ -1407,8 +1404,7 @@ dependencies = [
|
|
1407
1404
|
[[package]]
|
1408
1405
|
name = "magnus-macros"
|
1409
1406
|
version = "0.6.0"
|
1410
|
-
source = "
|
1411
|
-
checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
1407
|
+
source = "git+https://github.com/matsadler/magnus.git?rev=4125ee2ab5a405d17aa6d7503961c1ecdbe499ef#4125ee2ab5a405d17aa6d7503961c1ecdbe499ef"
|
1412
1408
|
dependencies = [
|
1413
1409
|
"proc-macro2",
|
1414
1410
|
"quote",
|
@@ -1541,7 +1537,7 @@ dependencies = [
|
|
1541
1537
|
"parking_lot",
|
1542
1538
|
"percent-encoding",
|
1543
1539
|
"quick-xml",
|
1544
|
-
"rand
|
1540
|
+
"rand",
|
1545
1541
|
"reqwest",
|
1546
1542
|
"ring",
|
1547
1543
|
"rustls-pemfile",
|
@@ -1598,15 +1594,6 @@ dependencies = [
|
|
1598
1594
|
"windows-targets 0.52.6",
|
1599
1595
|
]
|
1600
1596
|
|
1601
|
-
[[package]]
|
1602
|
-
name = "parse-zoneinfo"
|
1603
|
-
version = "0.3.1"
|
1604
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1605
|
-
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
1606
|
-
dependencies = [
|
1607
|
-
"regex",
|
1608
|
-
]
|
1609
|
-
|
1610
1597
|
[[package]]
|
1611
1598
|
name = "paste"
|
1612
1599
|
version = "1.0.15"
|
@@ -1621,38 +1608,18 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
1621
1608
|
|
1622
1609
|
[[package]]
|
1623
1610
|
name = "phf"
|
1624
|
-
version = "0.
|
1625
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1626
|
-
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
1627
|
-
dependencies = [
|
1628
|
-
"phf_shared",
|
1629
|
-
]
|
1630
|
-
|
1631
|
-
[[package]]
|
1632
|
-
name = "phf_codegen"
|
1633
|
-
version = "0.11.3"
|
1634
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1635
|
-
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
1636
|
-
dependencies = [
|
1637
|
-
"phf_generator",
|
1638
|
-
"phf_shared",
|
1639
|
-
]
|
1640
|
-
|
1641
|
-
[[package]]
|
1642
|
-
name = "phf_generator"
|
1643
|
-
version = "0.11.3"
|
1611
|
+
version = "0.12.1"
|
1644
1612
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1645
|
-
checksum = "
|
1613
|
+
checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
|
1646
1614
|
dependencies = [
|
1647
1615
|
"phf_shared",
|
1648
|
-
"rand 0.8.5",
|
1649
1616
|
]
|
1650
1617
|
|
1651
1618
|
[[package]]
|
1652
1619
|
name = "phf_shared"
|
1653
|
-
version = "0.
|
1620
|
+
version = "0.12.1"
|
1654
1621
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1655
|
-
checksum = "
|
1622
|
+
checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
|
1656
1623
|
dependencies = [
|
1657
1624
|
"siphasher",
|
1658
1625
|
]
|
@@ -1682,12 +1649,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1682
1649
|
checksum = "3daf8e3d4b712abe1d690838f6e29fb76b76ea19589c4afa39ec30e12f62af71"
|
1683
1650
|
dependencies = [
|
1684
1651
|
"array-init-cursor",
|
1685
|
-
"hashbrown
|
1652
|
+
"hashbrown",
|
1686
1653
|
]
|
1687
1654
|
|
1688
1655
|
[[package]]
|
1689
1656
|
name = "polars"
|
1690
|
-
version = "0.
|
1657
|
+
version = "0.21.0"
|
1691
1658
|
dependencies = [
|
1692
1659
|
"ahash",
|
1693
1660
|
"bytes",
|
@@ -1697,9 +1664,12 @@ dependencies = [
|
|
1697
1664
|
"magnus",
|
1698
1665
|
"mimalloc",
|
1699
1666
|
"num-traits",
|
1700
|
-
"polars 0.
|
1667
|
+
"polars 0.50.0",
|
1701
1668
|
"polars-arrow",
|
1702
1669
|
"polars-core",
|
1670
|
+
"polars-dtype",
|
1671
|
+
"polars-io",
|
1672
|
+
"polars-lazy",
|
1703
1673
|
"polars-parquet",
|
1704
1674
|
"polars-plan",
|
1705
1675
|
"polars-utils",
|
@@ -1710,11 +1680,12 @@ dependencies = [
|
|
1710
1680
|
|
1711
1681
|
[[package]]
|
1712
1682
|
name = "polars"
|
1713
|
-
version = "0.
|
1683
|
+
version = "0.50.0"
|
1714
1684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1715
|
-
checksum = "
|
1685
|
+
checksum = "fde57577c2b4b823d85617c2c95c11fcdc649e68467030e321e573800524946c"
|
1716
1686
|
dependencies = [
|
1717
1687
|
"getrandom 0.2.16",
|
1688
|
+
"getrandom 0.3.3",
|
1718
1689
|
"polars-arrow",
|
1719
1690
|
"polars-core",
|
1720
1691
|
"polars-error",
|
@@ -1731,9 +1702,9 @@ dependencies = [
|
|
1731
1702
|
|
1732
1703
|
[[package]]
|
1733
1704
|
name = "polars-arrow"
|
1734
|
-
version = "0.
|
1705
|
+
version = "0.50.0"
|
1735
1706
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1736
|
-
checksum = "
|
1707
|
+
checksum = "29f705dc037eb0a4213554a19320f13c02095c63bdd5e9e7f960817fa29b7b8d"
|
1737
1708
|
dependencies = [
|
1738
1709
|
"atoi_simd",
|
1739
1710
|
"avro-schema",
|
@@ -1745,7 +1716,8 @@ dependencies = [
|
|
1745
1716
|
"either",
|
1746
1717
|
"ethnum",
|
1747
1718
|
"getrandom 0.2.16",
|
1748
|
-
"
|
1719
|
+
"getrandom 0.3.3",
|
1720
|
+
"hashbrown",
|
1749
1721
|
"itoa",
|
1750
1722
|
"lz4",
|
1751
1723
|
"num-traits",
|
@@ -1773,22 +1745,22 @@ dependencies = [
|
|
1773
1745
|
|
1774
1746
|
[[package]]
|
1775
1747
|
name = "polars-compute"
|
1776
|
-
version = "0.
|
1748
|
+
version = "0.50.0"
|
1777
1749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1778
|
-
checksum = "
|
1750
|
+
checksum = "896f4efdf1292121df34d6214fd32e634ce9aa5f3739519b3ccd9c11bda75d2a"
|
1779
1751
|
dependencies = [
|
1780
1752
|
"atoi_simd",
|
1781
1753
|
"bytemuck",
|
1782
1754
|
"chrono",
|
1783
1755
|
"either",
|
1784
1756
|
"fast-float2",
|
1785
|
-
"hashbrown
|
1757
|
+
"hashbrown",
|
1786
1758
|
"itoa",
|
1787
1759
|
"num-traits",
|
1788
1760
|
"polars-arrow",
|
1789
1761
|
"polars-error",
|
1790
1762
|
"polars-utils",
|
1791
|
-
"rand
|
1763
|
+
"rand",
|
1792
1764
|
"ryu",
|
1793
1765
|
"serde",
|
1794
1766
|
"skiplist",
|
@@ -1799,9 +1771,9 @@ dependencies = [
|
|
1799
1771
|
|
1800
1772
|
[[package]]
|
1801
1773
|
name = "polars-core"
|
1802
|
-
version = "0.
|
1774
|
+
version = "0.50.0"
|
1803
1775
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1804
|
-
checksum = "
|
1776
|
+
checksum = "11e2c54762ac17a039552033d81779b58619b832aa4f36ebc3395f9aa8bce083"
|
1805
1777
|
dependencies = [
|
1806
1778
|
"bitflags",
|
1807
1779
|
"boxcar",
|
@@ -1810,18 +1782,18 @@ dependencies = [
|
|
1810
1782
|
"chrono-tz",
|
1811
1783
|
"comfy-table",
|
1812
1784
|
"either",
|
1813
|
-
"hashbrown
|
1814
|
-
"hashbrown 0.15.3",
|
1785
|
+
"hashbrown",
|
1815
1786
|
"indexmap",
|
1816
1787
|
"itoa",
|
1817
1788
|
"num-traits",
|
1818
1789
|
"polars-arrow",
|
1819
1790
|
"polars-compute",
|
1791
|
+
"polars-dtype",
|
1820
1792
|
"polars-error",
|
1821
1793
|
"polars-row",
|
1822
1794
|
"polars-schema",
|
1823
1795
|
"polars-utils",
|
1824
|
-
"rand
|
1796
|
+
"rand",
|
1825
1797
|
"rand_distr",
|
1826
1798
|
"rayon",
|
1827
1799
|
"regex",
|
@@ -1833,11 +1805,26 @@ dependencies = [
|
|
1833
1805
|
"xxhash-rust",
|
1834
1806
|
]
|
1835
1807
|
|
1808
|
+
[[package]]
|
1809
|
+
name = "polars-dtype"
|
1810
|
+
version = "0.50.0"
|
1811
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1812
|
+
checksum = "6bdc47854d72f3df098a06b984de4105ca5030123445d3edef27502e6034019a"
|
1813
|
+
dependencies = [
|
1814
|
+
"boxcar",
|
1815
|
+
"hashbrown",
|
1816
|
+
"polars-arrow",
|
1817
|
+
"polars-error",
|
1818
|
+
"polars-utils",
|
1819
|
+
"serde",
|
1820
|
+
"uuid",
|
1821
|
+
]
|
1822
|
+
|
1836
1823
|
[[package]]
|
1837
1824
|
name = "polars-error"
|
1838
|
-
version = "0.
|
1825
|
+
version = "0.50.0"
|
1839
1826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1840
|
-
checksum = "
|
1827
|
+
checksum = "24d0fe86ef36dfa5c9e0b9833effd2e42cd64054b862fe40a243a635ecf62771"
|
1841
1828
|
dependencies = [
|
1842
1829
|
"avro-schema",
|
1843
1830
|
"object_store",
|
@@ -1850,12 +1837,12 @@ dependencies = [
|
|
1850
1837
|
|
1851
1838
|
[[package]]
|
1852
1839
|
name = "polars-expr"
|
1853
|
-
version = "0.
|
1840
|
+
version = "0.50.0"
|
1854
1841
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1855
|
-
checksum = "
|
1842
|
+
checksum = "98212e4899b5432f2b89f2f33c665240f8882cf757e7a5d18cf7b03ba80cdc1e"
|
1856
1843
|
dependencies = [
|
1857
1844
|
"bitflags",
|
1858
|
-
"hashbrown
|
1845
|
+
"hashbrown",
|
1859
1846
|
"num-traits",
|
1860
1847
|
"polars-arrow",
|
1861
1848
|
"polars-compute",
|
@@ -1866,16 +1853,16 @@ dependencies = [
|
|
1866
1853
|
"polars-row",
|
1867
1854
|
"polars-time",
|
1868
1855
|
"polars-utils",
|
1869
|
-
"rand
|
1856
|
+
"rand",
|
1870
1857
|
"rayon",
|
1871
1858
|
"recursive",
|
1872
1859
|
]
|
1873
1860
|
|
1874
1861
|
[[package]]
|
1875
1862
|
name = "polars-io"
|
1876
|
-
version = "0.
|
1863
|
+
version = "0.50.0"
|
1877
1864
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1878
|
-
checksum = "
|
1865
|
+
checksum = "cba1a01ed61ec1ba3f3f7d1a7c4ad61cb7ece4bfd606d5d52bfa1384ce707109"
|
1879
1866
|
dependencies = [
|
1880
1867
|
"async-trait",
|
1881
1868
|
"atoi_simd",
|
@@ -1884,10 +1871,11 @@ dependencies = [
|
|
1884
1871
|
"chrono",
|
1885
1872
|
"chrono-tz",
|
1886
1873
|
"fast-float2",
|
1874
|
+
"flate2",
|
1887
1875
|
"fs4",
|
1888
1876
|
"futures",
|
1889
1877
|
"glob",
|
1890
|
-
"hashbrown
|
1878
|
+
"hashbrown",
|
1891
1879
|
"home",
|
1892
1880
|
"itoa",
|
1893
1881
|
"memchr",
|
@@ -1911,21 +1899,24 @@ dependencies = [
|
|
1911
1899
|
"serde_json",
|
1912
1900
|
"simd-json",
|
1913
1901
|
"simdutf8",
|
1902
|
+
"strum",
|
1903
|
+
"strum_macros",
|
1914
1904
|
"tokio",
|
1915
1905
|
"tokio-util",
|
1916
1906
|
"url",
|
1907
|
+
"zstd",
|
1917
1908
|
]
|
1918
1909
|
|
1919
1910
|
[[package]]
|
1920
1911
|
name = "polars-json"
|
1921
|
-
version = "0.
|
1912
|
+
version = "0.50.0"
|
1922
1913
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1923
|
-
checksum = "
|
1914
|
+
checksum = "9d546be779c0f2e87870538deb87ca6d90910ba09cb867409c87ed5c13518b5d"
|
1924
1915
|
dependencies = [
|
1925
1916
|
"chrono",
|
1926
1917
|
"chrono-tz",
|
1927
1918
|
"fallible-streaming-iterator",
|
1928
|
-
"hashbrown
|
1919
|
+
"hashbrown",
|
1929
1920
|
"indexmap",
|
1930
1921
|
"itoa",
|
1931
1922
|
"num-traits",
|
@@ -1940,9 +1931,9 @@ dependencies = [
|
|
1940
1931
|
|
1941
1932
|
[[package]]
|
1942
1933
|
name = "polars-lazy"
|
1943
|
-
version = "0.
|
1934
|
+
version = "0.50.0"
|
1944
1935
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1945
|
-
checksum = "
|
1936
|
+
checksum = "1aa4dbd41c7508735c3e8c2607aef39679d89298b53f1462710fc3f95b6c5cbd"
|
1946
1937
|
dependencies = [
|
1947
1938
|
"bitflags",
|
1948
1939
|
"chrono",
|
@@ -1968,9 +1959,9 @@ dependencies = [
|
|
1968
1959
|
|
1969
1960
|
[[package]]
|
1970
1961
|
name = "polars-mem-engine"
|
1971
|
-
version = "0.
|
1962
|
+
version = "0.50.0"
|
1972
1963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1973
|
-
checksum = "
|
1964
|
+
checksum = "712491f22624672d1c97a0f1faca93645ce749aa497c04dd67914738872474e1"
|
1974
1965
|
dependencies = [
|
1975
1966
|
"futures",
|
1976
1967
|
"memmap2",
|
@@ -1991,9 +1982,9 @@ dependencies = [
|
|
1991
1982
|
|
1992
1983
|
[[package]]
|
1993
1984
|
name = "polars-ops"
|
1994
|
-
version = "0.
|
1985
|
+
version = "0.50.0"
|
1995
1986
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1996
|
-
checksum = "
|
1987
|
+
checksum = "7c433eb8eb4d5767504a6a145df286e503307d773dc92a085b9cabc6eaaafb01"
|
1997
1988
|
dependencies = [
|
1998
1989
|
"aho-corasick",
|
1999
1990
|
"argminmax",
|
@@ -2002,7 +1993,7 @@ dependencies = [
|
|
2002
1993
|
"chrono",
|
2003
1994
|
"chrono-tz",
|
2004
1995
|
"either",
|
2005
|
-
"hashbrown
|
1996
|
+
"hashbrown",
|
2006
1997
|
"hex",
|
2007
1998
|
"indexmap",
|
2008
1999
|
"jsonpath_lib_polars_vendor",
|
@@ -2016,7 +2007,7 @@ dependencies = [
|
|
2016
2007
|
"polars-json",
|
2017
2008
|
"polars-schema",
|
2018
2009
|
"polars-utils",
|
2019
|
-
"rand
|
2010
|
+
"rand",
|
2020
2011
|
"rand_distr",
|
2021
2012
|
"rayon",
|
2022
2013
|
"regex",
|
@@ -2031,9 +2022,9 @@ dependencies = [
|
|
2031
2022
|
|
2032
2023
|
[[package]]
|
2033
2024
|
name = "polars-parquet"
|
2034
|
-
version = "0.
|
2025
|
+
version = "0.50.0"
|
2035
2026
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2036
|
-
checksum = "
|
2027
|
+
checksum = "6efe8ffb9207c3d50d47ee9b5ee750beb889e7cffd2b61291766c74a020ee51d"
|
2037
2028
|
dependencies = [
|
2038
2029
|
"async-stream",
|
2039
2030
|
"base64",
|
@@ -2042,7 +2033,7 @@ dependencies = [
|
|
2042
2033
|
"ethnum",
|
2043
2034
|
"flate2",
|
2044
2035
|
"futures",
|
2045
|
-
"hashbrown
|
2036
|
+
"hashbrown",
|
2046
2037
|
"lz4",
|
2047
2038
|
"num-traits",
|
2048
2039
|
"polars-arrow",
|
@@ -2069,9 +2060,9 @@ dependencies = [
|
|
2069
2060
|
|
2070
2061
|
[[package]]
|
2071
2062
|
name = "polars-plan"
|
2072
|
-
version = "0.
|
2063
|
+
version = "0.50.0"
|
2073
2064
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2074
|
-
checksum = "
|
2065
|
+
checksum = "2219ff36b304d0543185773cf182c49eca4f558403fb33c464b7688cd4f178d2"
|
2075
2066
|
dependencies = [
|
2076
2067
|
"bitflags",
|
2077
2068
|
"bytemuck",
|
@@ -2080,13 +2071,14 @@ dependencies = [
|
|
2080
2071
|
"chrono-tz",
|
2081
2072
|
"either",
|
2082
2073
|
"futures",
|
2083
|
-
"hashbrown
|
2074
|
+
"hashbrown",
|
2084
2075
|
"memmap2",
|
2085
2076
|
"num-traits",
|
2086
2077
|
"percent-encoding",
|
2087
2078
|
"polars-arrow",
|
2088
2079
|
"polars-compute",
|
2089
2080
|
"polars-core",
|
2081
|
+
"polars-error",
|
2090
2082
|
"polars-io",
|
2091
2083
|
"polars-json",
|
2092
2084
|
"polars-ops",
|
@@ -2097,29 +2089,31 @@ dependencies = [
|
|
2097
2089
|
"recursive",
|
2098
2090
|
"regex",
|
2099
2091
|
"serde",
|
2092
|
+
"sha2",
|
2100
2093
|
"strum_macros",
|
2101
2094
|
"version_check",
|
2102
2095
|
]
|
2103
2096
|
|
2104
2097
|
[[package]]
|
2105
2098
|
name = "polars-row"
|
2106
|
-
version = "0.
|
2099
|
+
version = "0.50.0"
|
2107
2100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2108
|
-
checksum = "
|
2101
|
+
checksum = "1eb03bbe6518a9a50fbe2f0d587f6634cf33f1e485657ef3db2bfab997fbc7a4"
|
2109
2102
|
dependencies = [
|
2110
2103
|
"bitflags",
|
2111
2104
|
"bytemuck",
|
2112
2105
|
"polars-arrow",
|
2113
2106
|
"polars-compute",
|
2107
|
+
"polars-dtype",
|
2114
2108
|
"polars-error",
|
2115
2109
|
"polars-utils",
|
2116
2110
|
]
|
2117
2111
|
|
2118
2112
|
[[package]]
|
2119
2113
|
name = "polars-schema"
|
2120
|
-
version = "0.
|
2114
|
+
version = "0.50.0"
|
2121
2115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2122
|
-
checksum = "
|
2116
|
+
checksum = "4b2daa5d628c4aa56deed967cc64fd24c9f62a919c8aaaf2b77b1457f8684f98"
|
2123
2117
|
dependencies = [
|
2124
2118
|
"indexmap",
|
2125
2119
|
"polars-error",
|
@@ -2130,9 +2124,9 @@ dependencies = [
|
|
2130
2124
|
|
2131
2125
|
[[package]]
|
2132
2126
|
name = "polars-sql"
|
2133
|
-
version = "0.
|
2127
|
+
version = "0.50.0"
|
2134
2128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2135
|
-
checksum = "
|
2129
|
+
checksum = "f9021d46eb864c2bd944a51676c24c17eaa9e5fe755be464a50827179e6dcb8d"
|
2136
2130
|
dependencies = [
|
2137
2131
|
"bitflags",
|
2138
2132
|
"hex",
|
@@ -2143,7 +2137,7 @@ dependencies = [
|
|
2143
2137
|
"polars-plan",
|
2144
2138
|
"polars-time",
|
2145
2139
|
"polars-utils",
|
2146
|
-
"rand
|
2140
|
+
"rand",
|
2147
2141
|
"regex",
|
2148
2142
|
"serde",
|
2149
2143
|
"sqlparser",
|
@@ -2151,9 +2145,9 @@ dependencies = [
|
|
2151
2145
|
|
2152
2146
|
[[package]]
|
2153
2147
|
name = "polars-stream"
|
2154
|
-
version = "0.
|
2148
|
+
version = "0.50.0"
|
2155
2149
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2156
|
-
checksum = "
|
2150
|
+
checksum = "22323af55f0f2f9f9d64d65a5b0277b8dfa45300e4f6ba8d96e30817059c433e"
|
2157
2151
|
dependencies = [
|
2158
2152
|
"async-channel",
|
2159
2153
|
"async-trait",
|
@@ -2178,7 +2172,7 @@ dependencies = [
|
|
2178
2172
|
"polars-parquet",
|
2179
2173
|
"polars-plan",
|
2180
2174
|
"polars-utils",
|
2181
|
-
"rand
|
2175
|
+
"rand",
|
2182
2176
|
"rayon",
|
2183
2177
|
"recursive",
|
2184
2178
|
"slotmap",
|
@@ -2188,9 +2182,9 @@ dependencies = [
|
|
2188
2182
|
|
2189
2183
|
[[package]]
|
2190
2184
|
name = "polars-time"
|
2191
|
-
version = "0.
|
2185
|
+
version = "0.50.0"
|
2192
2186
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2193
|
-
checksum = "
|
2187
|
+
checksum = "954b926cf121787c9fd2cf274b66ed85be46ab425405d0c5a1830c885c78b259"
|
2194
2188
|
dependencies = [
|
2195
2189
|
"atoi_simd",
|
2196
2190
|
"bytemuck",
|
@@ -2212,9 +2206,9 @@ dependencies = [
|
|
2212
2206
|
|
2213
2207
|
[[package]]
|
2214
2208
|
name = "polars-utils"
|
2215
|
-
version = "0.
|
2209
|
+
version = "0.50.0"
|
2216
2210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2217
|
-
checksum = "
|
2211
|
+
checksum = "846a868e172550e4a3a465d7cdddee06377ccd0ea863cd49afd6f903078e0cff"
|
2218
2212
|
dependencies = [
|
2219
2213
|
"bincode",
|
2220
2214
|
"bytemuck",
|
@@ -2222,21 +2216,23 @@ dependencies = [
|
|
2222
2216
|
"compact_str",
|
2223
2217
|
"flate2",
|
2224
2218
|
"foldhash",
|
2225
|
-
"hashbrown
|
2219
|
+
"hashbrown",
|
2226
2220
|
"indexmap",
|
2227
2221
|
"libc",
|
2228
2222
|
"memmap2",
|
2229
2223
|
"num-traits",
|
2230
2224
|
"polars-error",
|
2231
|
-
"rand
|
2225
|
+
"rand",
|
2232
2226
|
"raw-cpuid",
|
2233
2227
|
"rayon",
|
2234
2228
|
"regex",
|
2235
2229
|
"rmp-serde",
|
2236
2230
|
"serde",
|
2237
2231
|
"serde_json",
|
2232
|
+
"serde_stacker",
|
2238
2233
|
"slotmap",
|
2239
2234
|
"stacker",
|
2235
|
+
"uuid",
|
2240
2236
|
"version_check",
|
2241
2237
|
]
|
2242
2238
|
|
@@ -2315,7 +2311,7 @@ dependencies = [
|
|
2315
2311
|
"bytes",
|
2316
2312
|
"getrandom 0.3.3",
|
2317
2313
|
"lru-slab",
|
2318
|
-
"rand
|
2314
|
+
"rand",
|
2319
2315
|
"ring",
|
2320
2316
|
"rustc-hash 2.1.1",
|
2321
2317
|
"rustls",
|
@@ -2356,35 +2352,14 @@ version = "5.2.0"
|
|
2356
2352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2357
2353
|
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
2358
2354
|
|
2359
|
-
[[package]]
|
2360
|
-
name = "rand"
|
2361
|
-
version = "0.8.5"
|
2362
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2363
|
-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2364
|
-
dependencies = [
|
2365
|
-
"libc",
|
2366
|
-
"rand_chacha 0.3.1",
|
2367
|
-
"rand_core 0.6.4",
|
2368
|
-
]
|
2369
|
-
|
2370
2355
|
[[package]]
|
2371
2356
|
name = "rand"
|
2372
2357
|
version = "0.9.1"
|
2373
2358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2374
2359
|
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
2375
2360
|
dependencies = [
|
2376
|
-
"rand_chacha
|
2377
|
-
"rand_core
|
2378
|
-
]
|
2379
|
-
|
2380
|
-
[[package]]
|
2381
|
-
name = "rand_chacha"
|
2382
|
-
version = "0.3.1"
|
2383
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2384
|
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2385
|
-
dependencies = [
|
2386
|
-
"ppv-lite86",
|
2387
|
-
"rand_core 0.6.4",
|
2361
|
+
"rand_chacha",
|
2362
|
+
"rand_core",
|
2388
2363
|
]
|
2389
2364
|
|
2390
2365
|
[[package]]
|
@@ -2394,16 +2369,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2394
2369
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
2395
2370
|
dependencies = [
|
2396
2371
|
"ppv-lite86",
|
2397
|
-
"rand_core
|
2398
|
-
]
|
2399
|
-
|
2400
|
-
[[package]]
|
2401
|
-
name = "rand_core"
|
2402
|
-
version = "0.6.4"
|
2403
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2404
|
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2405
|
-
dependencies = [
|
2406
|
-
"getrandom 0.2.16",
|
2372
|
+
"rand_core",
|
2407
2373
|
]
|
2408
2374
|
|
2409
2375
|
[[package]]
|
@@ -2417,12 +2383,12 @@ dependencies = [
|
|
2417
2383
|
|
2418
2384
|
[[package]]
|
2419
2385
|
name = "rand_distr"
|
2420
|
-
version = "0.
|
2386
|
+
version = "0.5.1"
|
2421
2387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2422
|
-
checksum = "
|
2388
|
+
checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
|
2423
2389
|
dependencies = [
|
2424
2390
|
"num-traits",
|
2425
|
-
"rand
|
2391
|
+
"rand",
|
2426
2392
|
]
|
2427
2393
|
|
2428
2394
|
[[package]]
|
@@ -2456,18 +2422,18 @@ dependencies = [
|
|
2456
2422
|
|
2457
2423
|
[[package]]
|
2458
2424
|
name = "rb-sys"
|
2459
|
-
version = "0.9.
|
2425
|
+
version = "0.9.117"
|
2460
2426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2461
|
-
checksum = "
|
2427
|
+
checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44"
|
2462
2428
|
dependencies = [
|
2463
2429
|
"rb-sys-build",
|
2464
2430
|
]
|
2465
2431
|
|
2466
2432
|
[[package]]
|
2467
2433
|
name = "rb-sys-build"
|
2468
|
-
version = "0.9.
|
2434
|
+
version = "0.9.117"
|
2469
2435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2470
|
-
checksum = "
|
2436
|
+
checksum = "ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59"
|
2471
2437
|
dependencies = [
|
2472
2438
|
"bindgen",
|
2473
2439
|
"lazy_static",
|
@@ -2848,6 +2814,16 @@ dependencies = [
|
|
2848
2814
|
"serde",
|
2849
2815
|
]
|
2850
2816
|
|
2817
|
+
[[package]]
|
2818
|
+
name = "serde_stacker"
|
2819
|
+
version = "0.1.12"
|
2820
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2821
|
+
checksum = "69c8defe6c780725cce4ec6ad3bd91e321baf6fa4e255df1f31e345d507ef01a"
|
2822
|
+
dependencies = [
|
2823
|
+
"serde",
|
2824
|
+
"stacker",
|
2825
|
+
]
|
2826
|
+
|
2851
2827
|
[[package]]
|
2852
2828
|
name = "serde_urlencoded"
|
2853
2829
|
version = "0.7.1"
|
@@ -2860,6 +2836,17 @@ dependencies = [
|
|
2860
2836
|
"serde",
|
2861
2837
|
]
|
2862
2838
|
|
2839
|
+
[[package]]
|
2840
|
+
name = "sha2"
|
2841
|
+
version = "0.10.9"
|
2842
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2843
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
2844
|
+
dependencies = [
|
2845
|
+
"cfg-if",
|
2846
|
+
"cpufeatures",
|
2847
|
+
"digest",
|
2848
|
+
]
|
2849
|
+
|
2863
2850
|
[[package]]
|
2864
2851
|
name = "shell-words"
|
2865
2852
|
version = "1.1.0"
|
@@ -2893,12 +2880,12 @@ dependencies = [
|
|
2893
2880
|
|
2894
2881
|
[[package]]
|
2895
2882
|
name = "simd-json"
|
2896
|
-
version = "0.
|
2883
|
+
version = "0.15.1"
|
2897
2884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2898
|
-
checksum = "
|
2885
|
+
checksum = "c962f626b54771990066e5435ec8331d1462576cd2d1e62f24076ae014f92112"
|
2899
2886
|
dependencies = [
|
2900
2887
|
"ahash",
|
2901
|
-
"getrandom 0.
|
2888
|
+
"getrandom 0.3.3",
|
2902
2889
|
"halfbrown",
|
2903
2890
|
"once_cell",
|
2904
2891
|
"ref-cast",
|
@@ -2922,11 +2909,12 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
2922
2909
|
|
2923
2910
|
[[package]]
|
2924
2911
|
name = "skiplist"
|
2925
|
-
version = "0.
|
2912
|
+
version = "0.6.0"
|
2926
2913
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2927
|
-
checksum = "
|
2914
|
+
checksum = "f354fd282d3177c2951004953e2fdc4cb342fa159bbee8b829852b6a081c8ea1"
|
2928
2915
|
dependencies = [
|
2929
|
-
"rand
|
2916
|
+
"rand",
|
2917
|
+
"thiserror",
|
2930
2918
|
]
|
2931
2919
|
|
2932
2920
|
[[package]]
|
@@ -3024,16 +3012,21 @@ version = "0.2.4"
|
|
3024
3012
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3025
3013
|
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
|
3026
3014
|
|
3015
|
+
[[package]]
|
3016
|
+
name = "strum"
|
3017
|
+
version = "0.27.2"
|
3018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3019
|
+
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
|
3020
|
+
|
3027
3021
|
[[package]]
|
3028
3022
|
name = "strum_macros"
|
3029
|
-
version = "0.
|
3023
|
+
version = "0.27.2"
|
3030
3024
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3031
|
-
checksum = "
|
3025
|
+
checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
|
3032
3026
|
dependencies = [
|
3033
3027
|
"heck",
|
3034
3028
|
"proc-macro2",
|
3035
3029
|
"quote",
|
3036
|
-
"rustversion",
|
3037
3030
|
"syn",
|
3038
3031
|
]
|
3039
3032
|
|
@@ -3281,6 +3274,12 @@ version = "0.9.0"
|
|
3281
3274
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3282
3275
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
3283
3276
|
|
3277
|
+
[[package]]
|
3278
|
+
name = "unty"
|
3279
|
+
version = "0.0.4"
|
3280
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3281
|
+
checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
|
3282
|
+
|
3284
3283
|
[[package]]
|
3285
3284
|
name = "url"
|
3286
3285
|
version = "2.5.4"
|
@@ -3306,14 +3305,15 @@ checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
|
3306
3305
|
dependencies = [
|
3307
3306
|
"getrandom 0.3.3",
|
3308
3307
|
"js-sys",
|
3308
|
+
"serde",
|
3309
3309
|
"wasm-bindgen",
|
3310
3310
|
]
|
3311
3311
|
|
3312
3312
|
[[package]]
|
3313
3313
|
name = "value-trait"
|
3314
|
-
version = "0.
|
3314
|
+
version = "0.11.0"
|
3315
3315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3316
|
-
checksum = "
|
3316
|
+
checksum = "0508fce11ad19e0aab49ce20b6bec7f8f82902ded31df1c9fc61b90f0eb396b8"
|
3317
3317
|
dependencies = [
|
3318
3318
|
"float-cmp",
|
3319
3319
|
"halfbrown",
|
@@ -3327,6 +3327,12 @@ version = "0.9.5"
|
|
3327
3327
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3328
3328
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
3329
3329
|
|
3330
|
+
[[package]]
|
3331
|
+
name = "virtue"
|
3332
|
+
version = "0.0.18"
|
3333
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3334
|
+
checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
|
3335
|
+
|
3330
3336
|
[[package]]
|
3331
3337
|
name = "walkdir"
|
3332
3338
|
version = "2.5.0"
|