|
|
@@ -847,6 +847,15 @@ dependencies = [
|
|
847
|
847
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
848
|
848
|
]
|
|
849
|
849
|
|
|
|
850
|
+[[package]]
|
|
|
851
|
+name = "range-set"
|
|
|
852
|
+version = "0.0.5"
|
|
|
853
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
854
|
+dependencies = [
|
|
|
855
|
+ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
856
|
+ "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
857
|
+]
|
|
|
858
|
+
|
|
850
|
859
|
[[package]]
|
|
851
|
860
|
name = "rayon"
|
|
852
|
861
|
version = "1.3.0"
|
|
|
@@ -1040,6 +1049,14 @@ name = "slab"
|
|
1040
|
1049
|
version = "0.4.2"
|
|
1041
|
1050
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1042
|
1051
|
|
|
|
1052
|
+[[package]]
|
|
|
1053
|
+name = "smallvec"
|
|
|
1054
|
+version = "0.6.13"
|
|
|
1055
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1056
|
+dependencies = [
|
|
|
1057
|
+ "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
1058
|
+]
|
|
|
1059
|
+
|
|
1043
|
1060
|
[[package]]
|
|
1044
|
1061
|
name = "smallvec"
|
|
1045
|
1062
|
version = "1.2.0"
|
|
|
@@ -1187,6 +1204,7 @@ dependencies = [
|
|
1187
|
1204
|
"fswatcher 0.1.0 (git+https://github.com/mgottschlag/fswatcher-rs.git)",
|
|
1188
|
1205
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1189
|
1206
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
1207
|
+ "range-set 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1190
|
1208
|
"rmp-serde 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1191
|
1209
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1192
|
1210
|
"serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -1473,6 +1491,7 @@ dependencies = [
|
|
1473
|
1491
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
|
1474
|
1492
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
1475
|
1493
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
1494
|
+"checksum range-set 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e51c363412e87a2d92e8730f95cbdae590a46959bbcb17d0b5c1ad2c7af98d11"
|
|
1476
|
1495
|
"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
|
|
1477
|
1496
|
"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
|
|
1478
|
1497
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
@@ -1496,6 +1515,7 @@ dependencies = [
|
|
1496
|
1515
|
"checksum sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
1497
|
1516
|
"checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
|
|
1498
|
1517
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
1518
|
+"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
|
1499
|
1519
|
"checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
|
|
1500
|
1520
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
1501
|
1521
|
"checksum structopt 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "df136b42d76b1fbea72e2ab3057343977b04b4a2e00836c3c7c0673829572713"
|