equal
deleted
inserted
replaced
1058 "lazy_static", |
1058 "lazy_static", |
1059 "log", |
1059 "log", |
1060 "logging_timer", |
1060 "logging_timer", |
1061 "rayon", |
1061 "rayon", |
1062 "regex", |
1062 "regex", |
1063 "users", |
|
1064 "which", |
1063 "which", |
|
1064 "whoami", |
1065 ] |
1065 ] |
1066 |
1066 |
1067 [[package]] |
1067 [[package]] |
1068 name = "rustc_version" |
1068 name = "rustc_version" |
1069 version = "0.4.0" |
1069 version = "0.4.0" |
1238 [[package]] |
1238 [[package]] |
1239 name = "unicode-width" |
1239 name = "unicode-width" |
1240 version = "0.1.10" |
1240 version = "0.1.10" |
1241 source = "registry+https://github.com/rust-lang/crates.io-index" |
1241 source = "registry+https://github.com/rust-lang/crates.io-index" |
1242 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
1242 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
1243 |
|
1244 [[package]] |
|
1245 name = "users" |
|
1246 version = "0.11.0" |
|
1247 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1248 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" |
|
1249 dependencies = [ |
|
1250 "libc", |
|
1251 "log", |
|
1252 ] |
|
1253 |
1243 |
1254 [[package]] |
1244 [[package]] |
1255 name = "vcpkg" |
1245 name = "vcpkg" |
1256 version = "0.2.15" |
1246 version = "0.2.15" |
1257 source = "registry+https://github.com/rust-lang/crates.io-index" |
1247 source = "registry+https://github.com/rust-lang/crates.io-index" |
1345 version = "0.2.83" |
1335 version = "0.2.83" |
1346 source = "registry+https://github.com/rust-lang/crates.io-index" |
1336 source = "registry+https://github.com/rust-lang/crates.io-index" |
1347 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" |
1337 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" |
1348 |
1338 |
1349 [[package]] |
1339 [[package]] |
|
1340 name = "web-sys" |
|
1341 version = "0.3.60" |
|
1342 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1343 checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f" |
|
1344 dependencies = [ |
|
1345 "js-sys", |
|
1346 "wasm-bindgen", |
|
1347 ] |
|
1348 |
|
1349 [[package]] |
1350 name = "which" |
1350 name = "which" |
1351 version = "4.3.0" |
1351 version = "4.3.0" |
1352 source = "registry+https://github.com/rust-lang/crates.io-index" |
1352 source = "registry+https://github.com/rust-lang/crates.io-index" |
1353 checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" |
1353 checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" |
1354 dependencies = [ |
1354 dependencies = [ |
1356 "libc", |
1356 "libc", |
1357 "once_cell", |
1357 "once_cell", |
1358 ] |
1358 ] |
1359 |
1359 |
1360 [[package]] |
1360 [[package]] |
|
1361 name = "whoami" |
|
1362 version = "1.4.0" |
|
1363 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1364 checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68" |
|
1365 dependencies = [ |
|
1366 "wasm-bindgen", |
|
1367 "web-sys", |
|
1368 ] |
|
1369 |
|
1370 [[package]] |
1361 name = "winapi" |
1371 name = "winapi" |
1362 version = "0.3.9" |
1372 version = "0.3.9" |
1363 source = "registry+https://github.com/rust-lang/crates.io-index" |
1373 source = "registry+https://github.com/rust-lang/crates.io-index" |
1364 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
1374 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
1365 dependencies = [ |
1375 dependencies = [ |