Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub 6689e744 4f133e5e

+5023 -1081
+6
maintainers/maintainer-list.nix
··· 5331 5331 githubId = 4246921; 5332 5332 name = "Florian Beeres"; 5333 5333 }; 5334 + fd = { 5335 + email = "simon.menke@gmail.com"; 5336 + github = "fd"; 5337 + githubId = 591; 5338 + name = "Simon Menke"; 5339 + }; 5334 5340 fdns = { 5335 5341 email = "fdns02@gmail.com"; 5336 5342 github = "fdns";
+48 -61
pkgs/applications/graphics/oculante/Cargo.lock
··· 393 393 dependencies = [ 394 394 "proc-macro2", 395 395 "quote", 396 - "syn 2.0.23", 396 + "syn 2.0.25", 397 397 ] 398 398 399 399 [[package]] ··· 1009 1009 1010 1010 [[package]] 1011 1011 name = "equivalent" 1012 - version = "1.0.0" 1012 + version = "1.0.1" 1013 1013 source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 1014 + checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1015 1015 1016 1016 [[package]] 1017 1017 name = "errno" ··· 1077 1077 1078 1078 [[package]] 1079 1079 name = "exr" 1080 - version = "1.6.5" 1080 + version = "1.7.0" 1081 1081 source = "registry+https://github.com/rust-lang/crates.io-index" 1082 - checksum = "85a7b44a196573e272e0cf0bcf130281c71e9a0c67062954b3323fd364bfdac9" 1082 + checksum = "d1e481eb11a482815d3e9d618db8c42a93207134662873809335a92327440c18" 1083 1083 dependencies = [ 1084 1084 "bit_field", 1085 1085 "flume", ··· 1266 1266 dependencies = [ 1267 1267 "proc-macro2", 1268 1268 "quote", 1269 - "syn 2.0.23", 1269 + "syn 2.0.25", 1270 1270 ] 1271 1271 1272 1272 [[package]] ··· 1396 1396 dependencies = [ 1397 1397 "proc-macro2", 1398 1398 "quote", 1399 - "syn 2.0.23", 1399 + "syn 2.0.25", 1400 1400 ] 1401 1401 1402 1402 [[package]] ··· 2026 2026 checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 2027 2027 dependencies = [ 2028 2028 "hermit-abi 0.3.2", 2029 - "rustix 0.38.3", 2029 + "rustix 0.38.4", 2030 2030 "windows-sys 0.48.0", 2031 2031 ] 2032 2032 ··· 2577 2577 2578 2578 [[package]] 2579 2579 name = "nalgebra" 2580 - version = "0.32.2" 2580 + version = "0.32.3" 2581 2581 source = "registry+https://github.com/rust-lang/crates.io-index" 2582 - checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511" 2582 + checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa" 2583 2583 dependencies = [ 2584 2584 "approx", 2585 2585 "matrixmultiply", ··· 2593 2593 2594 2594 [[package]] 2595 2595 name = "nalgebra-macros" 2596 - version = "0.2.0" 2596 + version = "0.2.1" 2597 2597 source = "registry+https://github.com/rust-lang/crates.io-index" 2598 - checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766" 2598 + checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998" 2599 2599 dependencies = [ 2600 2600 "proc-macro2", 2601 2601 "quote", ··· 3024 3024 dependencies = [ 3025 3025 "proc-macro2", 3026 3026 "quote", 3027 - "syn 2.0.23", 3027 + "syn 2.0.25", 3028 3028 ] 3029 3029 3030 3030 [[package]] ··· 3192 3192 3193 3193 [[package]] 3194 3194 name = "oculante" 3195 - version = "0.6.68" 3195 + version = "0.6.69" 3196 3196 dependencies = [ 3197 3197 "anyhow", 3198 3198 "arboard", ··· 3230 3230 "serde", 3231 3231 "serde_json", 3232 3232 "strum", 3233 - "strum_macros 0.25.1", 3233 + "strum_macros", 3234 3234 "tiff 0.9.0", 3235 3235 "tiny-skia 0.9.1", 3236 3236 "turbojpeg", ··· 3316 3316 dependencies = [ 3317 3317 "proc-macro2", 3318 3318 "quote", 3319 - "syn 2.0.23", 3319 + "syn 2.0.25", 3320 3320 ] 3321 3321 3322 3322 [[package]] ··· 3437 3437 "phf_shared 0.11.2", 3438 3438 "proc-macro2", 3439 3439 "quote", 3440 - "syn 2.0.23", 3440 + "syn 2.0.25", 3441 3441 ] 3442 3442 3443 3443 [[package]] ··· 3481 3481 dependencies = [ 3482 3482 "proc-macro2", 3483 3483 "quote", 3484 - "syn 2.0.23", 3484 + "syn 2.0.25", 3485 3485 ] 3486 3486 3487 3487 [[package]] ··· 3597 3597 3598 3598 [[package]] 3599 3599 name = "proc-macro2" 3600 - version = "1.0.63" 3600 + version = "1.0.64" 3601 3601 source = "registry+https://github.com/rust-lang/crates.io-index" 3602 - checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" 3602 + checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" 3603 3603 dependencies = [ 3604 3604 "unicode-ident", 3605 3605 ] ··· 3816 3816 3817 3817 [[package]] 3818 3818 name = "regex" 3819 - version = "1.9.0" 3819 + version = "1.9.1" 3820 3820 source = "registry+https://github.com/rust-lang/crates.io-index" 3821 - checksum = "89089e897c013b3deb627116ae56a6955a72b8bed395c9526af31c9fe528b484" 3821 + checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" 3822 3822 dependencies = [ 3823 3823 "aho-corasick", 3824 3824 "memchr", ··· 3828 3828 3829 3829 [[package]] 3830 3830 name = "regex-automata" 3831 - version = "0.3.0" 3831 + version = "0.3.2" 3832 3832 source = "registry+https://github.com/rust-lang/crates.io-index" 3833 - checksum = "fa250384981ea14565685dea16a9ccc4d1c541a13f82b9c168572264d1df8c56" 3833 + checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf" 3834 3834 dependencies = [ 3835 3835 "aho-corasick", 3836 3836 "memchr", ··· 3839 3839 3840 3840 [[package]] 3841 3841 name = "regex-syntax" 3842 - version = "0.7.3" 3842 + version = "0.7.4" 3843 3843 source = "registry+https://github.com/rust-lang/crates.io-index" 3844 - checksum = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846" 3844 + checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 3845 3845 3846 3846 [[package]] 3847 3847 name = "reqwest" ··· 4030 4030 4031 4031 [[package]] 4032 4032 name = "rustix" 4033 - version = "0.38.3" 4033 + version = "0.38.4" 4034 4034 source = "registry+https://github.com/rust-lang/crates.io-index" 4035 - checksum = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4" 4035 + checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" 4036 4036 dependencies = [ 4037 4037 "bitflags 2.3.3", 4038 4038 "errno", ··· 4043 4043 4044 4044 [[package]] 4045 4045 name = "rustls" 4046 - version = "0.21.3" 4046 + version = "0.21.5" 4047 4047 source = "registry+https://github.com/rust-lang/crates.io-index" 4048 - checksum = "b19faa85ecb5197342b54f987b142fb3e30d0c90da40f80ef4fa9a726e6676ed" 4048 + checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36" 4049 4049 dependencies = [ 4050 4050 "log", 4051 4051 "ring", ··· 4196 4196 4197 4197 [[package]] 4198 4198 name = "serde" 4199 - version = "1.0.167" 4199 + version = "1.0.171" 4200 4200 source = "registry+https://github.com/rust-lang/crates.io-index" 4201 - checksum = "7daf513456463b42aa1d94cff7e0c24d682b429f020b9afa4f5ba5c40a22b237" 4201 + checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" 4202 4202 dependencies = [ 4203 4203 "serde_derive", 4204 4204 ] 4205 4205 4206 4206 [[package]] 4207 4207 name = "serde_derive" 4208 - version = "1.0.167" 4208 + version = "1.0.171" 4209 4209 source = "registry+https://github.com/rust-lang/crates.io-index" 4210 - checksum = "b69b106b68bc8054f0e974e70d19984040f8a5cf9215ca82626ea4853f82c4b9" 4210 + checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" 4211 4211 dependencies = [ 4212 4212 "proc-macro2", 4213 4213 "quote", 4214 - "syn 2.0.23", 4214 + "syn 2.0.25", 4215 4215 ] 4216 4216 4217 4217 [[package]] ··· 4436 4436 4437 4437 [[package]] 4438 4438 name = "strum" 4439 - version = "0.24.1" 4440 - source = "registry+https://github.com/rust-lang/crates.io-index" 4441 - checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" 4442 - dependencies = [ 4443 - "strum_macros 0.24.3", 4444 - ] 4445 - 4446 - [[package]] 4447 - name = "strum_macros" 4448 - version = "0.24.3" 4439 + version = "0.25.0" 4449 4440 source = "registry+https://github.com/rust-lang/crates.io-index" 4450 - checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" 4441 + checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 4451 4442 dependencies = [ 4452 - "heck", 4453 - "proc-macro2", 4454 - "quote", 4455 - "rustversion", 4456 - "syn 1.0.109", 4443 + "strum_macros", 4457 4444 ] 4458 4445 4459 4446 [[package]] ··· 4466 4453 "proc-macro2", 4467 4454 "quote", 4468 4455 "rustversion", 4469 - "syn 2.0.23", 4456 + "syn 2.0.25", 4470 4457 ] 4471 4458 4472 4459 [[package]] ··· 4502 4489 4503 4490 [[package]] 4504 4491 name = "syn" 4505 - version = "2.0.23" 4492 + version = "2.0.25" 4506 4493 source = "registry+https://github.com/rust-lang/crates.io-index" 4507 - checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737" 4494 + checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" 4508 4495 dependencies = [ 4509 4496 "proc-macro2", 4510 4497 "quote", ··· 4526 4513 4527 4514 [[package]] 4528 4515 name = "target-lexicon" 4529 - version = "0.12.8" 4516 + version = "0.12.9" 4530 4517 source = "registry+https://github.com/rust-lang/crates.io-index" 4531 - checksum = "1b1c7f239eb94671427157bd93b3694320f3668d4e1eff08c7285366fd777fac" 4518 + checksum = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0" 4532 4519 4533 4520 [[package]] 4534 4521 name = "tempfile" ··· 4576 4563 dependencies = [ 4577 4564 "proc-macro2", 4578 4565 "quote", 4579 - "syn 2.0.23", 4566 + "syn 2.0.25", 4580 4567 ] 4581 4568 4582 4569 [[package]] ··· 5085 5072 "once_cell", 5086 5073 "proc-macro2", 5087 5074 "quote", 5088 - "syn 2.0.23", 5075 + "syn 2.0.25", 5089 5076 "wasm-bindgen-shared", 5090 5077 ] 5091 5078 ··· 5119 5106 dependencies = [ 5120 5107 "proc-macro2", 5121 5108 "quote", 5122 - "syn 2.0.23", 5109 + "syn 2.0.25", 5123 5110 "wasm-bindgen-backend", 5124 5111 "wasm-bindgen-shared", 5125 5112 ] ··· 5546 5533 5547 5534 [[package]] 5548 5535 name = "winnow" 5549 - version = "0.4.8" 5536 + version = "0.4.9" 5550 5537 source = "registry+https://github.com/rust-lang/crates.io-index" 5551 - checksum = "a9482fe6ceabdf32f3966bfdd350ba69256a97c30253dc616fe0005af24f164e" 5538 + checksum = "81a2094c43cc94775293eaa0e499fbc30048a6d824ac82c0351a8c0bf9112529" 5552 5539 dependencies = [ 5553 5540 "memchr", 5554 5541 ]
+2 -2
pkgs/applications/graphics/oculante/default.nix
··· 21 21 22 22 rustPlatform.buildRustPackage rec { 23 23 pname = "oculante"; 24 - version = "0.6.68"; 24 + version = "0.6.69"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "woelper"; 28 28 repo = pname; 29 29 rev = version; 30 - hash = "sha256-afkRId4PuRKnnloFLh2rD+npcCCUqDngKcnWbEf+6vk="; 30 + hash = "sha256-xiZyI4TGXtpMoiX6KartjOO+BgbUht22Kg1FIp39m/o="; 31 31 }; 32 32 33 33 cargoLock = {
+2 -2
pkgs/applications/misc/cartridges/default.nix
··· 12 12 }: 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "cartridges"; 15 - version = "2.0.4"; 15 + version = "2.0.5"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "kra-mo"; 19 19 repo = "cartridges"; 20 20 rev = "v${finalAttrs.version}"; 21 - sha256 = "sha256-DaeAdxgp6/a3H2ppgVxRjYUbHGZcyIeREVPX6FxE7bc="; 21 + sha256 = "sha256-d3KBZNnk5sU60CI9yOYaW8rzbY5tw6BQT8RaiD5P4Co="; 22 22 }; 23 23 24 24 buildInputs = [
+2 -2
pkgs/applications/networking/cluster/yor/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "yor"; 8 - version = "0.1.180"; 8 + version = "0.1.182"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "bridgecrewio"; 12 12 repo = pname; 13 13 rev = version; 14 - hash = "sha256-m6MEVPF+Jug655ictoUI3KjpMX5w3A3aDhFDZXTQfi4="; 14 + hash = "sha256-iTiRKqjynKsp/MF1/VuGWs/pibFAm6gLFrDqEoCrfR4="; 15 15 }; 16 16 17 17 vendorHash = "sha256-ZeTjGmlu8LndD2DKNncPzlpECdvkOjfwaVvV6S3sL9E=";
-52
pkgs/applications/networking/instant-messengers/jami/0001-fix-annotations-in-bin-dbus-cx.ring.Ring.CallManager.patch
··· 1 - From f60e38b394c55e709cba2c0839c1fbba2fd8a1d2 Mon Sep 17 00:00:00 2001 2 - From: Nick Cao <nickcao@nichi.co> 3 - Date: Sun, 16 Apr 2023 21:56:06 +0800 4 - Subject: [PATCH] fix annotations in bin/dbus/cx.ring.Ring.CallManager.xml 5 - 6 - --- 7 - bin/dbus/cx.ring.Ring.CallManager.xml | 8 ++++---- 8 - 1 file changed, 4 insertions(+), 4 deletions(-) 9 - 10 - diff --git a/bin/dbus/cx.ring.Ring.CallManager.xml b/bin/dbus/cx.ring.Ring.CallManager.xml 11 - index 8c5732f30..4228fcad2 100644 12 - --- a/bin/dbus/cx.ring.Ring.CallManager.xml 13 - +++ b/bin/dbus/cx.ring.Ring.CallManager.xml 14 - @@ -87,7 +87,7 @@ 15 - <tp:docstring> 16 - Once enabled using the startSmartInfo method, this signal is emitted every refreshTimeMS 17 - </tp:docstring> 18 - - <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="MapStringString"/> 19 - + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="MapStringString"/> 20 - <arg type="a{ss}" name="info" direction="out" /> 21 - </signal> 22 - 23 - @@ -761,7 +761,7 @@ 24 - The caller phone number. 25 - </tp:docstring> 26 - </arg> 27 - - <annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="VectorMapStringString"/> 28 - + <annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="VectorMapStringString"/> 29 - <arg type="aa{ss}" name="mediaList"> 30 - <tp:docstring> 31 - The list of media offered in the incoming call. 32 - @@ -791,7 +791,7 @@ 33 - Call ID of the incoming call. 34 - </tp:docstring> 35 - </arg> 36 - - <annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="VectorMapStringString"/> 37 - + <annotation name="org.qtproject.QtDBus.QtTypeName.Out2" value="VectorMapStringString"/> 38 - <arg type="aa{ss}" name="mediaList"> 39 - <tp:docstring> 40 - The list of media offered in the incoming call. 41 - @@ -807,7 +807,7 @@ 42 - <arg type="s" name="accountId" /> 43 - <arg type="s" name="callId" /> 44 - <arg type="s" name="from" /> 45 - - <annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="MapStringString"/> 46 - + <annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="MapStringString"/> 47 - <arg type="a{ss}" name="messages" /> 48 - </signal> 49 - 50 - -- 51 - 2.39.2 52 -
+14 -18
pkgs/applications/networking/instant-messengers/jami/default.nix
··· 2 2 , lib 3 3 , pkg-config 4 4 , fetchFromGitLab 5 - , fetchpatch 6 5 , gitUpdater 7 - , ffmpeg_5 6 + , ffmpeg_6 8 7 9 8 # for daemon 10 9 , autoreconfHook ··· 12 11 , alsa-lib 13 12 , asio 14 13 , dbus 15 - , dbus_cplusplus 14 + , sdbus-cpp 16 15 , fmt 17 16 , gmp 18 17 , gnutls ··· 66 65 in 67 66 stdenv.mkDerivation rec { 68 67 pname = "jami"; 69 - version = "20230323.0"; 68 + version = "20230619.1"; 70 69 71 70 src = fetchFromGitLab { 72 71 domain = "git.jami.net"; 73 72 owner = "savoirfairelinux"; 74 73 repo = "jami-client-qt"; 75 74 rev = "stable/${version}"; 76 - hash = "sha256-X8iIT8UtI2Vq0Ne5e2ahSPN4g7QLZGnq3SZV/NY+1pY="; 75 + hash = "sha256-gOl4GtGmEvhM8xtlyFvTwXrUsbocUKULnVy9cnCNAM0="; 77 76 fetchSubmodules = true; 78 77 }; 79 78 ··· 82 81 patch-src = src + "/daemon/contrib/src/pjproject/"; 83 82 in 84 83 rec { 85 - version = "3b78ef1c48732d238ba284cdccb04dc6de79c54f"; 84 + version = "e4b83585a0bdf1523e808a4fc1946ec82ac733d0"; 86 85 87 86 src = fetchFromGitHub { 88 87 owner = "savoirfairelinux"; 89 88 repo = "pjproject"; 90 89 rev = version; 91 - hash = "sha256-hrm5tDM2jknU/gWMeO6/FhqOvay8bajFid39OiEtAAQ="; 90 + hash = "sha256-QeD2o6uz9r5vc3Scs1oRKYZ+aNH+01TSxLBj71ssfj4="; 92 91 }; 93 92 94 93 patches = (map (x: patch-src + x) (readLinesToList ./config/pjsip_patches)); ··· 107 106 inherit src version meta; 108 107 sourceRoot = "source/daemon"; 109 108 110 - patches = [ 111 - ./0001-fix-annotations-in-bin-dbus-cx.ring.Ring.CallManager.patch 112 - (fetchpatch { 113 - url = "https://git.jami.net/savoirfairelinux/jami-daemon/-/commit/315b5fbf546712f22a7b03ca750257bc92263a91.patch"; 114 - hash = "sha256-GNUhFWvYpihAVe1gkVkZARpQmN+Cgv97hRQ4VFiEoKI="; 115 - }) 116 - ]; 117 - 118 109 nativeBuildInputs = [ 119 110 autoreconfHook 120 111 pkg-config ··· 125 116 alsa-lib 126 117 asio 127 118 dbus 128 - dbus_cplusplus 119 + sdbus-cpp 129 120 fmt 130 - ffmpeg_5 121 + ffmpeg_6 131 122 gmp 132 123 gnutls 133 124 http-parser ··· 154 145 enableParallelBuilding = true; 155 146 }; 156 147 148 + postPatch = '' 149 + substituteInPlace src/app/commoncomponents/ModalTextEdit.qml \ 150 + --replace 'required property string placeholderText' 'property string placeholderText: ""' 151 + ''; 152 + 157 153 preConfigure = '' 158 154 echo 'const char VERSION_STRING[] = "${version}";' > src/app/version.h 159 155 ''; ··· 168 164 169 165 buildInputs = [ 170 166 daemon 171 - ffmpeg_5 167 + ffmpeg_6 172 168 libnotify 173 169 networkmanager 174 170 qtbase
+1366
pkgs/applications/version-management/git-interactive-rebase-tool/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "aho-corasick" 7 + version = "1.0.2" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 10 + dependencies = [ 11 + "memchr", 12 + ] 13 + 14 + [[package]] 15 + name = "android-tzdata" 16 + version = "0.1.1" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 19 + 20 + [[package]] 21 + name = "android_system_properties" 22 + version = "0.1.4" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e" 25 + dependencies = [ 26 + "libc", 27 + ] 28 + 29 + [[package]] 30 + name = "anyhow" 31 + version = "1.0.72" 32 + source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" 34 + 35 + [[package]] 36 + name = "arrayvec" 37 + version = "0.7.2" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 40 + 41 + [[package]] 42 + name = "autocfg" 43 + version = "1.1.0" 44 + source = "registry+https://github.com/rust-lang/crates.io-index" 45 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 46 + 47 + [[package]] 48 + name = "bitflags" 49 + version = "1.3.2" 50 + source = "registry+https://github.com/rust-lang/crates.io-index" 51 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 52 + 53 + [[package]] 54 + name = "bumpalo" 55 + version = "3.13.0" 56 + source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 58 + 59 + [[package]] 60 + name = "captur" 61 + version = "0.1.0" 62 + source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "70fab32548d14602e13307a86c41b2dc2fc2ef19c2881bf63598275a7e45b182" 64 + 65 + [[package]] 66 + name = "cc" 67 + version = "1.0.73" 68 + source = "registry+https://github.com/rust-lang/crates.io-index" 69 + checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 70 + dependencies = [ 71 + "jobserver", 72 + ] 73 + 74 + [[package]] 75 + name = "cfg-if" 76 + version = "1.0.0" 77 + source = "registry+https://github.com/rust-lang/crates.io-index" 78 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 79 + 80 + [[package]] 81 + name = "chrono" 82 + version = "0.4.26" 83 + source = "registry+https://github.com/rust-lang/crates.io-index" 84 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 85 + dependencies = [ 86 + "android-tzdata", 87 + "iana-time-zone", 88 + "js-sys", 89 + "num-traits", 90 + "time", 91 + "wasm-bindgen", 92 + "winapi", 93 + ] 94 + 95 + [[package]] 96 + name = "claim" 97 + version = "0.5.0" 98 + source = "git+https://github.com/Turbo87/rust-claim.git?rev=23892a3#23892a345d38e1434303143a73033925284ad04d" 99 + dependencies = [ 100 + "autocfg", 101 + ] 102 + 103 + [[package]] 104 + name = "core-foundation-sys" 105 + version = "0.8.3" 106 + source = "registry+https://github.com/rust-lang/crates.io-index" 107 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 108 + 109 + [[package]] 110 + name = "crossbeam-channel" 111 + version = "0.5.8" 112 + source = "registry+https://github.com/rust-lang/crates.io-index" 113 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 114 + dependencies = [ 115 + "cfg-if", 116 + "crossbeam-utils", 117 + ] 118 + 119 + [[package]] 120 + name = "crossbeam-utils" 121 + version = "0.8.8" 122 + source = "registry+https://github.com/rust-lang/crates.io-index" 123 + checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" 124 + dependencies = [ 125 + "cfg-if", 126 + "lazy_static", 127 + ] 128 + 129 + [[package]] 130 + name = "crossterm" 131 + version = "0.26.1" 132 + source = "registry+https://github.com/rust-lang/crates.io-index" 133 + checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" 134 + dependencies = [ 135 + "bitflags", 136 + "crossterm_winapi", 137 + "libc", 138 + "mio", 139 + "parking_lot", 140 + "signal-hook", 141 + "signal-hook-mio", 142 + "winapi", 143 + ] 144 + 145 + [[package]] 146 + name = "crossterm_winapi" 147 + version = "0.9.0" 148 + source = "registry+https://github.com/rust-lang/crates.io-index" 149 + checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 150 + dependencies = [ 151 + "winapi", 152 + ] 153 + 154 + [[package]] 155 + name = "dashmap" 156 + version = "5.3.3" 157 + source = "registry+https://github.com/rust-lang/crates.io-index" 158 + checksum = "391b56fbd302e585b7a9494fb70e40949567b1cf9003a8e4a6041a1687c26573" 159 + dependencies = [ 160 + "cfg-if", 161 + "hashbrown", 162 + "lock_api", 163 + ] 164 + 165 + [[package]] 166 + name = "diff" 167 + version = "0.1.12" 168 + source = "registry+https://github.com/rust-lang/crates.io-index" 169 + checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" 170 + 171 + [[package]] 172 + name = "errno" 173 + version = "0.3.1" 174 + source = "registry+https://github.com/rust-lang/crates.io-index" 175 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 176 + dependencies = [ 177 + "errno-dragonfly", 178 + "libc", 179 + "windows-sys 0.48.0", 180 + ] 181 + 182 + [[package]] 183 + name = "errno-dragonfly" 184 + version = "0.1.2" 185 + source = "registry+https://github.com/rust-lang/crates.io-index" 186 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 187 + dependencies = [ 188 + "cc", 189 + "libc", 190 + ] 191 + 192 + [[package]] 193 + name = "fastrand" 194 + version = "1.7.0" 195 + source = "registry+https://github.com/rust-lang/crates.io-index" 196 + checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" 197 + dependencies = [ 198 + "instant", 199 + ] 200 + 201 + [[package]] 202 + name = "form_urlencoded" 203 + version = "1.0.1" 204 + source = "registry+https://github.com/rust-lang/crates.io-index" 205 + checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 206 + dependencies = [ 207 + "matches", 208 + "percent-encoding", 209 + ] 210 + 211 + [[package]] 212 + name = "futures" 213 + version = "0.3.21" 214 + source = "registry+https://github.com/rust-lang/crates.io-index" 215 + checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" 216 + dependencies = [ 217 + "futures-channel", 218 + "futures-core", 219 + "futures-executor", 220 + "futures-io", 221 + "futures-sink", 222 + "futures-task", 223 + "futures-util", 224 + ] 225 + 226 + [[package]] 227 + name = "futures-channel" 228 + version = "0.3.21" 229 + source = "registry+https://github.com/rust-lang/crates.io-index" 230 + checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" 231 + dependencies = [ 232 + "futures-core", 233 + "futures-sink", 234 + ] 235 + 236 + [[package]] 237 + name = "futures-core" 238 + version = "0.3.21" 239 + source = "registry+https://github.com/rust-lang/crates.io-index" 240 + checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" 241 + 242 + [[package]] 243 + name = "futures-executor" 244 + version = "0.3.21" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" 247 + dependencies = [ 248 + "futures-core", 249 + "futures-task", 250 + "futures-util", 251 + ] 252 + 253 + [[package]] 254 + name = "futures-io" 255 + version = "0.3.21" 256 + source = "registry+https://github.com/rust-lang/crates.io-index" 257 + checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" 258 + 259 + [[package]] 260 + name = "futures-macro" 261 + version = "0.3.21" 262 + source = "registry+https://github.com/rust-lang/crates.io-index" 263 + checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" 264 + dependencies = [ 265 + "proc-macro2", 266 + "quote", 267 + "syn 1.0.104", 268 + ] 269 + 270 + [[package]] 271 + name = "futures-sink" 272 + version = "0.3.21" 273 + source = "registry+https://github.com/rust-lang/crates.io-index" 274 + checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" 275 + 276 + [[package]] 277 + name = "futures-task" 278 + version = "0.3.21" 279 + source = "registry+https://github.com/rust-lang/crates.io-index" 280 + checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" 281 + 282 + [[package]] 283 + name = "futures-timer" 284 + version = "3.0.2" 285 + source = "registry+https://github.com/rust-lang/crates.io-index" 286 + checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 287 + 288 + [[package]] 289 + name = "futures-util" 290 + version = "0.3.21" 291 + source = "registry+https://github.com/rust-lang/crates.io-index" 292 + checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" 293 + dependencies = [ 294 + "futures-channel", 295 + "futures-core", 296 + "futures-io", 297 + "futures-macro", 298 + "futures-sink", 299 + "futures-task", 300 + "memchr", 301 + "pin-project-lite", 302 + "pin-utils", 303 + "slab", 304 + ] 305 + 306 + [[package]] 307 + name = "getrandom" 308 + version = "0.2.6" 309 + source = "registry+https://github.com/rust-lang/crates.io-index" 310 + checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad" 311 + dependencies = [ 312 + "cfg-if", 313 + "libc", 314 + "wasi 0.10.0+wasi-snapshot-preview1", 315 + ] 316 + 317 + [[package]] 318 + name = "girt-config" 319 + version = "2.3.0" 320 + dependencies = [ 321 + "claim", 322 + "girt-git", 323 + "girt-testutils", 324 + "lazy_static", 325 + "proc-macro2", 326 + "rstest", 327 + "rustc_version", 328 + "serial_test", 329 + "tempfile", 330 + "thiserror", 331 + ] 332 + 333 + [[package]] 334 + name = "girt-core" 335 + version = "2.3.0" 336 + dependencies = [ 337 + "anyhow", 338 + "bitflags", 339 + "captur", 340 + "chrono", 341 + "claim", 342 + "crossbeam-channel", 343 + "girt-config", 344 + "girt-display", 345 + "girt-git", 346 + "girt-input", 347 + "girt-runtime", 348 + "girt-todo-file", 349 + "girt-view", 350 + "if_chain", 351 + "lazy_static", 352 + "num-format", 353 + "parking_lot", 354 + "pico-args", 355 + "pretty_assertions", 356 + "rstest", 357 + "rustc_version", 358 + "serial_test", 359 + "unicode-segmentation", 360 + ] 361 + 362 + [[package]] 363 + name = "girt-display" 364 + version = "2.3.0" 365 + dependencies = [ 366 + "crossterm", 367 + "girt-config", 368 + "rstest", 369 + "rustc_version", 370 + "serial_test", 371 + "thiserror", 372 + ] 373 + 374 + [[package]] 375 + name = "girt-git" 376 + version = "2.3.0" 377 + dependencies = [ 378 + "chrono", 379 + "claim", 380 + "girt-testutils", 381 + "git2", 382 + "lazy_static", 383 + "parking_lot", 384 + "pretty_assertions", 385 + "rstest", 386 + "rustc_version", 387 + "serial_test", 388 + "tempfile", 389 + "thiserror", 390 + ] 391 + 392 + [[package]] 393 + name = "girt-input" 394 + version = "2.3.0" 395 + dependencies = [ 396 + "anyhow", 397 + "bitflags", 398 + "captur", 399 + "crossbeam-channel", 400 + "crossterm", 401 + "girt-config", 402 + "girt-runtime", 403 + "lazy_static", 404 + "parking_lot", 405 + "rstest", 406 + "rustc_version", 407 + "serial_test", 408 + ] 409 + 410 + [[package]] 411 + name = "girt-runtime" 412 + version = "2.3.0" 413 + dependencies = [ 414 + "claim", 415 + "crossbeam-channel", 416 + "girt-testutils", 417 + "parking_lot", 418 + "rustc_version", 419 + "thiserror", 420 + ] 421 + 422 + [[package]] 423 + name = "girt-testutils" 424 + version = "2.3.0" 425 + dependencies = [ 426 + "rustc_version", 427 + ] 428 + 429 + [[package]] 430 + name = "girt-todo-file" 431 + version = "2.3.0" 432 + dependencies = [ 433 + "claim", 434 + "girt-testutils", 435 + "pretty_assertions", 436 + "rstest", 437 + "rustc_version", 438 + "tempfile", 439 + "thiserror", 440 + "version-track", 441 + ] 442 + 443 + [[package]] 444 + name = "girt-view" 445 + version = "2.3.0" 446 + dependencies = [ 447 + "anyhow", 448 + "bitflags", 449 + "captur", 450 + "claim", 451 + "crossbeam-channel", 452 + "girt-config", 453 + "girt-display", 454 + "girt-runtime", 455 + "parking_lot", 456 + "rustc_version", 457 + "unicode-segmentation", 458 + "unicode-width", 459 + "uuid", 460 + "xi-unicode", 461 + ] 462 + 463 + [[package]] 464 + name = "git-interactive-rebase-tool" 465 + version = "2.3.0" 466 + dependencies = [ 467 + "girt-core", 468 + "rustc_version", 469 + ] 470 + 471 + [[package]] 472 + name = "git2" 473 + version = "0.15.0" 474 + source = "registry+https://github.com/rust-lang/crates.io-index" 475 + checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1" 476 + dependencies = [ 477 + "bitflags", 478 + "libc", 479 + "libgit2-sys", 480 + "log", 481 + "url", 482 + ] 483 + 484 + [[package]] 485 + name = "glob" 486 + version = "0.3.1" 487 + source = "registry+https://github.com/rust-lang/crates.io-index" 488 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 489 + 490 + [[package]] 491 + name = "hashbrown" 492 + version = "0.12.3" 493 + source = "registry+https://github.com/rust-lang/crates.io-index" 494 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 495 + 496 + [[package]] 497 + name = "hermit-abi" 498 + version = "0.3.2" 499 + source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 501 + 502 + [[package]] 503 + name = "iana-time-zone" 504 + version = "0.1.45" 505 + source = "registry+https://github.com/rust-lang/crates.io-index" 506 + checksum = "ef5528d9c2817db4e10cc78f8d4c8228906e5854f389ff6b076cee3572a09d35" 507 + dependencies = [ 508 + "android_system_properties", 509 + "core-foundation-sys", 510 + "js-sys", 511 + "wasm-bindgen", 512 + "winapi", 513 + ] 514 + 515 + [[package]] 516 + name = "idna" 517 + version = "0.2.3" 518 + source = "registry+https://github.com/rust-lang/crates.io-index" 519 + checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 520 + dependencies = [ 521 + "matches", 522 + "unicode-bidi", 523 + "unicode-normalization", 524 + ] 525 + 526 + [[package]] 527 + name = "if_chain" 528 + version = "1.0.2" 529 + source = "registry+https://github.com/rust-lang/crates.io-index" 530 + checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 531 + 532 + [[package]] 533 + name = "instant" 534 + version = "0.1.12" 535 + source = "registry+https://github.com/rust-lang/crates.io-index" 536 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 537 + dependencies = [ 538 + "cfg-if", 539 + ] 540 + 541 + [[package]] 542 + name = "io-lifetimes" 543 + version = "1.0.11" 544 + source = "registry+https://github.com/rust-lang/crates.io-index" 545 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 546 + dependencies = [ 547 + "hermit-abi", 548 + "libc", 549 + "windows-sys 0.48.0", 550 + ] 551 + 552 + [[package]] 553 + name = "itoa" 554 + version = "1.0.4" 555 + source = "registry+https://github.com/rust-lang/crates.io-index" 556 + checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" 557 + 558 + [[package]] 559 + name = "jobserver" 560 + version = "0.1.24" 561 + source = "registry+https://github.com/rust-lang/crates.io-index" 562 + checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" 563 + dependencies = [ 564 + "libc", 565 + ] 566 + 567 + [[package]] 568 + name = "js-sys" 569 + version = "0.3.59" 570 + source = "registry+https://github.com/rust-lang/crates.io-index" 571 + checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" 572 + dependencies = [ 573 + "wasm-bindgen", 574 + ] 575 + 576 + [[package]] 577 + name = "lazy_static" 578 + version = "1.4.0" 579 + source = "registry+https://github.com/rust-lang/crates.io-index" 580 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 581 + 582 + [[package]] 583 + name = "libc" 584 + version = "0.2.147" 585 + source = "registry+https://github.com/rust-lang/crates.io-index" 586 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 587 + 588 + [[package]] 589 + name = "libgit2-sys" 590 + version = "0.14.2+1.5.1" 591 + source = "registry+https://github.com/rust-lang/crates.io-index" 592 + checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" 593 + dependencies = [ 594 + "cc", 595 + "libc", 596 + "libz-sys", 597 + "pkg-config", 598 + ] 599 + 600 + [[package]] 601 + name = "libz-sys" 602 + version = "1.1.6" 603 + source = "registry+https://github.com/rust-lang/crates.io-index" 604 + checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e" 605 + dependencies = [ 606 + "cc", 607 + "libc", 608 + "pkg-config", 609 + "vcpkg", 610 + ] 611 + 612 + [[package]] 613 + name = "linux-raw-sys" 614 + version = "0.3.8" 615 + source = "registry+https://github.com/rust-lang/crates.io-index" 616 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 617 + 618 + [[package]] 619 + name = "lock_api" 620 + version = "0.4.7" 621 + source = "registry+https://github.com/rust-lang/crates.io-index" 622 + checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" 623 + dependencies = [ 624 + "autocfg", 625 + "scopeguard", 626 + ] 627 + 628 + [[package]] 629 + name = "log" 630 + version = "0.4.16" 631 + source = "registry+https://github.com/rust-lang/crates.io-index" 632 + checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" 633 + dependencies = [ 634 + "cfg-if", 635 + ] 636 + 637 + [[package]] 638 + name = "matches" 639 + version = "0.1.9" 640 + source = "registry+https://github.com/rust-lang/crates.io-index" 641 + checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 642 + 643 + [[package]] 644 + name = "memchr" 645 + version = "2.5.0" 646 + source = "registry+https://github.com/rust-lang/crates.io-index" 647 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 648 + 649 + [[package]] 650 + name = "mio" 651 + version = "0.8.2" 652 + source = "registry+https://github.com/rust-lang/crates.io-index" 653 + checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9" 654 + dependencies = [ 655 + "libc", 656 + "log", 657 + "miow", 658 + "ntapi", 659 + "wasi 0.11.0+wasi-snapshot-preview1", 660 + "winapi", 661 + ] 662 + 663 + [[package]] 664 + name = "miow" 665 + version = "0.3.7" 666 + source = "registry+https://github.com/rust-lang/crates.io-index" 667 + checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 668 + dependencies = [ 669 + "winapi", 670 + ] 671 + 672 + [[package]] 673 + name = "ntapi" 674 + version = "0.3.7" 675 + source = "registry+https://github.com/rust-lang/crates.io-index" 676 + checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" 677 + dependencies = [ 678 + "winapi", 679 + ] 680 + 681 + [[package]] 682 + name = "num-format" 683 + version = "0.4.4" 684 + source = "registry+https://github.com/rust-lang/crates.io-index" 685 + checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 686 + dependencies = [ 687 + "arrayvec", 688 + "itoa", 689 + ] 690 + 691 + [[package]] 692 + name = "num-traits" 693 + version = "0.2.14" 694 + source = "registry+https://github.com/rust-lang/crates.io-index" 695 + checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 696 + dependencies = [ 697 + "autocfg", 698 + ] 699 + 700 + [[package]] 701 + name = "once_cell" 702 + version = "1.13.1" 703 + source = "registry+https://github.com/rust-lang/crates.io-index" 704 + checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" 705 + 706 + [[package]] 707 + name = "parking_lot" 708 + version = "0.12.1" 709 + source = "registry+https://github.com/rust-lang/crates.io-index" 710 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 711 + dependencies = [ 712 + "lock_api", 713 + "parking_lot_core", 714 + ] 715 + 716 + [[package]] 717 + name = "parking_lot_core" 718 + version = "0.9.2" 719 + source = "registry+https://github.com/rust-lang/crates.io-index" 720 + checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37" 721 + dependencies = [ 722 + "cfg-if", 723 + "libc", 724 + "redox_syscall 0.2.13", 725 + "smallvec", 726 + "windows-sys 0.34.0", 727 + ] 728 + 729 + [[package]] 730 + name = "percent-encoding" 731 + version = "2.1.0" 732 + source = "registry+https://github.com/rust-lang/crates.io-index" 733 + checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 734 + 735 + [[package]] 736 + name = "pico-args" 737 + version = "0.5.0" 738 + source = "registry+https://github.com/rust-lang/crates.io-index" 739 + checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 740 + 741 + [[package]] 742 + name = "pin-project-lite" 743 + version = "0.2.9" 744 + source = "registry+https://github.com/rust-lang/crates.io-index" 745 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 746 + 747 + [[package]] 748 + name = "pin-utils" 749 + version = "0.1.0" 750 + source = "registry+https://github.com/rust-lang/crates.io-index" 751 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 752 + 753 + [[package]] 754 + name = "pkg-config" 755 + version = "0.3.25" 756 + source = "registry+https://github.com/rust-lang/crates.io-index" 757 + checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 758 + 759 + [[package]] 760 + name = "ppv-lite86" 761 + version = "0.2.16" 762 + source = "registry+https://github.com/rust-lang/crates.io-index" 763 + checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 764 + 765 + [[package]] 766 + name = "pretty_assertions" 767 + version = "1.4.0" 768 + source = "registry+https://github.com/rust-lang/crates.io-index" 769 + checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" 770 + dependencies = [ 771 + "diff", 772 + "yansi", 773 + ] 774 + 775 + [[package]] 776 + name = "proc-macro2" 777 + version = "1.0.66" 778 + source = "registry+https://github.com/rust-lang/crates.io-index" 779 + checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 780 + dependencies = [ 781 + "unicode-ident", 782 + ] 783 + 784 + [[package]] 785 + name = "quote" 786 + version = "1.0.29" 787 + source = "registry+https://github.com/rust-lang/crates.io-index" 788 + checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 789 + dependencies = [ 790 + "proc-macro2", 791 + ] 792 + 793 + [[package]] 794 + name = "rand" 795 + version = "0.8.5" 796 + source = "registry+https://github.com/rust-lang/crates.io-index" 797 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 798 + dependencies = [ 799 + "libc", 800 + "rand_chacha", 801 + "rand_core", 802 + ] 803 + 804 + [[package]] 805 + name = "rand_chacha" 806 + version = "0.3.1" 807 + source = "registry+https://github.com/rust-lang/crates.io-index" 808 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 809 + dependencies = [ 810 + "ppv-lite86", 811 + "rand_core", 812 + ] 813 + 814 + [[package]] 815 + name = "rand_core" 816 + version = "0.6.3" 817 + source = "registry+https://github.com/rust-lang/crates.io-index" 818 + checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 819 + dependencies = [ 820 + "getrandom", 821 + ] 822 + 823 + [[package]] 824 + name = "redox_syscall" 825 + version = "0.2.13" 826 + source = "registry+https://github.com/rust-lang/crates.io-index" 827 + checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" 828 + dependencies = [ 829 + "bitflags", 830 + ] 831 + 832 + [[package]] 833 + name = "redox_syscall" 834 + version = "0.3.5" 835 + source = "registry+https://github.com/rust-lang/crates.io-index" 836 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 837 + dependencies = [ 838 + "bitflags", 839 + ] 840 + 841 + [[package]] 842 + name = "regex" 843 + version = "1.9.1" 844 + source = "registry+https://github.com/rust-lang/crates.io-index" 845 + checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" 846 + dependencies = [ 847 + "aho-corasick", 848 + "memchr", 849 + "regex-automata", 850 + "regex-syntax", 851 + ] 852 + 853 + [[package]] 854 + name = "regex-automata" 855 + version = "0.3.3" 856 + source = "registry+https://github.com/rust-lang/crates.io-index" 857 + checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" 858 + dependencies = [ 859 + "aho-corasick", 860 + "memchr", 861 + "regex-syntax", 862 + ] 863 + 864 + [[package]] 865 + name = "regex-syntax" 866 + version = "0.7.4" 867 + source = "registry+https://github.com/rust-lang/crates.io-index" 868 + checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 869 + 870 + [[package]] 871 + name = "relative-path" 872 + version = "1.8.0" 873 + source = "registry+https://github.com/rust-lang/crates.io-index" 874 + checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" 875 + 876 + [[package]] 877 + name = "rstest" 878 + version = "0.18.1" 879 + source = "registry+https://github.com/rust-lang/crates.io-index" 880 + checksum = "2b96577ca10cb3eade7b337eb46520108a67ca2818a24d0b63f41fd62bc9651c" 881 + dependencies = [ 882 + "futures", 883 + "futures-timer", 884 + "rstest_macros", 885 + "rustc_version", 886 + ] 887 + 888 + [[package]] 889 + name = "rstest_macros" 890 + version = "0.18.1" 891 + source = "registry+https://github.com/rust-lang/crates.io-index" 892 + checksum = "225e674cf31712b8bb15fdbca3ec0c1b9d825c5a24407ff2b7e005fb6a29ba03" 893 + dependencies = [ 894 + "cfg-if", 895 + "glob", 896 + "proc-macro2", 897 + "quote", 898 + "regex", 899 + "relative-path", 900 + "rustc_version", 901 + "syn 2.0.26", 902 + "unicode-ident", 903 + ] 904 + 905 + [[package]] 906 + name = "rustc_version" 907 + version = "0.4.0" 908 + source = "registry+https://github.com/rust-lang/crates.io-index" 909 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 910 + dependencies = [ 911 + "semver", 912 + ] 913 + 914 + [[package]] 915 + name = "rustix" 916 + version = "0.37.23" 917 + source = "registry+https://github.com/rust-lang/crates.io-index" 918 + checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 919 + dependencies = [ 920 + "bitflags", 921 + "errno", 922 + "io-lifetimes", 923 + "libc", 924 + "linux-raw-sys", 925 + "windows-sys 0.48.0", 926 + ] 927 + 928 + [[package]] 929 + name = "scopeguard" 930 + version = "1.1.0" 931 + source = "registry+https://github.com/rust-lang/crates.io-index" 932 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 933 + 934 + [[package]] 935 + name = "semver" 936 + version = "1.0.7" 937 + source = "registry+https://github.com/rust-lang/crates.io-index" 938 + checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4" 939 + 940 + [[package]] 941 + name = "serial_test" 942 + version = "2.0.0" 943 + source = "registry+https://github.com/rust-lang/crates.io-index" 944 + checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" 945 + dependencies = [ 946 + "dashmap", 947 + "futures", 948 + "lazy_static", 949 + "log", 950 + "parking_lot", 951 + "serial_test_derive", 952 + ] 953 + 954 + [[package]] 955 + name = "serial_test_derive" 956 + version = "2.0.0" 957 + source = "registry+https://github.com/rust-lang/crates.io-index" 958 + checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" 959 + dependencies = [ 960 + "proc-macro2", 961 + "quote", 962 + "syn 2.0.26", 963 + ] 964 + 965 + [[package]] 966 + name = "signal-hook" 967 + version = "0.3.13" 968 + source = "registry+https://github.com/rust-lang/crates.io-index" 969 + checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d" 970 + dependencies = [ 971 + "libc", 972 + "signal-hook-registry", 973 + ] 974 + 975 + [[package]] 976 + name = "signal-hook-mio" 977 + version = "0.2.3" 978 + source = "registry+https://github.com/rust-lang/crates.io-index" 979 + checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 980 + dependencies = [ 981 + "libc", 982 + "mio", 983 + "signal-hook", 984 + ] 985 + 986 + [[package]] 987 + name = "signal-hook-registry" 988 + version = "1.4.0" 989 + source = "registry+https://github.com/rust-lang/crates.io-index" 990 + checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 991 + dependencies = [ 992 + "libc", 993 + ] 994 + 995 + [[package]] 996 + name = "slab" 997 + version = "0.4.6" 998 + source = "registry+https://github.com/rust-lang/crates.io-index" 999 + checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" 1000 + 1001 + [[package]] 1002 + name = "smallvec" 1003 + version = "1.8.0" 1004 + source = "registry+https://github.com/rust-lang/crates.io-index" 1005 + checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" 1006 + 1007 + [[package]] 1008 + name = "syn" 1009 + version = "1.0.104" 1010 + source = "registry+https://github.com/rust-lang/crates.io-index" 1011 + checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce" 1012 + dependencies = [ 1013 + "proc-macro2", 1014 + "quote", 1015 + "unicode-ident", 1016 + ] 1017 + 1018 + [[package]] 1019 + name = "syn" 1020 + version = "2.0.26" 1021 + source = "registry+https://github.com/rust-lang/crates.io-index" 1022 + checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970" 1023 + dependencies = [ 1024 + "proc-macro2", 1025 + "quote", 1026 + "unicode-ident", 1027 + ] 1028 + 1029 + [[package]] 1030 + name = "tempfile" 1031 + version = "3.6.0" 1032 + source = "registry+https://github.com/rust-lang/crates.io-index" 1033 + checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 1034 + dependencies = [ 1035 + "autocfg", 1036 + "cfg-if", 1037 + "fastrand", 1038 + "redox_syscall 0.3.5", 1039 + "rustix", 1040 + "windows-sys 0.48.0", 1041 + ] 1042 + 1043 + [[package]] 1044 + name = "thiserror" 1045 + version = "1.0.43" 1046 + source = "registry+https://github.com/rust-lang/crates.io-index" 1047 + checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" 1048 + dependencies = [ 1049 + "thiserror-impl", 1050 + ] 1051 + 1052 + [[package]] 1053 + name = "thiserror-impl" 1054 + version = "1.0.43" 1055 + source = "registry+https://github.com/rust-lang/crates.io-index" 1056 + checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" 1057 + dependencies = [ 1058 + "proc-macro2", 1059 + "quote", 1060 + "syn 2.0.26", 1061 + ] 1062 + 1063 + [[package]] 1064 + name = "time" 1065 + version = "0.1.44" 1066 + source = "registry+https://github.com/rust-lang/crates.io-index" 1067 + checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 1068 + dependencies = [ 1069 + "libc", 1070 + "wasi 0.10.0+wasi-snapshot-preview1", 1071 + "winapi", 1072 + ] 1073 + 1074 + [[package]] 1075 + name = "tinyvec" 1076 + version = "1.6.0" 1077 + source = "registry+https://github.com/rust-lang/crates.io-index" 1078 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1079 + dependencies = [ 1080 + "tinyvec_macros", 1081 + ] 1082 + 1083 + [[package]] 1084 + name = "tinyvec_macros" 1085 + version = "0.1.0" 1086 + source = "registry+https://github.com/rust-lang/crates.io-index" 1087 + checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 1088 + 1089 + [[package]] 1090 + name = "unicode-bidi" 1091 + version = "0.3.8" 1092 + source = "registry+https://github.com/rust-lang/crates.io-index" 1093 + checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 1094 + 1095 + [[package]] 1096 + name = "unicode-ident" 1097 + version = "1.0.5" 1098 + source = "registry+https://github.com/rust-lang/crates.io-index" 1099 + checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 1100 + 1101 + [[package]] 1102 + name = "unicode-normalization" 1103 + version = "0.1.19" 1104 + source = "registry+https://github.com/rust-lang/crates.io-index" 1105 + checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" 1106 + dependencies = [ 1107 + "tinyvec", 1108 + ] 1109 + 1110 + [[package]] 1111 + name = "unicode-segmentation" 1112 + version = "1.10.1" 1113 + source = "registry+https://github.com/rust-lang/crates.io-index" 1114 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1115 + 1116 + [[package]] 1117 + name = "unicode-width" 1118 + version = "0.1.10" 1119 + source = "registry+https://github.com/rust-lang/crates.io-index" 1120 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1121 + 1122 + [[package]] 1123 + name = "url" 1124 + version = "2.2.2" 1125 + source = "registry+https://github.com/rust-lang/crates.io-index" 1126 + checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" 1127 + dependencies = [ 1128 + "form_urlencoded", 1129 + "idna", 1130 + "matches", 1131 + "percent-encoding", 1132 + ] 1133 + 1134 + [[package]] 1135 + name = "uuid" 1136 + version = "1.4.1" 1137 + source = "registry+https://github.com/rust-lang/crates.io-index" 1138 + checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" 1139 + dependencies = [ 1140 + "getrandom", 1141 + "rand", 1142 + ] 1143 + 1144 + [[package]] 1145 + name = "vcpkg" 1146 + version = "0.2.15" 1147 + source = "registry+https://github.com/rust-lang/crates.io-index" 1148 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1149 + 1150 + [[package]] 1151 + name = "version-track" 1152 + version = "0.1.0" 1153 + source = "registry+https://github.com/rust-lang/crates.io-index" 1154 + checksum = "6d9affed6b4e63b1f30ed8f0f2c401fa725f5f511eb00e52269f401c4d5ae12f" 1155 + dependencies = [ 1156 + "uuid", 1157 + ] 1158 + 1159 + [[package]] 1160 + name = "wasi" 1161 + version = "0.10.0+wasi-snapshot-preview1" 1162 + source = "registry+https://github.com/rust-lang/crates.io-index" 1163 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1164 + 1165 + [[package]] 1166 + name = "wasi" 1167 + version = "0.11.0+wasi-snapshot-preview1" 1168 + source = "registry+https://github.com/rust-lang/crates.io-index" 1169 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1170 + 1171 + [[package]] 1172 + name = "wasm-bindgen" 1173 + version = "0.2.82" 1174 + source = "registry+https://github.com/rust-lang/crates.io-index" 1175 + checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" 1176 + dependencies = [ 1177 + "cfg-if", 1178 + "wasm-bindgen-macro", 1179 + ] 1180 + 1181 + [[package]] 1182 + name = "wasm-bindgen-backend" 1183 + version = "0.2.82" 1184 + source = "registry+https://github.com/rust-lang/crates.io-index" 1185 + checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" 1186 + dependencies = [ 1187 + "bumpalo", 1188 + "log", 1189 + "once_cell", 1190 + "proc-macro2", 1191 + "quote", 1192 + "syn 1.0.104", 1193 + "wasm-bindgen-shared", 1194 + ] 1195 + 1196 + [[package]] 1197 + name = "wasm-bindgen-macro" 1198 + version = "0.2.82" 1199 + source = "registry+https://github.com/rust-lang/crates.io-index" 1200 + checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" 1201 + dependencies = [ 1202 + "quote", 1203 + "wasm-bindgen-macro-support", 1204 + ] 1205 + 1206 + [[package]] 1207 + name = "wasm-bindgen-macro-support" 1208 + version = "0.2.82" 1209 + source = "registry+https://github.com/rust-lang/crates.io-index" 1210 + checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" 1211 + dependencies = [ 1212 + "proc-macro2", 1213 + "quote", 1214 + "syn 1.0.104", 1215 + "wasm-bindgen-backend", 1216 + "wasm-bindgen-shared", 1217 + ] 1218 + 1219 + [[package]] 1220 + name = "wasm-bindgen-shared" 1221 + version = "0.2.82" 1222 + source = "registry+https://github.com/rust-lang/crates.io-index" 1223 + checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" 1224 + 1225 + [[package]] 1226 + name = "winapi" 1227 + version = "0.3.9" 1228 + source = "registry+https://github.com/rust-lang/crates.io-index" 1229 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1230 + dependencies = [ 1231 + "winapi-i686-pc-windows-gnu", 1232 + "winapi-x86_64-pc-windows-gnu", 1233 + ] 1234 + 1235 + [[package]] 1236 + name = "winapi-i686-pc-windows-gnu" 1237 + version = "0.4.0" 1238 + source = "registry+https://github.com/rust-lang/crates.io-index" 1239 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1240 + 1241 + [[package]] 1242 + name = "winapi-x86_64-pc-windows-gnu" 1243 + version = "0.4.0" 1244 + source = "registry+https://github.com/rust-lang/crates.io-index" 1245 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1246 + 1247 + [[package]] 1248 + name = "windows-sys" 1249 + version = "0.34.0" 1250 + source = "registry+https://github.com/rust-lang/crates.io-index" 1251 + checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825" 1252 + dependencies = [ 1253 + "windows_aarch64_msvc 0.34.0", 1254 + "windows_i686_gnu 0.34.0", 1255 + "windows_i686_msvc 0.34.0", 1256 + "windows_x86_64_gnu 0.34.0", 1257 + "windows_x86_64_msvc 0.34.0", 1258 + ] 1259 + 1260 + [[package]] 1261 + name = "windows-sys" 1262 + version = "0.48.0" 1263 + source = "registry+https://github.com/rust-lang/crates.io-index" 1264 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1265 + dependencies = [ 1266 + "windows-targets", 1267 + ] 1268 + 1269 + [[package]] 1270 + name = "windows-targets" 1271 + version = "0.48.1" 1272 + source = "registry+https://github.com/rust-lang/crates.io-index" 1273 + checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 1274 + dependencies = [ 1275 + "windows_aarch64_gnullvm", 1276 + "windows_aarch64_msvc 0.48.0", 1277 + "windows_i686_gnu 0.48.0", 1278 + "windows_i686_msvc 0.48.0", 1279 + "windows_x86_64_gnu 0.48.0", 1280 + "windows_x86_64_gnullvm", 1281 + "windows_x86_64_msvc 0.48.0", 1282 + ] 1283 + 1284 + [[package]] 1285 + name = "windows_aarch64_gnullvm" 1286 + version = "0.48.0" 1287 + source = "registry+https://github.com/rust-lang/crates.io-index" 1288 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1289 + 1290 + [[package]] 1291 + name = "windows_aarch64_msvc" 1292 + version = "0.34.0" 1293 + source = "registry+https://github.com/rust-lang/crates.io-index" 1294 + checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d" 1295 + 1296 + [[package]] 1297 + name = "windows_aarch64_msvc" 1298 + version = "0.48.0" 1299 + source = "registry+https://github.com/rust-lang/crates.io-index" 1300 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1301 + 1302 + [[package]] 1303 + name = "windows_i686_gnu" 1304 + version = "0.34.0" 1305 + source = "registry+https://github.com/rust-lang/crates.io-index" 1306 + checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed" 1307 + 1308 + [[package]] 1309 + name = "windows_i686_gnu" 1310 + version = "0.48.0" 1311 + source = "registry+https://github.com/rust-lang/crates.io-index" 1312 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1313 + 1314 + [[package]] 1315 + name = "windows_i686_msvc" 1316 + version = "0.34.0" 1317 + source = "registry+https://github.com/rust-lang/crates.io-index" 1318 + checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956" 1319 + 1320 + [[package]] 1321 + name = "windows_i686_msvc" 1322 + version = "0.48.0" 1323 + source = "registry+https://github.com/rust-lang/crates.io-index" 1324 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1325 + 1326 + [[package]] 1327 + name = "windows_x86_64_gnu" 1328 + version = "0.34.0" 1329 + source = "registry+https://github.com/rust-lang/crates.io-index" 1330 + checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4" 1331 + 1332 + [[package]] 1333 + name = "windows_x86_64_gnu" 1334 + version = "0.48.0" 1335 + source = "registry+https://github.com/rust-lang/crates.io-index" 1336 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1337 + 1338 + [[package]] 1339 + name = "windows_x86_64_gnullvm" 1340 + version = "0.48.0" 1341 + source = "registry+https://github.com/rust-lang/crates.io-index" 1342 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1343 + 1344 + [[package]] 1345 + name = "windows_x86_64_msvc" 1346 + version = "0.34.0" 1347 + source = "registry+https://github.com/rust-lang/crates.io-index" 1348 + checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9" 1349 + 1350 + [[package]] 1351 + name = "windows_x86_64_msvc" 1352 + version = "0.48.0" 1353 + source = "registry+https://github.com/rust-lang/crates.io-index" 1354 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1355 + 1356 + [[package]] 1357 + name = "xi-unicode" 1358 + version = "0.3.0" 1359 + source = "registry+https://github.com/rust-lang/crates.io-index" 1360 + checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" 1361 + 1362 + [[package]] 1363 + name = "yansi" 1364 + version = "0.5.1" 1365 + source = "registry+https://github.com/rust-lang/crates.io-index" 1366 + checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
+16 -4
pkgs/applications/version-management/git-interactive-rebase-tool/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "git-interactive-rebase-tool"; 5 - version = "2.2.1"; 5 + version = "2.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "MitMaro"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-KqItunxh24jAkvsAMnByS+dhm+wyUqmdF96qEDs/5mI="; 11 + sha256 = "sha256-tMeA2LsNCXxI086y8S+STYwjClWMPaBheP0s0oZ5I5c="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-510kNtcSsuXADMmSqu2t0HsnPUS/Jedsfvjnh2k+vDs="; 14 + postPatch = '' 15 + # unknown lint: `ffi_unwind_calls` 16 + # note: the `ffi_unwind_calls` lint is unstable 17 + substituteInPlace src/main.rs src/{config,core,display,input,git,runtime,todo_file,view}/src/lib.rs \ 18 + --replace "ffi_unwind_calls," "" 19 + ''; 20 + 21 + cargoLock = { 22 + lockFile = ./Cargo.lock; 23 + outputHashes = { 24 + "claim-0.5.0" = "sha256-quVV5PnWW1cYK+iSOM/Y0gLu2gPOrZ1ytJif0D5v9g0="; 25 + }; 26 + }; 15 27 16 28 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ]; 17 29 ··· 30 42 description = "Native cross platform full feature terminal based sequence editor for git interactive rebase"; 31 43 changelog = "https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/${version}"; 32 44 license = licenses.mit; 33 - maintainers = with maintainers; [ masaeedu SuperSandro2000 zowoq ]; 45 + maintainers = with maintainers; [ SuperSandro2000 zowoq ]; 34 46 mainProgram = "interactive-rebase-tool"; 35 47 }; 36 48 }
+3 -3
pkgs/applications/virtualization/docker/compose.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "docker-compose"; 5 - version = "2.19.1"; 5 + version = "2.20.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "docker"; 9 9 repo = "compose"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-/U1jaApmhrI+wctb01IIL2h4BaYHb2/7VsEEJnjs5Cg="; 11 + sha256 = "sha256-i2/cydp3ZLnmutWW3lpoP2jPQIJ8M6nUTgfhOiz6SPk="; 12 12 }; 13 13 14 14 postPatch = '' ··· 16 16 rm -rf e2e/ 17 17 ''; 18 18 19 - vendorHash = "sha256-impVmzVZVIhUlAOmNFSzZBaSHgOhata1HDQ5yp3cbtk="; 19 + vendorHash = "sha256-Njv2wzVQN4ySdU6NFrOwqS+V5f3/b5AMwgv1/vWnlz0="; 20 20 21 21 ldflags = [ "-X github.com/docker/compose/v2/internal.Version=${version}" "-s" "-w" ]; 22 22
-4
pkgs/build-support/fetchdarcs/default.nix
··· 4 4 { url 5 5 , rev ? null 6 6 , context ? null 7 - , md5 ? "" 8 7 , sha256 ? "" 9 8 , name ? "fetchdarcs" 10 9 }: 11 10 12 - if md5 != "" then 13 - throw "fetchdarcs does not support md5 anymore, please use sha256" 14 - else 15 11 stdenvNoCC.mkDerivation { 16 12 builder = ./builder.sh; 17 13 nativeBuildInputs = [cacert darcs];
+2 -4
pkgs/build-support/fetchgit/default.nix
··· 11 11 in "${if matched == null then base else builtins.head matched}${appendShort}"; 12 12 in 13 13 lib.makeOverridable ( 14 - { url, rev ? "HEAD", md5 ? "", sha256 ? "", hash ? "", leaveDotGit ? deepClone 14 + { url, rev ? "HEAD", sha256 ? "", hash ? "", leaveDotGit ? deepClone 15 15 , fetchSubmodules ? true, deepClone ? false 16 16 , branchName ? null 17 17 , sparseCheckout ? [] ··· 56 56 assert deepClone -> leaveDotGit; 57 57 assert nonConeMode -> (sparseCheckout != []); 58 58 59 - if md5 != "" then 60 - throw "fetchgit does not support md5 anymore, please use sha256" 61 - else if hash != "" && sha256 != "" then 59 + if hash != "" && sha256 != "" then 62 60 throw "Only one of sha256 or hash can be set" 63 61 else if builtins.isString sparseCheckout then 64 62 # Changed to throw on 2023-06-04
+1 -4
pkgs/build-support/fetchhg/default.nix
··· 2 2 { name ? null 3 3 , url 4 4 , rev ? null 5 - , md5 ? null 6 5 , sha256 ? null 7 6 , hash ? null 8 7 , fetchSubrepos ? false 9 8 , preferLocalBuild ? true }: 10 9 11 - if md5 != null then 12 - throw "fetchhg does not support md5 anymore, please use sha256 or hash" 13 - else if hash != null && sha256 != null then 10 + if hash != null && sha256 != null then 14 11 throw "Only one of sha256 or hash can be set" 15 12 else 16 13 # TODO: statically check if mercurial as the https support if the url starts woth https.
+2 -4
pkgs/build-support/fetchsvn/default.nix
··· 2 2 , subversion, glibcLocales, sshSupport ? true, openssh ? null 3 3 }: 4 4 5 - { url, rev ? "HEAD", md5 ? "", sha256 ? "", hash ? "" 5 + { url, rev ? "HEAD", sha256 ? "", hash ? "" 6 6 , ignoreExternals ? false, ignoreKeywords ? false, name ? null 7 7 , preferLocalBuild ? true 8 8 }: ··· 32 32 name_ = if name == null then "${repoName}-r${toString rev}" else name; 33 33 in 34 34 35 - if md5 != "" then 36 - throw "fetchsvn does not support md5 anymore, please use sha256" 37 - else if hash != "" && sha256 != "" then 35 + if hash != "" && sha256 != "" then 38 36 throw "Only one of sha256 or hash can be set" 39 37 else 40 38 stdenvNoCC.mkDerivation {
+1 -4
pkgs/build-support/fetchsvnssh/default.nix
··· 1 1 {stdenvNoCC, subversion, sshSupport ? true, openssh ? null, expect}: 2 - {username, password, url, rev ? "HEAD", md5 ? "", sha256 ? ""}: 2 + {username, password, url, rev ? "HEAD", sha256 ? ""}: 3 3 4 4 5 - if md5 != "" then 6 - throw "fetchsvnssh does not support md5 anymore, please use sha256" 7 - else 8 5 stdenvNoCC.mkDerivation { 9 6 name = "svn-export-ssh"; 10 7 builder = ./builder.sh;
-2
pkgs/build-support/fetchurl/default.nix
··· 67 67 , # Legacy ways of specifying the hash. 68 68 outputHash ? "" 69 69 , outputHashAlgo ? "" 70 - , md5 ? "" 71 70 , sha1 ? "" 72 71 , sha256 ? "" 73 72 , sha512 ? "" ··· 125 124 if hash != "" && sha256 != "" then throw "multiple hashes passed to fetchurl" else 126 125 127 126 if hash != "" then { outputHashAlgo = null; outputHash = hash; } 128 - else if md5 != "" then throw "fetchurl does not support md5 anymore, please use sha256 or sha512" 129 127 else if (outputHash != "" && outputHashAlgo != "") then { inherit outputHashAlgo outputHash; } 130 128 else if sha512 != "" then { outputHashAlgo = "sha512"; outputHash = sha512; } 131 129 else if sha256 != "" then { outputHashAlgo = "sha256"; outputHash = sha256; }
+2 -2
pkgs/data/fonts/cozette/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "cozette"; 5 - version = "1.20.1"; 5 + version = "1.21.0"; 6 6 7 7 src = fetchzip { 8 8 url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${builtins.replaceStrings ["."] ["-"] version}.zip"; 9 - hash = "sha256-5JODQhwKJRRBypAuVFulv9FiaVNchVi/TPb4HYQgvzk="; 9 + hash = "sha256-rKkL5rZw9dUlnNWrHRicvHyDOM8VG3i3crHIJpJUejc="; 10 10 }; 11 11 12 12 installPhase = ''
+2 -2
pkgs/development/interpreters/elixir/1.15.nix
··· 1 1 { mkDerivation }: 2 2 mkDerivation { 3 - version = "1.15.2"; 4 - sha256 = "sha256-JLDjLO78p1i3FqGCbgl22SZFGPxJxKGKskzAJhHV8NE="; 3 + version = "1.15.4"; 4 + sha256 = "sha256-0DrfKQPyFX+zurCIZ6RVj9vm1lHSkJSfhiUaRpa3FFo="; 5 5 # https://hexdocs.pm/elixir/1.15.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp 6 6 minimumOTPVersion = "24"; 7 7 escriptPath = "lib/elixir/scripts/generate_app.escript";
+2 -2
pkgs/development/python-modules/aioesphomeapi/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "aioesphomeapi"; 17 - version = "15.1.6"; 17 + version = "15.1.13"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "esphome"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-9wz8h0FwkjQywNLEL7gpYdlh+CwMrdUYZtfGw5/i2ME="; 26 + hash = "sha256-LNB/0XWQNHhgfEA7OJf0xxEHur5W+bJph/73fDRNrT4="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/aiohomekit/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "aiohomekit"; 21 - version = "2.6.7"; 21 + version = "2.6.9"; 22 22 format = "pyproject"; 23 23 24 24 disabled = pythonOlder "3.9"; ··· 27 27 owner = "Jc2k"; 28 28 repo = pname; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-Yzya4sSIjiTLZTy2MTIfyN/yaS/BWN+rCFukWCJ4ijA="; 30 + hash = "sha256-XhJDc5fkk5kMb6VMGXOAUWxOYMbC1AkFSUMHWPMMvfo="; 31 31 }; 32 32 33 33 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/aiosomecomfort/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "aiosomecomfort"; 11 - version = "0.0.14"; 11 + version = "0.0.15"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "mkmer"; 18 18 repo = "AIOSomecomfort"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-YVZSqTynlAH7y6vH07wsFCLMWnde/cBx4jjfJ4ZV3LA="; 20 + hash = "sha256-G7A5XXAElPFkuRM5bEcKqqn14tjJLn2lkYyqBtm5giM="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/flux-led/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "flux-led"; 12 - version = "0.28.37"; 12 + version = "1.0.0"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "Danielhiversen"; 19 19 repo = "flux_led"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-3SlgYENtyv0JdUwGFpT3lWUDOciAKThYGz/RV8z+tac="; 21 + hash = "sha256-QQz4wWfCMqNzu2QMoF0nfAKcMyvUHKTMsNVGt+7zkpE="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [
+9 -2
pkgs/development/python-modules/iocextract/default.nix
··· 4 4 , pytestCheckHook 5 5 , pythonOlder 6 6 , regex 7 + , requests 7 8 }: 8 9 9 10 buildPythonPackage rec { 10 11 pname = "iocextract"; 11 - version = "1.15.2"; 12 + version = "1.16.0"; 12 13 format = "setuptools"; 13 14 14 15 disabled = pythonOlder "3.7"; ··· 17 18 owner = "InQuest"; 18 19 repo = "python-iocextract"; 19 20 rev = "refs/tags/v${version}"; 20 - hash = "sha256-l0TGi3Y3/Dcwyp80eRWYYlDaDDJdpc31fcxdYEVvQas="; 21 + hash = "sha256-jwMu4G146FpH6aFCiZK9tI/3CKnZYC2RCtO9QXXaquQ="; 21 22 }; 22 23 23 24 propagatedBuildInputs = [ 24 25 regex 26 + requests 25 27 ]; 26 28 27 29 nativeCheckInputs = [ ··· 34 36 35 37 pytestFlagsArray = [ 36 38 "tests.py" 39 + ]; 40 + 41 + disabledTests = [ 42 + # AssertionError: 'http://exampledotcom/test' != 'http://example.com/test' 43 + "test_refang_data" 37 44 ]; 38 45 39 46 meta = with lib; {
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "peaqevcore"; 9 - version = "19.0.0"; 9 + version = "19.0.1"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-0mNxClFeUKVV87mekjpHDrQUb9r6UMN5k7OUNGnraWU="; 16 + hash = "sha256-i7jW9hby6rgM/lWpujn+mRif2KhIu1mmJw3AnrofCVU="; 17 17 }; 18 18 19 19 postPatch = ''
+8 -3
pkgs/development/python-modules/pipdeptree/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pipdeptree"; 17 - version = "2.9.5"; 17 + version = "2.10.2"; 18 18 format = "pyproject"; 19 19 20 - disabled = pythonOlder "3.7"; 20 + disabled = pythonOlder "3.8"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "tox-dev"; 24 24 repo = "pipdeptree"; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-Fy9wDPYY1FRRRcu6ucOccFYU6PjfX6SggXIIGEhSFMM="; 26 + hash = "sha256-W7aCSekm6vZSlEAgwgrwmUBV2/jCiBol7JyNMYUVpPY="; 27 27 }; 28 28 29 29 SETUPTOOLS_SCM_PRETEND_VERSION = version; ··· 52 52 53 53 pythonImportsCheck = [ 54 54 "pipdeptree" 55 + ]; 56 + 57 + disabledTests = [ 58 + # Don't run console tests 59 + "test_console" 55 60 ]; 56 61 57 62 meta = with lib; {
+2 -2
pkgs/development/python-modules/plugwise/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "plugwise"; 23 - version = "0.31.6"; 23 + version = "0.31.7"; 24 24 format = "setuptools"; 25 25 26 26 disabled = pythonOlder "3.7"; ··· 29 29 owner = pname; 30 30 repo = "python-plugwise"; 31 31 rev = "refs/tags/v${version}"; 32 - hash = "sha256-mHZuhB0on9uOpsR8R/cMlJMoTNW7ZIPGGd2S/lbT54A="; 32 + hash = "sha256-gtXRVXwh6yXbIrcoe6OaBs4aTXJF2sdw/V8VBIsB97k="; 33 33 }; 34 34 35 35 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/pontos/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pontos"; 21 - version = "23.7.6"; 21 + version = "23.7.7"; 22 22 format = "pyproject"; 23 23 24 24 disabled = pythonOlder "3.9"; ··· 27 27 owner = "greenbone"; 28 28 repo = pname; 29 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-4fA/zzipv5CBPYkDtefATSmk3Q7b9Qjz4lJOy4y/wDM="; 30 + hash = "sha256-qaeVQQmgEfuQ46us2l74W2yWZnUzePyT8+f5JQR0RdM="; 31 31 }; 32 32 33 33 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/pymazda/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pymazda"; 12 - version = "0.3.9"; 12 + version = "0.3.10"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.8"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-S5mM15DcEBwczsLk6VJDzgMo80NjsCeehz66SALYeV4="; 19 + hash = "sha256-b7YRg5g9ltYJhjMVcq9uZaSqzizJZM4pE4WYW2u9AwY="; 20 20 }; 21 21 22 22 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/pyvesync/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pyvesync"; 10 - version = "2.1.7"; 10 + version = "2.1.8"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-aU9NfAYMTfMlTjiSnv5vhUBUzrOD+UDQvktpLoGr8N8="; 17 + hash = "sha256-RrFCza6y5IdeDokSAGOYs20OMIm4UGCRy/0YO/uYtNo="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/referencing/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "referencing"; 17 - version = "0.29.1"; 17 + version = "0.30.0"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 24 24 repo = "referencing"; 25 25 rev = "refs/tags/v${version}"; 26 26 fetchSubmodules = true; 27 - hash = "sha256-Mdbzv0xNMnU8b9ynqX7kXUkTasx4pCymWXs5RcwRmSc="; 27 + hash = "sha256-nJSnZM3gg2+yfFAnOJzzXsmIEQdNf5ypt5R0O60NphA="; 28 28 }; 29 29 30 30 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+2 -2
pkgs/development/python-modules/sensor-state-data/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "sensor-state-data"; 13 - version = "2.16.1"; 13 + version = "2.17.1"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.9"; ··· 19 19 owner = "Bluetooth-Devices"; 20 20 repo = pname; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-J3QX4utnr64xNMt81kwGX6VJlDz6qe5oz+sjH5JATZQ="; 22 + hash = "sha256-zfgkTBdE8UWwk+G3bLBThVjgU+m2QoPf1fzORyznEgs="; 23 23 }; 24 24 25 25 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/xiaomi-ble/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "xiaomi-ble"; 17 - version = "0.17.2"; 17 + version = "0.18.2"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "Bluetooth-Devices"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-2zS34feelJNVarfe8GEZxBNL45IK+Owl6TlBDOTVvSs="; 26 + hash = "sha256-cYmy7tUO3UcSNCpod4sa5R+9K6qB+w0Xtp3Fjbp6VTw="; 27 27 }; 28 28 29 29 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/yalexs-ble/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "yalexs-ble"; 17 - version = "2.2.0"; 17 + version = "2.2.2"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "bdraco"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-ei/+QfDjuzbKFZ8Nl+KnCJB6xu7xZh0m6LnzHUEg790="; 26 + hash = "sha256-yZHEEn9+/wbiKs6NYyExP3nagvap/zdOmzhWAG7i+vA="; 27 27 }; 28 28 29 29 nativeBuildInputs = [
+6 -4
pkgs/development/tools/go-mockery/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "go-mockery"; 5 - version = "2.20.2"; 5 + version = "2.32.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "vektra"; 9 9 repo = "mockery"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-MIEVAEjXM3QNz3PnjB/g5Ury+N9NJhxtcXF+SLAvqR4="; 11 + sha256 = "sha256-fQzXgCRMIcGQRCnKn/vu3GzNrx4/xrMVmzqjOujyNNE="; 12 12 }; 13 13 14 14 preCheck = '' 15 15 substituteInPlace ./pkg/generator_test.go --replace 0.0.0-dev ${version} 16 + substituteInPlace ./pkg/logging/logging_test.go --replace v0.0 v${lib.versions.majorMinor version} 16 17 ''; 17 18 18 19 ldflags = [ 19 20 "-s" "-w" 20 - "-X" "github.com/vektra/mockery/v2/pkg/config.SemVer=v${version}" 21 + "-X" "github.com/vektra/mockery/v2/pkg/logging.SemVer=v${version}" 21 22 ]; 22 23 23 24 CGO_ENABLED = false; 24 25 25 - vendorHash = "sha256-3lx3wHnPQ/slRXnlVAnI1ZqSykDXNivjwg1WUITGj64="; 26 + proxyVendor = true; 27 + vendorHash = "sha256-c8HsrcS3x16x3x/VQjQ2XWxfMVYHJ6pbQWztqFj0ju4="; 26 28 27 29 passthru.tests = { 28 30 generateMock = runCommand "${pname}-test" {
+141 -178
pkgs/development/tools/language-servers/millet/Cargo.lock
··· 4 4 5 5 [[package]] 6 6 name = "addr2line" 7 - version = "0.19.0" 7 + version = "0.20.0" 8 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 9 + checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" 10 10 dependencies = [ 11 11 "gimli", 12 12 ] ··· 28 28 29 29 [[package]] 30 30 name = "analysis" 31 - version = "0.12.6" 31 + version = "0.12.7" 32 32 dependencies = [ 33 33 "config", 34 34 "diagnostic", ··· 53 53 54 54 [[package]] 55 55 name = "anyhow" 56 - version = "1.0.71" 56 + version = "1.0.72" 57 57 source = "registry+https://github.com/rust-lang/crates.io-index" 58 - checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 58 + checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" 59 59 60 60 [[package]] 61 61 name = "autocfg" ··· 65 65 66 66 [[package]] 67 67 name = "backtrace" 68 - version = "0.3.67" 68 + version = "0.3.68" 69 69 source = "registry+https://github.com/rust-lang/crates.io-index" 70 - checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 70 + checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" 71 71 dependencies = [ 72 72 "addr2line", 73 73 "cc", 74 74 "cfg-if", 75 75 "libc", 76 - "miniz_oxide 0.6.2", 76 + "miniz_oxide", 77 77 "object", 78 78 "rustc-demangle", 79 79 ] ··· 95 95 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 96 96 97 97 [[package]] 98 + name = "bitflags" 99 + version = "2.3.3" 100 + source = "registry+https://github.com/rust-lang/crates.io-index" 101 + checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" 102 + 103 + [[package]] 98 104 name = "cc" 99 105 version = "1.0.79" 100 106 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 108 114 109 115 [[package]] 110 116 name = "chain-map" 111 - version = "0.12.6" 117 + version = "0.12.7" 112 118 dependencies = [ 113 119 "fast-hash", 114 120 "str-util", ··· 117 123 [[package]] 118 124 name = "char-name" 119 125 version = "0.1.0" 120 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 126 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 121 127 122 128 [[package]] 123 129 name = "cm-syntax" 124 - version = "0.12.6" 130 + version = "0.12.7" 125 131 dependencies = [ 126 132 "lex-util", 127 133 "paths", ··· 133 139 [[package]] 134 140 name = "code-h2-md-map" 135 141 version = "0.1.0" 136 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 142 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 137 143 dependencies = [ 138 144 "fast-hash", 139 145 ] ··· 150 156 151 157 [[package]] 152 158 name = "config" 153 - version = "0.12.6" 159 + version = "0.12.7" 154 160 dependencies = [ 155 161 "fast-hash", 156 162 "serde", ··· 178 184 179 185 [[package]] 180 186 name = "cov-mark" 181 - version = "0.12.6" 187 + version = "0.12.7" 182 188 dependencies = [ 183 189 "fast-hash", 184 190 "once_cell", ··· 213 219 ] 214 220 215 221 [[package]] 216 - name = "ctor" 217 - version = "0.1.26" 218 - source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 220 - dependencies = [ 221 - "quote", 222 - "syn 1.0.109", 223 - ] 224 - 225 - [[package]] 226 222 name = "diagnostic" 227 223 version = "0.1.0" 228 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 224 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 229 225 230 226 [[package]] 231 227 name = "diff" ··· 242 238 [[package]] 243 239 name = "elapsed" 244 240 version = "0.1.0" 245 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 241 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 246 242 dependencies = [ 247 243 "log", 248 244 ] ··· 268 264 269 265 [[package]] 270 266 name = "equivalent" 271 - version = "1.0.0" 267 + version = "1.0.1" 272 268 source = "registry+https://github.com/rust-lang/crates.io-index" 273 - checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 269 + checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 274 270 275 271 [[package]] 276 272 name = "errno" ··· 296 292 [[package]] 297 293 name = "event-parse" 298 294 version = "0.1.0" 299 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 295 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 300 296 dependencies = [ 301 297 "drop_bomb", 302 298 "rowan", ··· 306 302 [[package]] 307 303 name = "fast-hash" 308 304 version = "0.1.0" 309 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 305 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 310 306 dependencies = [ 311 307 "rustc-hash", 312 308 ] ··· 318 314 checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 319 315 dependencies = [ 320 316 "crc32fast", 321 - "miniz_oxide 0.7.1", 317 + "miniz_oxide", 322 318 ] 323 319 324 320 [[package]] 325 321 name = "fmt-util" 326 322 version = "0.1.0" 327 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 323 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 328 324 329 325 [[package]] 330 326 name = "form_urlencoded" ··· 370 366 371 367 [[package]] 372 368 name = "hermit-abi" 373 - version = "0.3.1" 369 + version = "0.3.2" 374 370 source = "registry+https://github.com/rust-lang/crates.io-index" 375 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 371 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 376 372 377 373 [[package]] 378 374 name = "humantime" ··· 383 379 [[package]] 384 380 name = "identifier-case" 385 381 version = "0.1.0" 386 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 382 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 387 383 388 384 [[package]] 389 385 name = "idna" ··· 398 394 [[package]] 399 395 name = "idx" 400 396 version = "0.1.0" 401 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 397 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 402 398 dependencies = [ 403 399 "nohash-hasher", 404 400 ] ··· 415 411 416 412 [[package]] 417 413 name = "input" 418 - version = "0.12.6" 414 + version = "0.12.7" 419 415 dependencies = [ 420 416 "cm-syntax", 421 417 "config", ··· 439 435 ] 440 436 441 437 [[package]] 442 - name = "io-lifetimes" 443 - version = "1.0.11" 444 - source = "registry+https://github.com/rust-lang/crates.io-index" 445 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 446 - dependencies = [ 447 - "hermit-abi", 448 - "libc", 449 - "windows-sys 0.48.0", 450 - ] 451 - 452 - [[package]] 453 438 name = "is-terminal" 454 - version = "0.4.7" 439 + version = "0.4.9" 455 440 source = "registry+https://github.com/rust-lang/crates.io-index" 456 - checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 441 + checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 457 442 dependencies = [ 458 443 "hermit-abi", 459 - "io-lifetimes", 460 444 "rustix", 461 445 "windows-sys 0.48.0", 462 446 ] 463 447 464 448 [[package]] 465 449 name = "itoa" 466 - version = "1.0.6" 450 + version = "1.0.9" 467 451 source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 452 + checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 469 453 470 454 [[package]] 471 455 name = "la-arena" ··· 475 459 476 460 [[package]] 477 461 name = "lang-srv" 478 - version = "0.12.6" 462 + version = "0.12.7" 479 463 dependencies = [ 480 464 "analysis", 481 465 "anyhow", ··· 503 487 504 488 [[package]] 505 489 name = "lex-util" 506 - version = "0.12.6" 490 + version = "0.12.7" 507 491 508 492 [[package]] 509 493 name = "libc" 510 - version = "0.2.146" 494 + version = "0.2.147" 511 495 source = "registry+https://github.com/rust-lang/crates.io-index" 512 - checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 496 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 513 497 514 498 [[package]] 515 499 name = "line-index" ··· 523 507 524 508 [[package]] 525 509 name = "linux-raw-sys" 526 - version = "0.3.8" 510 + version = "0.4.3" 527 511 source = "registry+https://github.com/rust-lang/crates.io-index" 528 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 512 + checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" 529 513 530 514 [[package]] 531 515 name = "log" ··· 535 519 536 520 [[package]] 537 521 name = "lsp-server" 538 - version = "0.7.1" 522 + version = "0.7.2" 539 523 source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "3711e4d6f491dc9edc0f1df80e204f38206775ac92c1241e89b79229a850bc00" 524 + checksum = "37ea9ae5a5082ca3b6ae824fc7666cd206b99168a4d4c769ad8fe9cc740df6a6" 541 525 dependencies = [ 542 526 "crossbeam-channel", 543 527 "log", ··· 551 535 source = "registry+https://github.com/rust-lang/crates.io-index" 552 536 checksum = "9be6e9c7e2d18f651974370d7aff703f9513e0df6e464fd795660edc77e6ca51" 553 537 dependencies = [ 554 - "bitflags", 538 + "bitflags 1.3.2", 555 539 "serde", 556 540 "serde_json", 557 541 "serde_repr", ··· 575 559 576 560 [[package]] 577 561 name = "millet-cli" 578 - version = "0.12.6" 562 + version = "0.12.7" 579 563 dependencies = [ 580 564 "analysis", 581 565 "codespan-reporting", ··· 593 577 594 578 [[package]] 595 579 name = "millet-ls" 596 - version = "0.12.6" 580 + version = "0.12.7" 597 581 dependencies = [ 598 582 "anyhow", 599 583 "env_logger", ··· 604 588 605 589 [[package]] 606 590 name = "miniz_oxide" 607 - version = "0.6.2" 608 - source = "registry+https://github.com/rust-lang/crates.io-index" 609 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 610 - dependencies = [ 611 - "adler", 612 - ] 613 - 614 - [[package]] 615 - name = "miniz_oxide" 616 591 version = "0.7.1" 617 592 source = "registry+https://github.com/rust-lang/crates.io-index" 618 593 checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" ··· 622 597 623 598 [[package]] 624 599 name = "mlb-hir" 625 - version = "0.12.6" 600 + version = "0.12.7" 626 601 dependencies = [ 627 602 "fast-hash", 628 603 "paths", ··· 633 608 634 609 [[package]] 635 610 name = "mlb-statics" 636 - version = "0.12.6" 611 + version = "0.12.7" 637 612 dependencies = [ 638 613 "config", 639 614 "diagnostic", ··· 657 632 658 633 [[package]] 659 634 name = "mlb-syntax" 660 - version = "0.12.6" 635 + version = "0.12.7" 661 636 dependencies = [ 662 637 "lex-util", 663 638 "paths", ··· 705 680 706 681 [[package]] 707 682 name = "object" 708 - version = "0.30.4" 683 + version = "0.31.1" 709 684 source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" 685 + checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" 711 686 dependencies = [ 712 687 "memchr", 713 688 ] ··· 717 692 version = "1.18.0" 718 693 source = "registry+https://github.com/rust-lang/crates.io-index" 719 694 checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 720 - 721 - [[package]] 722 - name = "output_vt100" 723 - version = "0.1.3" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 726 - dependencies = [ 727 - "winapi", 728 - ] 729 695 730 696 [[package]] 731 697 name = "panic-hook" 732 - version = "0.12.6" 698 + version = "0.12.7" 733 699 dependencies = [ 734 700 "better-panic", 735 701 ] ··· 737 703 [[package]] 738 704 name = "paths" 739 705 version = "0.1.0" 740 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 706 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 741 707 dependencies = [ 742 708 "fast-hash", 743 709 "glob", ··· 749 715 [[package]] 750 716 name = "pattern-match" 751 717 version = "0.1.0" 752 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 718 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 753 719 dependencies = [ 754 720 "fast-hash", 755 721 ] ··· 768 734 769 735 [[package]] 770 736 name = "pretty_assertions" 771 - version = "1.3.0" 737 + version = "1.4.0" 772 738 source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 739 + checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" 774 740 dependencies = [ 775 - "ctor", 776 741 "diff", 777 - "output_vt100", 778 742 "yansi", 779 743 ] 780 744 781 745 [[package]] 782 746 name = "proc-macro2" 783 - version = "1.0.61" 747 + version = "1.0.66" 784 748 source = "registry+https://github.com/rust-lang/crates.io-index" 785 - checksum = "363a6f739a0c0addeaf6ed75150b95743aa18643a3c6f40409ed7b6db3a6911f" 749 + checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 786 750 dependencies = [ 787 751 "unicode-ident", 788 752 ] ··· 793 757 source = "registry+https://github.com/rust-lang/crates.io-index" 794 758 checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" 795 759 dependencies = [ 796 - "bitflags", 760 + "bitflags 1.3.2", 797 761 "getopts", 798 762 "memchr", 799 763 "unicase", ··· 801 765 802 766 [[package]] 803 767 name = "quote" 804 - version = "1.0.28" 768 + version = "1.0.31" 805 769 source = "registry+https://github.com/rust-lang/crates.io-index" 806 - checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 770 + checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" 807 771 dependencies = [ 808 772 "proc-macro2", 809 773 ] 810 774 811 775 [[package]] 812 776 name = "regex" 813 - version = "1.8.4" 777 + version = "1.9.1" 814 778 source = "registry+https://github.com/rust-lang/crates.io-index" 815 - checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" 779 + checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" 780 + dependencies = [ 781 + "aho-corasick", 782 + "memchr", 783 + "regex-automata", 784 + "regex-syntax", 785 + ] 786 + 787 + [[package]] 788 + name = "regex-automata" 789 + version = "0.3.3" 790 + source = "registry+https://github.com/rust-lang/crates.io-index" 791 + checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" 816 792 dependencies = [ 817 793 "aho-corasick", 818 794 "memchr", ··· 821 797 822 798 [[package]] 823 799 name = "regex-syntax" 824 - version = "0.7.2" 800 + version = "0.7.4" 825 801 source = "registry+https://github.com/rust-lang/crates.io-index" 826 - checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 802 + checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 827 803 828 804 [[package]] 829 805 name = "rowan" ··· 852 828 853 829 [[package]] 854 830 name = "rustix" 855 - version = "0.37.20" 831 + version = "0.38.4" 856 832 source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 833 + checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" 858 834 dependencies = [ 859 - "bitflags", 835 + "bitflags 2.3.3", 860 836 "errno", 861 - "io-lifetimes", 862 837 "libc", 863 838 "linux-raw-sys", 864 839 "windows-sys 0.48.0", ··· 866 841 867 842 [[package]] 868 843 name = "ryu" 869 - version = "1.0.13" 844 + version = "1.0.15" 870 845 source = "registry+https://github.com/rust-lang/crates.io-index" 871 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 846 + checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 872 847 873 848 [[package]] 874 849 name = "serde" 875 - version = "1.0.156" 850 + version = "1.0.171" 876 851 source = "registry+https://github.com/rust-lang/crates.io-index" 877 - checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4" 852 + checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" 878 853 dependencies = [ 879 854 "serde_derive", 880 855 ] 881 856 882 857 [[package]] 883 858 name = "serde_derive" 884 - version = "1.0.156" 859 + version = "1.0.171" 885 860 source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d" 861 + checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" 887 862 dependencies = [ 888 863 "proc-macro2", 889 864 "quote", 890 - "syn 1.0.109", 865 + "syn", 891 866 ] 892 867 893 868 [[package]] 894 869 name = "serde_json" 895 - version = "1.0.99" 870 + version = "1.0.103" 896 871 source = "registry+https://github.com/rust-lang/crates.io-index" 897 - checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" 872 + checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" 898 873 dependencies = [ 899 874 "itoa", 900 875 "ryu", ··· 903 878 904 879 [[package]] 905 880 name = "serde_repr" 906 - version = "0.1.12" 881 + version = "0.1.14" 907 882 source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" 883 + checksum = "1d89a8107374290037607734c0b73a85db7ed80cae314b3c5791f192a496e731" 909 884 dependencies = [ 910 885 "proc-macro2", 911 886 "quote", 912 - "syn 2.0.20", 887 + "syn", 913 888 ] 914 889 915 890 [[package]] ··· 923 898 924 899 [[package]] 925 900 name = "slash-var-path" 926 - version = "0.12.6" 901 + version = "0.12.7" 927 902 dependencies = [ 928 903 "fast-hash", 929 904 "str-util", ··· 931 906 932 907 [[package]] 933 908 name = "sml-comment" 934 - version = "0.12.6" 909 + version = "0.12.7" 935 910 dependencies = [ 936 911 "sml-syntax", 937 912 ] 938 913 939 914 [[package]] 940 915 name = "sml-dynamics" 941 - version = "0.12.6" 916 + version = "0.12.7" 942 917 dependencies = [ 943 918 "fast-hash", 944 919 "fmt-util", ··· 949 924 950 925 [[package]] 951 926 name = "sml-dynamics-tests" 952 - version = "0.12.6" 927 + version = "0.12.7" 953 928 dependencies = [ 954 929 "config", 955 930 "pretty_assertions", ··· 965 940 966 941 [[package]] 967 942 name = "sml-file-syntax" 968 - version = "0.12.6" 943 + version = "0.12.7" 969 944 dependencies = [ 970 945 "config", 971 946 "elapsed", ··· 979 954 980 955 [[package]] 981 956 name = "sml-fixity" 982 - version = "0.12.6" 957 + version = "0.12.7" 983 958 dependencies = [ 984 959 "fast-hash", 985 960 "once_cell", ··· 988 963 989 964 [[package]] 990 965 name = "sml-hir" 991 - version = "0.12.6" 966 + version = "0.12.7" 992 967 dependencies = [ 993 968 "la-arena", 994 969 "sml-lab", ··· 999 974 1000 975 [[package]] 1001 976 name = "sml-hir-lower" 1002 - version = "0.12.6" 977 + version = "0.12.7" 1003 978 dependencies = [ 1004 979 "config", 1005 980 "cov-mark", ··· 1014 989 1015 990 [[package]] 1016 991 name = "sml-lab" 1017 - version = "0.12.6" 992 + version = "0.12.7" 1018 993 dependencies = [ 1019 994 "str-util", 1020 995 ] 1021 996 1022 997 [[package]] 1023 998 name = "sml-lex" 1024 - version = "0.12.6" 999 + version = "0.12.7" 1025 1000 dependencies = [ 1026 1001 "cov-mark", 1027 1002 "diagnostic", ··· 1036 1011 1037 1012 [[package]] 1038 1013 name = "sml-naive-fmt" 1039 - version = "0.12.6" 1014 + version = "0.12.7" 1040 1015 dependencies = [ 1041 1016 "fast-hash", 1042 1017 "sml-comment", ··· 1045 1020 1046 1021 [[package]] 1047 1022 name = "sml-namespace" 1048 - version = "0.12.6" 1023 + version = "0.12.7" 1049 1024 1050 1025 [[package]] 1051 1026 name = "sml-parse" 1052 - version = "0.12.6" 1027 + version = "0.12.7" 1053 1028 dependencies = [ 1054 1029 "diagnostic", 1055 1030 "event-parse", ··· 1061 1036 1062 1037 [[package]] 1063 1038 name = "sml-path" 1064 - version = "0.12.6" 1039 + version = "0.12.7" 1065 1040 dependencies = [ 1066 1041 "str-util", 1067 1042 ] 1068 1043 1069 1044 [[package]] 1070 1045 name = "sml-scon" 1071 - version = "0.12.6" 1046 + version = "0.12.7" 1072 1047 dependencies = [ 1073 1048 "num-bigint", 1074 1049 "num-traits", ··· 1077 1052 1078 1053 [[package]] 1079 1054 name = "sml-statics" 1080 - version = "0.12.6" 1055 + version = "0.12.7" 1081 1056 dependencies = [ 1082 1057 "chain-map", 1083 1058 "config", ··· 1100 1075 1101 1076 [[package]] 1102 1077 name = "sml-statics-types" 1103 - version = "0.12.6" 1078 + version = "0.12.7" 1104 1079 dependencies = [ 1105 1080 "chain-map", 1106 1081 "code-h2-md-map", ··· 1119 1094 1120 1095 [[package]] 1121 1096 name = "sml-symbol-kind" 1122 - version = "0.12.6" 1097 + version = "0.12.7" 1123 1098 dependencies = [ 1124 1099 "sml-namespace", 1125 1100 "sml-statics-types", ··· 1127 1102 1128 1103 [[package]] 1129 1104 name = "sml-syntax" 1130 - version = "0.12.6" 1105 + version = "0.12.7" 1131 1106 dependencies = [ 1132 - "char-name", 1133 1107 "code-h2-md-map", 1134 1108 "fast-hash", 1135 - "identifier-case", 1136 1109 "rowan", 1137 1110 "syntax-gen", 1138 1111 "token", ··· 1140 1113 1141 1114 [[package]] 1142 1115 name = "sml-ty-var-scope" 1143 - version = "0.12.6" 1116 + version = "0.12.7" 1144 1117 dependencies = [ 1145 1118 "fast-hash", 1146 1119 "sml-hir", ··· 1148 1121 1149 1122 [[package]] 1150 1123 name = "smol_str" 1151 - version = "0.1.24" 1124 + version = "0.2.0" 1152 1125 source = "registry+https://github.com/rust-lang/crates.io-index" 1153 - checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9" 1126 + checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" 1154 1127 dependencies = [ 1155 1128 "serde", 1156 1129 ] ··· 1158 1131 [[package]] 1159 1132 name = "str-util" 1160 1133 version = "0.1.0" 1161 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 1134 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 1162 1135 dependencies = [ 1163 1136 "smol_str", 1164 1137 ] 1165 1138 1166 1139 [[package]] 1167 1140 name = "syn" 1168 - version = "1.0.109" 1169 - source = "registry+https://github.com/rust-lang/crates.io-index" 1170 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1171 - dependencies = [ 1172 - "proc-macro2", 1173 - "quote", 1174 - "unicode-ident", 1175 - ] 1176 - 1177 - [[package]] 1178 - name = "syn" 1179 - version = "2.0.20" 1141 + version = "2.0.26" 1180 1142 source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "fcb8d4cebc40aa517dfb69618fa647a346562e67228e2236ae0042ee6ac14775" 1143 + checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970" 1182 1144 dependencies = [ 1183 1145 "proc-macro2", 1184 1146 "quote", ··· 1188 1150 [[package]] 1189 1151 name = "syntax-gen" 1190 1152 version = "0.1.0" 1191 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 1153 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 1192 1154 dependencies = [ 1155 + "char-name", 1193 1156 "fast-hash", 1194 1157 "identifier-case", 1195 1158 "proc-macro2", ··· 1208 1171 1209 1172 [[package]] 1210 1173 name = "tests" 1211 - version = "0.12.6" 1174 + version = "0.12.7" 1212 1175 dependencies = [ 1213 1176 "analysis", 1214 1177 "cm-syntax", ··· 1234 1197 [[package]] 1235 1198 name = "text-pos" 1236 1199 version = "0.1.0" 1237 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 1200 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 1238 1201 dependencies = [ 1239 1202 "line-index", 1240 1203 "text-size-util", ··· 1242 1205 1243 1206 [[package]] 1244 1207 name = "text-size" 1245 - version = "1.1.0" 1208 + version = "1.1.1" 1246 1209 source = "registry+https://github.com/rust-lang/crates.io-index" 1247 - checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a" 1210 + checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" 1248 1211 1249 1212 [[package]] 1250 1213 name = "text-size-util" 1251 1214 version = "0.1.0" 1252 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 1215 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 1253 1216 dependencies = [ 1254 1217 "text-size", 1255 1218 ] ··· 1272 1235 [[package]] 1273 1236 name = "token" 1274 1237 version = "0.1.0" 1275 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 1238 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 1276 1239 1277 1240 [[package]] 1278 1241 name = "toml" 1279 - version = "0.7.5" 1242 + version = "0.7.6" 1280 1243 source = "registry+https://github.com/rust-lang/crates.io-index" 1281 - checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240" 1244 + checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 1282 1245 dependencies = [ 1283 1246 "serde", 1284 1247 "serde_spanned", ··· 1297 1260 1298 1261 [[package]] 1299 1262 name = "toml_edit" 1300 - version = "0.19.11" 1263 + version = "0.19.14" 1301 1264 source = "registry+https://github.com/rust-lang/crates.io-index" 1302 - checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7" 1265 + checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" 1303 1266 dependencies = [ 1304 1267 "indexmap", 1305 1268 "serde", ··· 1311 1274 [[package]] 1312 1275 name = "topo-sort" 1313 1276 version = "0.1.0" 1314 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 1277 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 1315 1278 1316 1279 [[package]] 1317 1280 name = "ungrammar" ··· 1336 1299 1337 1300 [[package]] 1338 1301 name = "unicode-ident" 1339 - version = "1.0.9" 1302 + version = "1.0.11" 1340 1303 source = "registry+https://github.com/rust-lang/crates.io-index" 1341 - checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 1304 + checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 1342 1305 1343 1306 [[package]] 1344 1307 name = "unicode-normalization" ··· 1358 1321 [[package]] 1359 1322 name = "uniq" 1360 1323 version = "0.1.0" 1361 - source = "git+https://github.com/azdavis/language-util.git#13b015c6a11357b2b9a7e8615477b5ec64ddc656" 1324 + source = "git+https://github.com/azdavis/language-util.git#f2c149459f0544fb6a8e17b58328b245410fc23f" 1362 1325 1363 1326 [[package]] 1364 1327 name = "url" ··· 1424 1387 source = "registry+https://github.com/rust-lang/crates.io-index" 1425 1388 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1426 1389 dependencies = [ 1427 - "windows-targets 0.48.0", 1390 + "windows-targets 0.48.1", 1428 1391 ] 1429 1392 1430 1393 [[package]] ··· 1444 1407 1445 1408 [[package]] 1446 1409 name = "windows-targets" 1447 - version = "0.48.0" 1410 + version = "0.48.1" 1448 1411 source = "registry+https://github.com/rust-lang/crates.io-index" 1449 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1412 + checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 1450 1413 dependencies = [ 1451 1414 "windows_aarch64_gnullvm 0.48.0", 1452 1415 "windows_aarch64_msvc 0.48.0", ··· 1543 1506 1544 1507 [[package]] 1545 1508 name = "winnow" 1546 - version = "0.4.7" 1509 + version = "0.5.0" 1547 1510 source = "registry+https://github.com/rust-lang/crates.io-index" 1548 - checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" 1511 + checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" 1549 1512 dependencies = [ 1550 1513 "memchr", 1551 1514 ] 1552 1515 1553 1516 [[package]] 1554 1517 name = "xtask" 1555 - version = "0.12.6" 1518 + version = "0.12.7" 1556 1519 dependencies = [ 1557 1520 "anyhow", 1558 1521 "flate2",
+4 -4
pkgs/development/tools/language-servers/millet/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "millet"; 5 - version = "0.12.6"; 5 + version = "0.12.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "azdavis"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-HYnBzAR994LSjsyUkwfkxHXi+f+KOFy/5z+RpwKbEdQ="; 11 + hash = "sha256-W1Iq9vd7rkqx+0d+BIUnSxLQZG7X6K4JkGKc7zJSEIQ="; 12 12 }; 13 13 14 14 cargoLock = { 15 15 lockFile = ./Cargo.lock; 16 16 outputHashes = { 17 - "char-name-0.1.0" = "sha256-hElcqzsfU6c6HzOqnUpbz+jbNGk6qBS+uk4fo1PC86Y="; 17 + "char-name-0.1.0" = "sha256-mAzrBqaESZhLNozdgrGaRbOzwT+5j9nw9rRot9Xg1Ts="; 18 18 "sml-libs-0.1.0" = "sha256-q3n4UfDcpDaN8v9UewAz2G26NeDDsZFuczS7N6nkl5Q="; 19 19 }; 20 20 }; ··· 30 30 meta = with lib; { 31 31 description = "A language server for Standard ML"; 32 32 homepage = "https://github.com/azdavis/millet"; 33 - changelog = "https://github.com/azdavis/millet/raw/v${version}/docs/CHANGELOG.md"; 33 + changelog = "https://github.com/azdavis/millet/blob/v${version}/docs/CHANGELOG.md"; 34 34 license = [ licenses.mit /* or */ licenses.asl20 ]; 35 35 maintainers = with maintainers; [ marsam ]; 36 36 mainProgram = "millet-ls";
+2 -2
pkgs/development/tools/misc/runme/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "runme"; 13 - version = "1.5.0"; 13 + version = "1.5.2"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "stateful"; 17 17 repo = "runme"; 18 18 rev = "v${version}"; 19 - hash = "sha256-tUeNgG54+gx0DT+0TvwCcLv5auV442pO+ulyuDLshsg="; 19 + hash = "sha256-upcwNxCtGFsLQsl4quXiEYX8R9DWrm9tWTwvCw5C4QI="; 20 20 }; 21 21 22 22 vendorHash = "sha256-BJhda5mE5f4kvi8CLjgMJYjdUS3vsUSwmHhTW/AVKCI=";
+3 -3
pkgs/development/tools/rust/cargo-expand/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "cargo-expand"; 8 - version = "1.0.61"; 8 + version = "1.0.62"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "dtolnay"; 12 12 repo = pname; 13 13 rev = version; 14 - sha256 = "sha256-dkjrdqDpwqpGKPqDmiHpBhIn2HohINSOQ3LaczBOyhk="; 14 + sha256 = "sha256-ebqb1RY8qYvmo8gScI5XAsEV/so/ugsBGHWbswwIK34="; 15 15 }; 16 16 17 - cargoHash = "sha256-WU22YxQV9H6tVKtDVGY3dBi7yM06YDrnYjA5lH90svI="; 17 + cargoHash = "sha256-uckhtJT3K9DyTUa06Zcp/t+w0lHyvstI7l30OYXHi8Y="; 18 18 19 19 meta = with lib; { 20 20 description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";
+3294
pkgs/development/tools/rust/cargo-leptos/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "adler" 7 + version = "1.0.2" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 + 11 + [[package]] 12 + name = "ahash" 13 + version = "0.7.6" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 16 + dependencies = [ 17 + "getrandom", 18 + "once_cell", 19 + "version_check", 20 + ] 21 + 22 + [[package]] 23 + name = "ahash" 24 + version = "0.8.3" 25 + source = "registry+https://github.com/rust-lang/crates.io-index" 26 + checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 27 + dependencies = [ 28 + "cfg-if 1.0.0", 29 + "getrandom", 30 + "once_cell", 31 + "serde", 32 + "version_check", 33 + ] 34 + 35 + [[package]] 36 + name = "aho-corasick" 37 + version = "1.0.2" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 40 + dependencies = [ 41 + "memchr", 42 + ] 43 + 44 + [[package]] 45 + name = "android-tzdata" 46 + version = "0.1.1" 47 + source = "registry+https://github.com/rust-lang/crates.io-index" 48 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 49 + 50 + [[package]] 51 + name = "android_system_properties" 52 + version = "0.1.5" 53 + source = "registry+https://github.com/rust-lang/crates.io-index" 54 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 55 + dependencies = [ 56 + "libc", 57 + ] 58 + 59 + [[package]] 60 + name = "ansi_term" 61 + version = "0.12.1" 62 + source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 64 + dependencies = [ 65 + "winapi 0.3.9", 66 + ] 67 + 68 + [[package]] 69 + name = "anstream" 70 + version = "0.3.2" 71 + source = "registry+https://github.com/rust-lang/crates.io-index" 72 + checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 73 + dependencies = [ 74 + "anstyle", 75 + "anstyle-parse", 76 + "anstyle-query", 77 + "anstyle-wincon", 78 + "colorchoice", 79 + "is-terminal", 80 + "utf8parse", 81 + ] 82 + 83 + [[package]] 84 + name = "anstyle" 85 + version = "1.0.0" 86 + source = "registry+https://github.com/rust-lang/crates.io-index" 87 + checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 88 + 89 + [[package]] 90 + name = "anstyle-parse" 91 + version = "0.2.0" 92 + source = "registry+https://github.com/rust-lang/crates.io-index" 93 + checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 94 + dependencies = [ 95 + "utf8parse", 96 + ] 97 + 98 + [[package]] 99 + name = "anstyle-query" 100 + version = "1.0.0" 101 + source = "registry+https://github.com/rust-lang/crates.io-index" 102 + checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 103 + dependencies = [ 104 + "windows-sys 0.48.0", 105 + ] 106 + 107 + [[package]] 108 + name = "anstyle-wincon" 109 + version = "1.0.1" 110 + source = "registry+https://github.com/rust-lang/crates.io-index" 111 + checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 112 + dependencies = [ 113 + "anstyle", 114 + "windows-sys 0.48.0", 115 + ] 116 + 117 + [[package]] 118 + name = "anyhow" 119 + version = "1.0.71" 120 + source = "registry+https://github.com/rust-lang/crates.io-index" 121 + checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 122 + 123 + [[package]] 124 + name = "async-trait" 125 + version = "0.1.68" 126 + source = "registry+https://github.com/rust-lang/crates.io-index" 127 + checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 128 + dependencies = [ 129 + "proc-macro2", 130 + "quote", 131 + "syn 2.0.18", 132 + ] 133 + 134 + [[package]] 135 + name = "autocfg" 136 + version = "1.1.0" 137 + source = "registry+https://github.com/rust-lang/crates.io-index" 138 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 139 + 140 + [[package]] 141 + name = "axum" 142 + version = "0.6.18" 143 + source = "registry+https://github.com/rust-lang/crates.io-index" 144 + checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" 145 + dependencies = [ 146 + "async-trait", 147 + "axum-core", 148 + "base64 0.21.2", 149 + "bitflags 1.3.2", 150 + "bytes", 151 + "futures-util", 152 + "http", 153 + "http-body", 154 + "hyper", 155 + "itoa", 156 + "matchit", 157 + "memchr", 158 + "mime", 159 + "percent-encoding", 160 + "pin-project-lite", 161 + "rustversion", 162 + "serde", 163 + "serde_json", 164 + "serde_path_to_error", 165 + "serde_urlencoded", 166 + "sha1", 167 + "sync_wrapper", 168 + "tokio", 169 + "tokio-tungstenite", 170 + "tower", 171 + "tower-layer", 172 + "tower-service", 173 + ] 174 + 175 + [[package]] 176 + name = "axum-core" 177 + version = "0.3.4" 178 + source = "registry+https://github.com/rust-lang/crates.io-index" 179 + checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 180 + dependencies = [ 181 + "async-trait", 182 + "bytes", 183 + "futures-util", 184 + "http", 185 + "http-body", 186 + "mime", 187 + "rustversion", 188 + "tower-layer", 189 + "tower-service", 190 + ] 191 + 192 + [[package]] 193 + name = "base64" 194 + version = "0.9.3" 195 + source = "registry+https://github.com/rust-lang/crates.io-index" 196 + checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" 197 + dependencies = [ 198 + "byteorder", 199 + "safemem", 200 + ] 201 + 202 + [[package]] 203 + name = "base64" 204 + version = "0.13.1" 205 + source = "registry+https://github.com/rust-lang/crates.io-index" 206 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 207 + 208 + [[package]] 209 + name = "base64" 210 + version = "0.21.2" 211 + source = "registry+https://github.com/rust-lang/crates.io-index" 212 + checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 213 + 214 + [[package]] 215 + name = "base64-simd" 216 + version = "0.7.0" 217 + source = "registry+https://github.com/rust-lang/crates.io-index" 218 + checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5" 219 + dependencies = [ 220 + "simd-abstraction", 221 + ] 222 + 223 + [[package]] 224 + name = "bitflags" 225 + version = "1.3.2" 226 + source = "registry+https://github.com/rust-lang/crates.io-index" 227 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 228 + 229 + [[package]] 230 + name = "bitflags" 231 + version = "2.3.2" 232 + source = "registry+https://github.com/rust-lang/crates.io-index" 233 + checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded" 234 + 235 + [[package]] 236 + name = "bitvec" 237 + version = "1.0.1" 238 + source = "registry+https://github.com/rust-lang/crates.io-index" 239 + checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 240 + dependencies = [ 241 + "funty", 242 + "radium", 243 + "tap", 244 + "wyz", 245 + ] 246 + 247 + [[package]] 248 + name = "block-buffer" 249 + version = "0.10.4" 250 + source = "registry+https://github.com/rust-lang/crates.io-index" 251 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 252 + dependencies = [ 253 + "generic-array", 254 + ] 255 + 256 + [[package]] 257 + name = "browserslist-rs" 258 + version = "0.12.4" 259 + source = "registry+https://github.com/rust-lang/crates.io-index" 260 + checksum = "d9bda9b4595376bf255f68dafb5dcc5b0e2842b38dc2a7b52c4e0bfe9fd1c651" 261 + dependencies = [ 262 + "ahash 0.8.3", 263 + "anyhow", 264 + "chrono", 265 + "either", 266 + "getrandom", 267 + "itertools", 268 + "js-sys", 269 + "nom", 270 + "once_cell", 271 + "quote", 272 + "serde", 273 + "serde-wasm-bindgen", 274 + "serde_json", 275 + "string_cache", 276 + "string_cache_codegen", 277 + "thiserror", 278 + "wasm-bindgen", 279 + ] 280 + 281 + [[package]] 282 + name = "bumpalo" 283 + version = "3.13.0" 284 + source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 286 + 287 + [[package]] 288 + name = "bytecheck" 289 + version = "0.6.11" 290 + source = "registry+https://github.com/rust-lang/crates.io-index" 291 + checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627" 292 + dependencies = [ 293 + "bytecheck_derive", 294 + "ptr_meta", 295 + "simdutf8", 296 + ] 297 + 298 + [[package]] 299 + name = "bytecheck_derive" 300 + version = "0.6.11" 301 + source = "registry+https://github.com/rust-lang/crates.io-index" 302 + checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" 303 + dependencies = [ 304 + "proc-macro2", 305 + "quote", 306 + "syn 1.0.109", 307 + ] 308 + 309 + [[package]] 310 + name = "byteorder" 311 + version = "1.4.3" 312 + source = "registry+https://github.com/rust-lang/crates.io-index" 313 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 314 + 315 + [[package]] 316 + name = "bytes" 317 + version = "1.4.0" 318 + source = "registry+https://github.com/rust-lang/crates.io-index" 319 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 320 + 321 + [[package]] 322 + name = "camino" 323 + version = "1.1.4" 324 + source = "registry+https://github.com/rust-lang/crates.io-index" 325 + checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" 326 + dependencies = [ 327 + "serde", 328 + ] 329 + 330 + [[package]] 331 + name = "cargo-leptos" 332 + version = "0.1.11" 333 + dependencies = [ 334 + "ansi_term", 335 + "anyhow", 336 + "axum", 337 + "bytes", 338 + "camino", 339 + "cargo_metadata", 340 + "clap", 341 + "derive_more", 342 + "dirs", 343 + "dotenvy", 344 + "dunce", 345 + "envy", 346 + "flate2", 347 + "flexi_logger", 348 + "insta", 349 + "itertools", 350 + "lazy_static", 351 + "leptos_hot_reload", 352 + "lightningcss", 353 + "log", 354 + "notify", 355 + "once_cell", 356 + "regex", 357 + "reqwest", 358 + "seahash", 359 + "serde", 360 + "serde_json", 361 + "tar", 362 + "temp-dir", 363 + "tokio", 364 + "toml", 365 + "wasm-bindgen-cli-support", 366 + "which", 367 + "zip", 368 + ] 369 + 370 + [[package]] 371 + name = "cargo-platform" 372 + version = "0.1.2" 373 + source = "registry+https://github.com/rust-lang/crates.io-index" 374 + checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 375 + dependencies = [ 376 + "serde", 377 + ] 378 + 379 + [[package]] 380 + name = "cargo_metadata" 381 + version = "0.15.4" 382 + source = "registry+https://github.com/rust-lang/crates.io-index" 383 + checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" 384 + dependencies = [ 385 + "camino", 386 + "cargo-platform", 387 + "derive_builder", 388 + "semver", 389 + "serde", 390 + "serde_json", 391 + "thiserror", 392 + ] 393 + 394 + [[package]] 395 + name = "cc" 396 + version = "1.0.79" 397 + source = "registry+https://github.com/rust-lang/crates.io-index" 398 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 399 + 400 + [[package]] 401 + name = "cfg-if" 402 + version = "0.1.10" 403 + source = "registry+https://github.com/rust-lang/crates.io-index" 404 + checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 405 + 406 + [[package]] 407 + name = "cfg-if" 408 + version = "1.0.0" 409 + source = "registry+https://github.com/rust-lang/crates.io-index" 410 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 411 + 412 + [[package]] 413 + name = "chrono" 414 + version = "0.4.26" 415 + source = "registry+https://github.com/rust-lang/crates.io-index" 416 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 417 + dependencies = [ 418 + "android-tzdata", 419 + "iana-time-zone", 420 + "js-sys", 421 + "num-traits", 422 + "time", 423 + "wasm-bindgen", 424 + "winapi 0.3.9", 425 + ] 426 + 427 + [[package]] 428 + name = "clap" 429 + version = "4.3.4" 430 + source = "registry+https://github.com/rust-lang/crates.io-index" 431 + checksum = "80672091db20273a15cf9fdd4e47ed43b5091ec9841bf4c6145c9dfbbcae09ed" 432 + dependencies = [ 433 + "clap_builder", 434 + "clap_derive", 435 + "once_cell", 436 + ] 437 + 438 + [[package]] 439 + name = "clap_builder" 440 + version = "4.3.4" 441 + source = "registry+https://github.com/rust-lang/crates.io-index" 442 + checksum = "c1458a1df40e1e2afebb7ab60ce55c1fa8f431146205aa5f4887e0b111c27636" 443 + dependencies = [ 444 + "anstream", 445 + "anstyle", 446 + "bitflags 1.3.2", 447 + "clap_lex", 448 + "strsim", 449 + ] 450 + 451 + [[package]] 452 + name = "clap_derive" 453 + version = "4.3.2" 454 + source = "registry+https://github.com/rust-lang/crates.io-index" 455 + checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" 456 + dependencies = [ 457 + "heck 0.4.1", 458 + "proc-macro2", 459 + "quote", 460 + "syn 2.0.18", 461 + ] 462 + 463 + [[package]] 464 + name = "clap_lex" 465 + version = "0.5.0" 466 + source = "registry+https://github.com/rust-lang/crates.io-index" 467 + checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 468 + 469 + [[package]] 470 + name = "colorchoice" 471 + version = "1.0.0" 472 + source = "registry+https://github.com/rust-lang/crates.io-index" 473 + checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 474 + 475 + [[package]] 476 + name = "console" 477 + version = "0.15.7" 478 + source = "registry+https://github.com/rust-lang/crates.io-index" 479 + checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" 480 + dependencies = [ 481 + "encode_unicode", 482 + "lazy_static", 483 + "libc", 484 + "windows-sys 0.45.0", 485 + ] 486 + 487 + [[package]] 488 + name = "const-str" 489 + version = "0.3.2" 490 + source = "registry+https://github.com/rust-lang/crates.io-index" 491 + checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3" 492 + dependencies = [ 493 + "const-str-proc-macro", 494 + ] 495 + 496 + [[package]] 497 + name = "const-str-proc-macro" 498 + version = "0.3.2" 499 + source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a" 501 + dependencies = [ 502 + "proc-macro2", 503 + "quote", 504 + "syn 1.0.109", 505 + ] 506 + 507 + [[package]] 508 + name = "convert_case" 509 + version = "0.4.0" 510 + source = "registry+https://github.com/rust-lang/crates.io-index" 511 + checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 512 + 513 + [[package]] 514 + name = "core-foundation" 515 + version = "0.9.3" 516 + source = "registry+https://github.com/rust-lang/crates.io-index" 517 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 518 + dependencies = [ 519 + "core-foundation-sys", 520 + "libc", 521 + ] 522 + 523 + [[package]] 524 + name = "core-foundation-sys" 525 + version = "0.8.4" 526 + source = "registry+https://github.com/rust-lang/crates.io-index" 527 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 528 + 529 + [[package]] 530 + name = "cpufeatures" 531 + version = "0.2.7" 532 + source = "registry+https://github.com/rust-lang/crates.io-index" 533 + checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 534 + dependencies = [ 535 + "libc", 536 + ] 537 + 538 + [[package]] 539 + name = "crc32fast" 540 + version = "1.3.2" 541 + source = "registry+https://github.com/rust-lang/crates.io-index" 542 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 543 + dependencies = [ 544 + "cfg-if 1.0.0", 545 + ] 546 + 547 + [[package]] 548 + name = "crossbeam-channel" 549 + version = "0.5.8" 550 + source = "registry+https://github.com/rust-lang/crates.io-index" 551 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 552 + dependencies = [ 553 + "cfg-if 1.0.0", 554 + "crossbeam-utils", 555 + ] 556 + 557 + [[package]] 558 + name = "crossbeam-deque" 559 + version = "0.8.3" 560 + source = "registry+https://github.com/rust-lang/crates.io-index" 561 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 562 + dependencies = [ 563 + "cfg-if 1.0.0", 564 + "crossbeam-epoch", 565 + "crossbeam-utils", 566 + ] 567 + 568 + [[package]] 569 + name = "crossbeam-epoch" 570 + version = "0.9.15" 571 + source = "registry+https://github.com/rust-lang/crates.io-index" 572 + checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 573 + dependencies = [ 574 + "autocfg", 575 + "cfg-if 1.0.0", 576 + "crossbeam-utils", 577 + "memoffset", 578 + "scopeguard", 579 + ] 580 + 581 + [[package]] 582 + name = "crossbeam-utils" 583 + version = "0.8.16" 584 + source = "registry+https://github.com/rust-lang/crates.io-index" 585 + checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 586 + dependencies = [ 587 + "cfg-if 1.0.0", 588 + ] 589 + 590 + [[package]] 591 + name = "crypto-common" 592 + version = "0.1.6" 593 + source = "registry+https://github.com/rust-lang/crates.io-index" 594 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 595 + dependencies = [ 596 + "generic-array", 597 + "typenum", 598 + ] 599 + 600 + [[package]] 601 + name = "cssparser" 602 + version = "0.29.6" 603 + source = "registry+https://github.com/rust-lang/crates.io-index" 604 + checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" 605 + dependencies = [ 606 + "cssparser-macros", 607 + "dtoa-short", 608 + "itoa", 609 + "matches", 610 + "phf", 611 + "proc-macro2", 612 + "quote", 613 + "smallvec", 614 + "syn 1.0.109", 615 + ] 616 + 617 + [[package]] 618 + name = "cssparser-macros" 619 + version = "0.6.1" 620 + source = "registry+https://github.com/rust-lang/crates.io-index" 621 + checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 622 + dependencies = [ 623 + "quote", 624 + "syn 2.0.18", 625 + ] 626 + 627 + [[package]] 628 + name = "darling" 629 + version = "0.14.4" 630 + source = "registry+https://github.com/rust-lang/crates.io-index" 631 + checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 632 + dependencies = [ 633 + "darling_core", 634 + "darling_macro", 635 + ] 636 + 637 + [[package]] 638 + name = "darling_core" 639 + version = "0.14.4" 640 + source = "registry+https://github.com/rust-lang/crates.io-index" 641 + checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 642 + dependencies = [ 643 + "fnv", 644 + "ident_case", 645 + "proc-macro2", 646 + "quote", 647 + "strsim", 648 + "syn 1.0.109", 649 + ] 650 + 651 + [[package]] 652 + name = "darling_macro" 653 + version = "0.14.4" 654 + source = "registry+https://github.com/rust-lang/crates.io-index" 655 + checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 656 + dependencies = [ 657 + "darling_core", 658 + "quote", 659 + "syn 1.0.109", 660 + ] 661 + 662 + [[package]] 663 + name = "dashmap" 664 + version = "5.4.0" 665 + source = "registry+https://github.com/rust-lang/crates.io-index" 666 + checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 667 + dependencies = [ 668 + "cfg-if 1.0.0", 669 + "hashbrown", 670 + "lock_api", 671 + "once_cell", 672 + "parking_lot_core", 673 + ] 674 + 675 + [[package]] 676 + name = "data-encoding" 677 + version = "2.4.0" 678 + source = "registry+https://github.com/rust-lang/crates.io-index" 679 + checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" 680 + 681 + [[package]] 682 + name = "data-url" 683 + version = "0.1.1" 684 + source = "registry+https://github.com/rust-lang/crates.io-index" 685 + checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193" 686 + dependencies = [ 687 + "matches", 688 + ] 689 + 690 + [[package]] 691 + name = "derive_builder" 692 + version = "0.11.2" 693 + source = "registry+https://github.com/rust-lang/crates.io-index" 694 + checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" 695 + dependencies = [ 696 + "derive_builder_macro", 697 + ] 698 + 699 + [[package]] 700 + name = "derive_builder_core" 701 + version = "0.11.2" 702 + source = "registry+https://github.com/rust-lang/crates.io-index" 703 + checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" 704 + dependencies = [ 705 + "darling", 706 + "proc-macro2", 707 + "quote", 708 + "syn 1.0.109", 709 + ] 710 + 711 + [[package]] 712 + name = "derive_builder_macro" 713 + version = "0.11.2" 714 + source = "registry+https://github.com/rust-lang/crates.io-index" 715 + checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" 716 + dependencies = [ 717 + "derive_builder_core", 718 + "syn 1.0.109", 719 + ] 720 + 721 + [[package]] 722 + name = "derive_more" 723 + version = "0.99.17" 724 + source = "registry+https://github.com/rust-lang/crates.io-index" 725 + checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 726 + dependencies = [ 727 + "convert_case", 728 + "proc-macro2", 729 + "quote", 730 + "rustc_version", 731 + "syn 1.0.109", 732 + ] 733 + 734 + [[package]] 735 + name = "digest" 736 + version = "0.10.7" 737 + source = "registry+https://github.com/rust-lang/crates.io-index" 738 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 739 + dependencies = [ 740 + "block-buffer", 741 + "crypto-common", 742 + ] 743 + 744 + [[package]] 745 + name = "dirs" 746 + version = "4.0.0" 747 + source = "registry+https://github.com/rust-lang/crates.io-index" 748 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 749 + dependencies = [ 750 + "dirs-sys", 751 + ] 752 + 753 + [[package]] 754 + name = "dirs-sys" 755 + version = "0.3.7" 756 + source = "registry+https://github.com/rust-lang/crates.io-index" 757 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 758 + dependencies = [ 759 + "libc", 760 + "redox_users", 761 + "winapi 0.3.9", 762 + ] 763 + 764 + [[package]] 765 + name = "dotenvy" 766 + version = "0.15.7" 767 + source = "registry+https://github.com/rust-lang/crates.io-index" 768 + checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 769 + 770 + [[package]] 771 + name = "dtoa" 772 + version = "1.0.6" 773 + source = "registry+https://github.com/rust-lang/crates.io-index" 774 + checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169" 775 + 776 + [[package]] 777 + name = "dtoa-short" 778 + version = "0.3.4" 779 + source = "registry+https://github.com/rust-lang/crates.io-index" 780 + checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" 781 + dependencies = [ 782 + "dtoa", 783 + ] 784 + 785 + [[package]] 786 + name = "dunce" 787 + version = "1.0.4" 788 + source = "registry+https://github.com/rust-lang/crates.io-index" 789 + checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 790 + 791 + [[package]] 792 + name = "either" 793 + version = "1.8.1" 794 + source = "registry+https://github.com/rust-lang/crates.io-index" 795 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 796 + 797 + [[package]] 798 + name = "encode_unicode" 799 + version = "0.3.6" 800 + source = "registry+https://github.com/rust-lang/crates.io-index" 801 + checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 802 + 803 + [[package]] 804 + name = "encoding_rs" 805 + version = "0.8.32" 806 + source = "registry+https://github.com/rust-lang/crates.io-index" 807 + checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 808 + dependencies = [ 809 + "cfg-if 1.0.0", 810 + ] 811 + 812 + [[package]] 813 + name = "envy" 814 + version = "0.4.2" 815 + source = "registry+https://github.com/rust-lang/crates.io-index" 816 + checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965" 817 + dependencies = [ 818 + "serde", 819 + ] 820 + 821 + [[package]] 822 + name = "errno" 823 + version = "0.3.1" 824 + source = "registry+https://github.com/rust-lang/crates.io-index" 825 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 826 + dependencies = [ 827 + "errno-dragonfly", 828 + "libc", 829 + "windows-sys 0.48.0", 830 + ] 831 + 832 + [[package]] 833 + name = "errno-dragonfly" 834 + version = "0.1.2" 835 + source = "registry+https://github.com/rust-lang/crates.io-index" 836 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 837 + dependencies = [ 838 + "cc", 839 + "libc", 840 + ] 841 + 842 + [[package]] 843 + name = "fastrand" 844 + version = "1.9.0" 845 + source = "registry+https://github.com/rust-lang/crates.io-index" 846 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 847 + dependencies = [ 848 + "instant", 849 + ] 850 + 851 + [[package]] 852 + name = "filetime" 853 + version = "0.2.21" 854 + source = "registry+https://github.com/rust-lang/crates.io-index" 855 + checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 856 + dependencies = [ 857 + "cfg-if 1.0.0", 858 + "libc", 859 + "redox_syscall 0.2.16", 860 + "windows-sys 0.48.0", 861 + ] 862 + 863 + [[package]] 864 + name = "flate2" 865 + version = "1.0.26" 866 + source = "registry+https://github.com/rust-lang/crates.io-index" 867 + checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 868 + dependencies = [ 869 + "crc32fast", 870 + "miniz_oxide", 871 + ] 872 + 873 + [[package]] 874 + name = "flexi_logger" 875 + version = "0.25.5" 876 + source = "registry+https://github.com/rust-lang/crates.io-index" 877 + checksum = "37e7b68b1f7ce9c62856598e99cd6742b9cedb6186b47aa989a82640f20bfa9b" 878 + dependencies = [ 879 + "chrono", 880 + "glob", 881 + "is-terminal", 882 + "lazy_static", 883 + "log", 884 + "nu-ansi-term", 885 + "regex", 886 + "thiserror", 887 + ] 888 + 889 + [[package]] 890 + name = "fnv" 891 + version = "1.0.7" 892 + source = "registry+https://github.com/rust-lang/crates.io-index" 893 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 894 + 895 + [[package]] 896 + name = "foreign-types" 897 + version = "0.3.2" 898 + source = "registry+https://github.com/rust-lang/crates.io-index" 899 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 900 + dependencies = [ 901 + "foreign-types-shared", 902 + ] 903 + 904 + [[package]] 905 + name = "foreign-types-shared" 906 + version = "0.1.1" 907 + source = "registry+https://github.com/rust-lang/crates.io-index" 908 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 909 + 910 + [[package]] 911 + name = "form_urlencoded" 912 + version = "1.2.0" 913 + source = "registry+https://github.com/rust-lang/crates.io-index" 914 + checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 915 + dependencies = [ 916 + "percent-encoding", 917 + ] 918 + 919 + [[package]] 920 + name = "fsevent" 921 + version = "0.4.0" 922 + source = "registry+https://github.com/rust-lang/crates.io-index" 923 + checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 924 + dependencies = [ 925 + "bitflags 1.3.2", 926 + "fsevent-sys", 927 + ] 928 + 929 + [[package]] 930 + name = "fsevent-sys" 931 + version = "2.0.1" 932 + source = "registry+https://github.com/rust-lang/crates.io-index" 933 + checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 934 + dependencies = [ 935 + "libc", 936 + ] 937 + 938 + [[package]] 939 + name = "fuchsia-zircon" 940 + version = "0.3.3" 941 + source = "registry+https://github.com/rust-lang/crates.io-index" 942 + checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 943 + dependencies = [ 944 + "bitflags 1.3.2", 945 + "fuchsia-zircon-sys", 946 + ] 947 + 948 + [[package]] 949 + name = "fuchsia-zircon-sys" 950 + version = "0.3.3" 951 + source = "registry+https://github.com/rust-lang/crates.io-index" 952 + checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 953 + 954 + [[package]] 955 + name = "funty" 956 + version = "2.0.0" 957 + source = "registry+https://github.com/rust-lang/crates.io-index" 958 + checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 959 + 960 + [[package]] 961 + name = "futures-channel" 962 + version = "0.3.28" 963 + source = "registry+https://github.com/rust-lang/crates.io-index" 964 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 965 + dependencies = [ 966 + "futures-core", 967 + ] 968 + 969 + [[package]] 970 + name = "futures-core" 971 + version = "0.3.28" 972 + source = "registry+https://github.com/rust-lang/crates.io-index" 973 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 974 + 975 + [[package]] 976 + name = "futures-io" 977 + version = "0.3.28" 978 + source = "registry+https://github.com/rust-lang/crates.io-index" 979 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 980 + 981 + [[package]] 982 + name = "futures-sink" 983 + version = "0.3.28" 984 + source = "registry+https://github.com/rust-lang/crates.io-index" 985 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 986 + 987 + [[package]] 988 + name = "futures-task" 989 + version = "0.3.28" 990 + source = "registry+https://github.com/rust-lang/crates.io-index" 991 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 992 + 993 + [[package]] 994 + name = "futures-util" 995 + version = "0.3.28" 996 + source = "registry+https://github.com/rust-lang/crates.io-index" 997 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 998 + dependencies = [ 999 + "futures-core", 1000 + "futures-io", 1001 + "futures-sink", 1002 + "futures-task", 1003 + "memchr", 1004 + "pin-project-lite", 1005 + "pin-utils", 1006 + "slab", 1007 + ] 1008 + 1009 + [[package]] 1010 + name = "fxhash" 1011 + version = "0.2.1" 1012 + source = "registry+https://github.com/rust-lang/crates.io-index" 1013 + checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1014 + dependencies = [ 1015 + "byteorder", 1016 + ] 1017 + 1018 + [[package]] 1019 + name = "generic-array" 1020 + version = "0.14.7" 1021 + source = "registry+https://github.com/rust-lang/crates.io-index" 1022 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1023 + dependencies = [ 1024 + "typenum", 1025 + "version_check", 1026 + ] 1027 + 1028 + [[package]] 1029 + name = "getrandom" 1030 + version = "0.2.10" 1031 + source = "registry+https://github.com/rust-lang/crates.io-index" 1032 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 1033 + dependencies = [ 1034 + "cfg-if 1.0.0", 1035 + "js-sys", 1036 + "libc", 1037 + "wasi 0.11.0+wasi-snapshot-preview1", 1038 + "wasm-bindgen", 1039 + ] 1040 + 1041 + [[package]] 1042 + name = "glob" 1043 + version = "0.3.1" 1044 + source = "registry+https://github.com/rust-lang/crates.io-index" 1045 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1046 + 1047 + [[package]] 1048 + name = "h2" 1049 + version = "0.3.19" 1050 + source = "registry+https://github.com/rust-lang/crates.io-index" 1051 + checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 1052 + dependencies = [ 1053 + "bytes", 1054 + "fnv", 1055 + "futures-core", 1056 + "futures-sink", 1057 + "futures-util", 1058 + "http", 1059 + "indexmap", 1060 + "slab", 1061 + "tokio", 1062 + "tokio-util", 1063 + "tracing", 1064 + ] 1065 + 1066 + [[package]] 1067 + name = "hashbrown" 1068 + version = "0.12.3" 1069 + source = "registry+https://github.com/rust-lang/crates.io-index" 1070 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1071 + dependencies = [ 1072 + "ahash 0.7.6", 1073 + ] 1074 + 1075 + [[package]] 1076 + name = "heck" 1077 + version = "0.3.3" 1078 + source = "registry+https://github.com/rust-lang/crates.io-index" 1079 + checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1080 + dependencies = [ 1081 + "unicode-segmentation", 1082 + ] 1083 + 1084 + [[package]] 1085 + name = "heck" 1086 + version = "0.4.1" 1087 + source = "registry+https://github.com/rust-lang/crates.io-index" 1088 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1089 + 1090 + [[package]] 1091 + name = "hermit-abi" 1092 + version = "0.2.6" 1093 + source = "registry+https://github.com/rust-lang/crates.io-index" 1094 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1095 + dependencies = [ 1096 + "libc", 1097 + ] 1098 + 1099 + [[package]] 1100 + name = "hermit-abi" 1101 + version = "0.3.1" 1102 + source = "registry+https://github.com/rust-lang/crates.io-index" 1103 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1104 + 1105 + [[package]] 1106 + name = "http" 1107 + version = "0.2.9" 1108 + source = "registry+https://github.com/rust-lang/crates.io-index" 1109 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1110 + dependencies = [ 1111 + "bytes", 1112 + "fnv", 1113 + "itoa", 1114 + ] 1115 + 1116 + [[package]] 1117 + name = "http-body" 1118 + version = "0.4.5" 1119 + source = "registry+https://github.com/rust-lang/crates.io-index" 1120 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1121 + dependencies = [ 1122 + "bytes", 1123 + "http", 1124 + "pin-project-lite", 1125 + ] 1126 + 1127 + [[package]] 1128 + name = "httparse" 1129 + version = "1.8.0" 1130 + source = "registry+https://github.com/rust-lang/crates.io-index" 1131 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1132 + 1133 + [[package]] 1134 + name = "httpdate" 1135 + version = "1.0.2" 1136 + source = "registry+https://github.com/rust-lang/crates.io-index" 1137 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1138 + 1139 + [[package]] 1140 + name = "hyper" 1141 + version = "0.14.26" 1142 + source = "registry+https://github.com/rust-lang/crates.io-index" 1143 + checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" 1144 + dependencies = [ 1145 + "bytes", 1146 + "futures-channel", 1147 + "futures-core", 1148 + "futures-util", 1149 + "h2", 1150 + "http", 1151 + "http-body", 1152 + "httparse", 1153 + "httpdate", 1154 + "itoa", 1155 + "pin-project-lite", 1156 + "socket2", 1157 + "tokio", 1158 + "tower-service", 1159 + "tracing", 1160 + "want", 1161 + ] 1162 + 1163 + [[package]] 1164 + name = "hyper-tls" 1165 + version = "0.5.0" 1166 + source = "registry+https://github.com/rust-lang/crates.io-index" 1167 + checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1168 + dependencies = [ 1169 + "bytes", 1170 + "hyper", 1171 + "native-tls", 1172 + "tokio", 1173 + "tokio-native-tls", 1174 + ] 1175 + 1176 + [[package]] 1177 + name = "iana-time-zone" 1178 + version = "0.1.57" 1179 + source = "registry+https://github.com/rust-lang/crates.io-index" 1180 + checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 1181 + dependencies = [ 1182 + "android_system_properties", 1183 + "core-foundation-sys", 1184 + "iana-time-zone-haiku", 1185 + "js-sys", 1186 + "wasm-bindgen", 1187 + "windows", 1188 + ] 1189 + 1190 + [[package]] 1191 + name = "iana-time-zone-haiku" 1192 + version = "0.1.2" 1193 + source = "registry+https://github.com/rust-lang/crates.io-index" 1194 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1195 + dependencies = [ 1196 + "cc", 1197 + ] 1198 + 1199 + [[package]] 1200 + name = "id-arena" 1201 + version = "2.2.1" 1202 + source = "registry+https://github.com/rust-lang/crates.io-index" 1203 + checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 1204 + 1205 + [[package]] 1206 + name = "ident_case" 1207 + version = "1.0.1" 1208 + source = "registry+https://github.com/rust-lang/crates.io-index" 1209 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1210 + 1211 + [[package]] 1212 + name = "idna" 1213 + version = "0.4.0" 1214 + source = "registry+https://github.com/rust-lang/crates.io-index" 1215 + checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1216 + dependencies = [ 1217 + "unicode-bidi", 1218 + "unicode-normalization", 1219 + ] 1220 + 1221 + [[package]] 1222 + name = "indexmap" 1223 + version = "1.9.3" 1224 + source = "registry+https://github.com/rust-lang/crates.io-index" 1225 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1226 + dependencies = [ 1227 + "autocfg", 1228 + "hashbrown", 1229 + ] 1230 + 1231 + [[package]] 1232 + name = "inotify" 1233 + version = "0.7.1" 1234 + source = "registry+https://github.com/rust-lang/crates.io-index" 1235 + checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 1236 + dependencies = [ 1237 + "bitflags 1.3.2", 1238 + "inotify-sys", 1239 + "libc", 1240 + ] 1241 + 1242 + [[package]] 1243 + name = "inotify-sys" 1244 + version = "0.1.5" 1245 + source = "registry+https://github.com/rust-lang/crates.io-index" 1246 + checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 1247 + dependencies = [ 1248 + "libc", 1249 + ] 1250 + 1251 + [[package]] 1252 + name = "insta" 1253 + version = "1.29.0" 1254 + source = "registry+https://github.com/rust-lang/crates.io-index" 1255 + checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" 1256 + dependencies = [ 1257 + "console", 1258 + "lazy_static", 1259 + "linked-hash-map", 1260 + "serde", 1261 + "similar", 1262 + "yaml-rust", 1263 + ] 1264 + 1265 + [[package]] 1266 + name = "instant" 1267 + version = "0.1.12" 1268 + source = "registry+https://github.com/rust-lang/crates.io-index" 1269 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1270 + dependencies = [ 1271 + "cfg-if 1.0.0", 1272 + ] 1273 + 1274 + [[package]] 1275 + name = "io-lifetimes" 1276 + version = "1.0.11" 1277 + source = "registry+https://github.com/rust-lang/crates.io-index" 1278 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1279 + dependencies = [ 1280 + "hermit-abi 0.3.1", 1281 + "libc", 1282 + "windows-sys 0.48.0", 1283 + ] 1284 + 1285 + [[package]] 1286 + name = "iovec" 1287 + version = "0.1.4" 1288 + source = "registry+https://github.com/rust-lang/crates.io-index" 1289 + checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 1290 + dependencies = [ 1291 + "libc", 1292 + ] 1293 + 1294 + [[package]] 1295 + name = "ipnet" 1296 + version = "2.7.2" 1297 + source = "registry+https://github.com/rust-lang/crates.io-index" 1298 + checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 1299 + 1300 + [[package]] 1301 + name = "is-terminal" 1302 + version = "0.4.7" 1303 + source = "registry+https://github.com/rust-lang/crates.io-index" 1304 + checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 1305 + dependencies = [ 1306 + "hermit-abi 0.3.1", 1307 + "io-lifetimes", 1308 + "rustix", 1309 + "windows-sys 0.48.0", 1310 + ] 1311 + 1312 + [[package]] 1313 + name = "itertools" 1314 + version = "0.10.5" 1315 + source = "registry+https://github.com/rust-lang/crates.io-index" 1316 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1317 + dependencies = [ 1318 + "either", 1319 + ] 1320 + 1321 + [[package]] 1322 + name = "itoa" 1323 + version = "1.0.6" 1324 + source = "registry+https://github.com/rust-lang/crates.io-index" 1325 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1326 + 1327 + [[package]] 1328 + name = "js-sys" 1329 + version = "0.3.64" 1330 + source = "registry+https://github.com/rust-lang/crates.io-index" 1331 + checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 1332 + dependencies = [ 1333 + "wasm-bindgen", 1334 + ] 1335 + 1336 + [[package]] 1337 + name = "kernel32-sys" 1338 + version = "0.2.2" 1339 + source = "registry+https://github.com/rust-lang/crates.io-index" 1340 + checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 1341 + dependencies = [ 1342 + "winapi 0.2.8", 1343 + "winapi-build", 1344 + ] 1345 + 1346 + [[package]] 1347 + name = "lazy_static" 1348 + version = "1.4.0" 1349 + source = "registry+https://github.com/rust-lang/crates.io-index" 1350 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1351 + 1352 + [[package]] 1353 + name = "lazycell" 1354 + version = "1.3.0" 1355 + source = "registry+https://github.com/rust-lang/crates.io-index" 1356 + checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1357 + 1358 + [[package]] 1359 + name = "leb128" 1360 + version = "0.2.5" 1361 + source = "registry+https://github.com/rust-lang/crates.io-index" 1362 + checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 1363 + 1364 + [[package]] 1365 + name = "leptos_hot_reload" 1366 + version = "0.3.0" 1367 + source = "git+https://github.com/leptos-rs/leptos#55bb63edea430e6c4756c9d9cd73d9ecfd50e1c7" 1368 + dependencies = [ 1369 + "anyhow", 1370 + "camino", 1371 + "indexmap", 1372 + "parking_lot", 1373 + "proc-macro2", 1374 + "quote", 1375 + "rstml", 1376 + "serde", 1377 + "syn 2.0.18", 1378 + "walkdir", 1379 + ] 1380 + 1381 + [[package]] 1382 + name = "libc" 1383 + version = "0.2.146" 1384 + source = "registry+https://github.com/rust-lang/crates.io-index" 1385 + checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 1386 + 1387 + [[package]] 1388 + name = "lightningcss" 1389 + version = "1.0.0-alpha.42" 1390 + source = "registry+https://github.com/rust-lang/crates.io-index" 1391 + checksum = "a00aabc173bdf67a26da17777a5584ae344238b043626b5eb1c6b137af9c9edb" 1392 + dependencies = [ 1393 + "ahash 0.7.6", 1394 + "bitflags 2.3.2", 1395 + "browserslist-rs", 1396 + "const-str", 1397 + "cssparser", 1398 + "dashmap", 1399 + "data-encoding", 1400 + "itertools", 1401 + "lazy_static", 1402 + "parcel_selectors", 1403 + "parcel_sourcemap", 1404 + "paste", 1405 + "pathdiff", 1406 + "rayon", 1407 + "serde", 1408 + "smallvec", 1409 + ] 1410 + 1411 + [[package]] 1412 + name = "linked-hash-map" 1413 + version = "0.5.6" 1414 + source = "registry+https://github.com/rust-lang/crates.io-index" 1415 + checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1416 + 1417 + [[package]] 1418 + name = "linux-raw-sys" 1419 + version = "0.3.8" 1420 + source = "registry+https://github.com/rust-lang/crates.io-index" 1421 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1422 + 1423 + [[package]] 1424 + name = "lock_api" 1425 + version = "0.4.10" 1426 + source = "registry+https://github.com/rust-lang/crates.io-index" 1427 + checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 1428 + dependencies = [ 1429 + "autocfg", 1430 + "scopeguard", 1431 + ] 1432 + 1433 + [[package]] 1434 + name = "log" 1435 + version = "0.4.19" 1436 + source = "registry+https://github.com/rust-lang/crates.io-index" 1437 + checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 1438 + 1439 + [[package]] 1440 + name = "matches" 1441 + version = "0.1.10" 1442 + source = "registry+https://github.com/rust-lang/crates.io-index" 1443 + checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1444 + 1445 + [[package]] 1446 + name = "matchit" 1447 + version = "0.7.0" 1448 + source = "registry+https://github.com/rust-lang/crates.io-index" 1449 + checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" 1450 + 1451 + [[package]] 1452 + name = "memchr" 1453 + version = "2.5.0" 1454 + source = "registry+https://github.com/rust-lang/crates.io-index" 1455 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1456 + 1457 + [[package]] 1458 + name = "memoffset" 1459 + version = "0.9.0" 1460 + source = "registry+https://github.com/rust-lang/crates.io-index" 1461 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 1462 + dependencies = [ 1463 + "autocfg", 1464 + ] 1465 + 1466 + [[package]] 1467 + name = "mime" 1468 + version = "0.3.17" 1469 + source = "registry+https://github.com/rust-lang/crates.io-index" 1470 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1471 + 1472 + [[package]] 1473 + name = "minimal-lexical" 1474 + version = "0.2.1" 1475 + source = "registry+https://github.com/rust-lang/crates.io-index" 1476 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1477 + 1478 + [[package]] 1479 + name = "miniz_oxide" 1480 + version = "0.7.1" 1481 + source = "registry+https://github.com/rust-lang/crates.io-index" 1482 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1483 + dependencies = [ 1484 + "adler", 1485 + ] 1486 + 1487 + [[package]] 1488 + name = "mio" 1489 + version = "0.6.23" 1490 + source = "registry+https://github.com/rust-lang/crates.io-index" 1491 + checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 1492 + dependencies = [ 1493 + "cfg-if 0.1.10", 1494 + "fuchsia-zircon", 1495 + "fuchsia-zircon-sys", 1496 + "iovec", 1497 + "kernel32-sys", 1498 + "libc", 1499 + "log", 1500 + "miow", 1501 + "net2", 1502 + "slab", 1503 + "winapi 0.2.8", 1504 + ] 1505 + 1506 + [[package]] 1507 + name = "mio" 1508 + version = "0.8.8" 1509 + source = "registry+https://github.com/rust-lang/crates.io-index" 1510 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 1511 + dependencies = [ 1512 + "libc", 1513 + "wasi 0.11.0+wasi-snapshot-preview1", 1514 + "windows-sys 0.48.0", 1515 + ] 1516 + 1517 + [[package]] 1518 + name = "mio-extras" 1519 + version = "2.0.6" 1520 + source = "registry+https://github.com/rust-lang/crates.io-index" 1521 + checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 1522 + dependencies = [ 1523 + "lazycell", 1524 + "log", 1525 + "mio 0.6.23", 1526 + "slab", 1527 + ] 1528 + 1529 + [[package]] 1530 + name = "miow" 1531 + version = "0.2.2" 1532 + source = "registry+https://github.com/rust-lang/crates.io-index" 1533 + checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 1534 + dependencies = [ 1535 + "kernel32-sys", 1536 + "net2", 1537 + "winapi 0.2.8", 1538 + "ws2_32-sys", 1539 + ] 1540 + 1541 + [[package]] 1542 + name = "native-tls" 1543 + version = "0.2.11" 1544 + source = "registry+https://github.com/rust-lang/crates.io-index" 1545 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1546 + dependencies = [ 1547 + "lazy_static", 1548 + "libc", 1549 + "log", 1550 + "openssl", 1551 + "openssl-probe", 1552 + "openssl-sys", 1553 + "schannel", 1554 + "security-framework", 1555 + "security-framework-sys", 1556 + "tempfile", 1557 + ] 1558 + 1559 + [[package]] 1560 + name = "net2" 1561 + version = "0.2.38" 1562 + source = "registry+https://github.com/rust-lang/crates.io-index" 1563 + checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 1564 + dependencies = [ 1565 + "cfg-if 0.1.10", 1566 + "libc", 1567 + "winapi 0.3.9", 1568 + ] 1569 + 1570 + [[package]] 1571 + name = "new_debug_unreachable" 1572 + version = "1.0.4" 1573 + source = "registry+https://github.com/rust-lang/crates.io-index" 1574 + checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 1575 + 1576 + [[package]] 1577 + name = "nom" 1578 + version = "7.1.3" 1579 + source = "registry+https://github.com/rust-lang/crates.io-index" 1580 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1581 + dependencies = [ 1582 + "memchr", 1583 + "minimal-lexical", 1584 + ] 1585 + 1586 + [[package]] 1587 + name = "notify" 1588 + version = "4.0.17" 1589 + source = "registry+https://github.com/rust-lang/crates.io-index" 1590 + checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 1591 + dependencies = [ 1592 + "bitflags 1.3.2", 1593 + "filetime", 1594 + "fsevent", 1595 + "fsevent-sys", 1596 + "inotify", 1597 + "libc", 1598 + "mio 0.6.23", 1599 + "mio-extras", 1600 + "walkdir", 1601 + "winapi 0.3.9", 1602 + ] 1603 + 1604 + [[package]] 1605 + name = "nu-ansi-term" 1606 + version = "0.47.0" 1607 + source = "registry+https://github.com/rust-lang/crates.io-index" 1608 + checksum = "1df031e117bca634c262e9bd3173776844b6c17a90b3741c9163663b4385af76" 1609 + dependencies = [ 1610 + "windows-sys 0.45.0", 1611 + ] 1612 + 1613 + [[package]] 1614 + name = "num-traits" 1615 + version = "0.2.15" 1616 + source = "registry+https://github.com/rust-lang/crates.io-index" 1617 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1618 + dependencies = [ 1619 + "autocfg", 1620 + ] 1621 + 1622 + [[package]] 1623 + name = "num_cpus" 1624 + version = "1.15.0" 1625 + source = "registry+https://github.com/rust-lang/crates.io-index" 1626 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1627 + dependencies = [ 1628 + "hermit-abi 0.2.6", 1629 + "libc", 1630 + ] 1631 + 1632 + [[package]] 1633 + name = "once_cell" 1634 + version = "1.18.0" 1635 + source = "registry+https://github.com/rust-lang/crates.io-index" 1636 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1637 + 1638 + [[package]] 1639 + name = "openssl" 1640 + version = "0.10.54" 1641 + source = "registry+https://github.com/rust-lang/crates.io-index" 1642 + checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019" 1643 + dependencies = [ 1644 + "bitflags 1.3.2", 1645 + "cfg-if 1.0.0", 1646 + "foreign-types", 1647 + "libc", 1648 + "once_cell", 1649 + "openssl-macros", 1650 + "openssl-sys", 1651 + ] 1652 + 1653 + [[package]] 1654 + name = "openssl-macros" 1655 + version = "0.1.1" 1656 + source = "registry+https://github.com/rust-lang/crates.io-index" 1657 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1658 + dependencies = [ 1659 + "proc-macro2", 1660 + "quote", 1661 + "syn 2.0.18", 1662 + ] 1663 + 1664 + [[package]] 1665 + name = "openssl-probe" 1666 + version = "0.1.5" 1667 + source = "registry+https://github.com/rust-lang/crates.io-index" 1668 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1669 + 1670 + [[package]] 1671 + name = "openssl-sys" 1672 + version = "0.9.88" 1673 + source = "registry+https://github.com/rust-lang/crates.io-index" 1674 + checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" 1675 + dependencies = [ 1676 + "cc", 1677 + "libc", 1678 + "pkg-config", 1679 + "vcpkg", 1680 + ] 1681 + 1682 + [[package]] 1683 + name = "outref" 1684 + version = "0.1.0" 1685 + source = "registry+https://github.com/rust-lang/crates.io-index" 1686 + checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" 1687 + 1688 + [[package]] 1689 + name = "parcel_selectors" 1690 + version = "0.26.0" 1691 + source = "registry+https://github.com/rust-lang/crates.io-index" 1692 + checksum = "d3e808c7a75aedcc522bd24187de6903adab3265d690a61f8b8181edaa988377" 1693 + dependencies = [ 1694 + "bitflags 2.3.2", 1695 + "cssparser", 1696 + "fxhash", 1697 + "log", 1698 + "phf", 1699 + "phf_codegen", 1700 + "precomputed-hash", 1701 + "smallvec", 1702 + ] 1703 + 1704 + [[package]] 1705 + name = "parcel_sourcemap" 1706 + version = "2.1.1" 1707 + source = "registry+https://github.com/rust-lang/crates.io-index" 1708 + checksum = "485b74d7218068b2b7c0e3ff12fbc61ae11d57cb5d8224f525bd304c6be05bbb" 1709 + dependencies = [ 1710 + "base64-simd", 1711 + "data-url", 1712 + "rkyv", 1713 + "serde", 1714 + "serde_json", 1715 + "vlq", 1716 + ] 1717 + 1718 + [[package]] 1719 + name = "parking_lot" 1720 + version = "0.12.1" 1721 + source = "registry+https://github.com/rust-lang/crates.io-index" 1722 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1723 + dependencies = [ 1724 + "lock_api", 1725 + "parking_lot_core", 1726 + ] 1727 + 1728 + [[package]] 1729 + name = "parking_lot_core" 1730 + version = "0.9.8" 1731 + source = "registry+https://github.com/rust-lang/crates.io-index" 1732 + checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 1733 + dependencies = [ 1734 + "cfg-if 1.0.0", 1735 + "libc", 1736 + "redox_syscall 0.3.5", 1737 + "smallvec", 1738 + "windows-targets 0.48.0", 1739 + ] 1740 + 1741 + [[package]] 1742 + name = "paste" 1743 + version = "1.0.12" 1744 + source = "registry+https://github.com/rust-lang/crates.io-index" 1745 + checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 1746 + 1747 + [[package]] 1748 + name = "pathdiff" 1749 + version = "0.2.1" 1750 + source = "registry+https://github.com/rust-lang/crates.io-index" 1751 + checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1752 + 1753 + [[package]] 1754 + name = "percent-encoding" 1755 + version = "2.3.0" 1756 + source = "registry+https://github.com/rust-lang/crates.io-index" 1757 + checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 1758 + 1759 + [[package]] 1760 + name = "phf" 1761 + version = "0.10.1" 1762 + source = "registry+https://github.com/rust-lang/crates.io-index" 1763 + checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 1764 + dependencies = [ 1765 + "phf_macros", 1766 + "phf_shared", 1767 + "proc-macro-hack", 1768 + ] 1769 + 1770 + [[package]] 1771 + name = "phf_codegen" 1772 + version = "0.10.0" 1773 + source = "registry+https://github.com/rust-lang/crates.io-index" 1774 + checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 1775 + dependencies = [ 1776 + "phf_generator", 1777 + "phf_shared", 1778 + ] 1779 + 1780 + [[package]] 1781 + name = "phf_generator" 1782 + version = "0.10.0" 1783 + source = "registry+https://github.com/rust-lang/crates.io-index" 1784 + checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 1785 + dependencies = [ 1786 + "phf_shared", 1787 + "rand", 1788 + ] 1789 + 1790 + [[package]] 1791 + name = "phf_macros" 1792 + version = "0.10.0" 1793 + source = "registry+https://github.com/rust-lang/crates.io-index" 1794 + checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 1795 + dependencies = [ 1796 + "phf_generator", 1797 + "phf_shared", 1798 + "proc-macro-hack", 1799 + "proc-macro2", 1800 + "quote", 1801 + "syn 1.0.109", 1802 + ] 1803 + 1804 + [[package]] 1805 + name = "phf_shared" 1806 + version = "0.10.0" 1807 + source = "registry+https://github.com/rust-lang/crates.io-index" 1808 + checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 1809 + dependencies = [ 1810 + "siphasher", 1811 + ] 1812 + 1813 + [[package]] 1814 + name = "pin-project" 1815 + version = "1.1.0" 1816 + source = "registry+https://github.com/rust-lang/crates.io-index" 1817 + checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" 1818 + dependencies = [ 1819 + "pin-project-internal", 1820 + ] 1821 + 1822 + [[package]] 1823 + name = "pin-project-internal" 1824 + version = "1.1.0" 1825 + source = "registry+https://github.com/rust-lang/crates.io-index" 1826 + checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" 1827 + dependencies = [ 1828 + "proc-macro2", 1829 + "quote", 1830 + "syn 2.0.18", 1831 + ] 1832 + 1833 + [[package]] 1834 + name = "pin-project-lite" 1835 + version = "0.2.9" 1836 + source = "registry+https://github.com/rust-lang/crates.io-index" 1837 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1838 + 1839 + [[package]] 1840 + name = "pin-utils" 1841 + version = "0.1.0" 1842 + source = "registry+https://github.com/rust-lang/crates.io-index" 1843 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1844 + 1845 + [[package]] 1846 + name = "pkg-config" 1847 + version = "0.3.27" 1848 + source = "registry+https://github.com/rust-lang/crates.io-index" 1849 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1850 + 1851 + [[package]] 1852 + name = "ppv-lite86" 1853 + version = "0.2.17" 1854 + source = "registry+https://github.com/rust-lang/crates.io-index" 1855 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1856 + 1857 + [[package]] 1858 + name = "precomputed-hash" 1859 + version = "0.1.1" 1860 + source = "registry+https://github.com/rust-lang/crates.io-index" 1861 + checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 1862 + 1863 + [[package]] 1864 + name = "proc-macro-error" 1865 + version = "1.0.4" 1866 + source = "registry+https://github.com/rust-lang/crates.io-index" 1867 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1868 + dependencies = [ 1869 + "proc-macro-error-attr", 1870 + "proc-macro2", 1871 + "quote", 1872 + "syn 1.0.109", 1873 + "version_check", 1874 + ] 1875 + 1876 + [[package]] 1877 + name = "proc-macro-error-attr" 1878 + version = "1.0.4" 1879 + source = "registry+https://github.com/rust-lang/crates.io-index" 1880 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1881 + dependencies = [ 1882 + "proc-macro2", 1883 + "quote", 1884 + "version_check", 1885 + ] 1886 + 1887 + [[package]] 1888 + name = "proc-macro-hack" 1889 + version = "0.5.20+deprecated" 1890 + source = "registry+https://github.com/rust-lang/crates.io-index" 1891 + checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 1892 + 1893 + [[package]] 1894 + name = "proc-macro2" 1895 + version = "1.0.60" 1896 + source = "registry+https://github.com/rust-lang/crates.io-index" 1897 + checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" 1898 + dependencies = [ 1899 + "unicode-ident", 1900 + ] 1901 + 1902 + [[package]] 1903 + name = "proc-macro2-diagnostics" 1904 + version = "0.10.0" 1905 + source = "registry+https://github.com/rust-lang/crates.io-index" 1906 + checksum = "606c4ba35817e2922a308af55ad51bab3645b59eae5c570d4a6cf07e36bd493b" 1907 + dependencies = [ 1908 + "proc-macro2", 1909 + "quote", 1910 + "syn 2.0.18", 1911 + "version_check", 1912 + "yansi", 1913 + ] 1914 + 1915 + [[package]] 1916 + name = "ptr_meta" 1917 + version = "0.1.4" 1918 + source = "registry+https://github.com/rust-lang/crates.io-index" 1919 + checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 1920 + dependencies = [ 1921 + "ptr_meta_derive", 1922 + ] 1923 + 1924 + [[package]] 1925 + name = "ptr_meta_derive" 1926 + version = "0.1.4" 1927 + source = "registry+https://github.com/rust-lang/crates.io-index" 1928 + checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 1929 + dependencies = [ 1930 + "proc-macro2", 1931 + "quote", 1932 + "syn 1.0.109", 1933 + ] 1934 + 1935 + [[package]] 1936 + name = "quote" 1937 + version = "1.0.28" 1938 + source = "registry+https://github.com/rust-lang/crates.io-index" 1939 + checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 1940 + dependencies = [ 1941 + "proc-macro2", 1942 + ] 1943 + 1944 + [[package]] 1945 + name = "radium" 1946 + version = "0.7.0" 1947 + source = "registry+https://github.com/rust-lang/crates.io-index" 1948 + checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 1949 + 1950 + [[package]] 1951 + name = "rand" 1952 + version = "0.8.5" 1953 + source = "registry+https://github.com/rust-lang/crates.io-index" 1954 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1955 + dependencies = [ 1956 + "libc", 1957 + "rand_chacha", 1958 + "rand_core", 1959 + ] 1960 + 1961 + [[package]] 1962 + name = "rand_chacha" 1963 + version = "0.3.1" 1964 + source = "registry+https://github.com/rust-lang/crates.io-index" 1965 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1966 + dependencies = [ 1967 + "ppv-lite86", 1968 + "rand_core", 1969 + ] 1970 + 1971 + [[package]] 1972 + name = "rand_core" 1973 + version = "0.6.4" 1974 + source = "registry+https://github.com/rust-lang/crates.io-index" 1975 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1976 + dependencies = [ 1977 + "getrandom", 1978 + ] 1979 + 1980 + [[package]] 1981 + name = "rayon" 1982 + version = "1.7.0" 1983 + source = "registry+https://github.com/rust-lang/crates.io-index" 1984 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1985 + dependencies = [ 1986 + "either", 1987 + "rayon-core", 1988 + ] 1989 + 1990 + [[package]] 1991 + name = "rayon-core" 1992 + version = "1.11.0" 1993 + source = "registry+https://github.com/rust-lang/crates.io-index" 1994 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1995 + dependencies = [ 1996 + "crossbeam-channel", 1997 + "crossbeam-deque", 1998 + "crossbeam-utils", 1999 + "num_cpus", 2000 + ] 2001 + 2002 + [[package]] 2003 + name = "redox_syscall" 2004 + version = "0.2.16" 2005 + source = "registry+https://github.com/rust-lang/crates.io-index" 2006 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2007 + dependencies = [ 2008 + "bitflags 1.3.2", 2009 + ] 2010 + 2011 + [[package]] 2012 + name = "redox_syscall" 2013 + version = "0.3.5" 2014 + source = "registry+https://github.com/rust-lang/crates.io-index" 2015 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2016 + dependencies = [ 2017 + "bitflags 1.3.2", 2018 + ] 2019 + 2020 + [[package]] 2021 + name = "redox_users" 2022 + version = "0.4.3" 2023 + source = "registry+https://github.com/rust-lang/crates.io-index" 2024 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2025 + dependencies = [ 2026 + "getrandom", 2027 + "redox_syscall 0.2.16", 2028 + "thiserror", 2029 + ] 2030 + 2031 + [[package]] 2032 + name = "regex" 2033 + version = "1.8.4" 2034 + source = "registry+https://github.com/rust-lang/crates.io-index" 2035 + checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" 2036 + dependencies = [ 2037 + "aho-corasick", 2038 + "memchr", 2039 + "regex-syntax", 2040 + ] 2041 + 2042 + [[package]] 2043 + name = "regex-syntax" 2044 + version = "0.7.2" 2045 + source = "registry+https://github.com/rust-lang/crates.io-index" 2046 + checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 2047 + 2048 + [[package]] 2049 + name = "rend" 2050 + version = "0.4.0" 2051 + source = "registry+https://github.com/rust-lang/crates.io-index" 2052 + checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab" 2053 + dependencies = [ 2054 + "bytecheck", 2055 + ] 2056 + 2057 + [[package]] 2058 + name = "reqwest" 2059 + version = "0.11.18" 2060 + source = "registry+https://github.com/rust-lang/crates.io-index" 2061 + checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 2062 + dependencies = [ 2063 + "base64 0.21.2", 2064 + "bytes", 2065 + "encoding_rs", 2066 + "futures-core", 2067 + "futures-util", 2068 + "h2", 2069 + "http", 2070 + "http-body", 2071 + "hyper", 2072 + "hyper-tls", 2073 + "ipnet", 2074 + "js-sys", 2075 + "log", 2076 + "mime", 2077 + "native-tls", 2078 + "once_cell", 2079 + "percent-encoding", 2080 + "pin-project-lite", 2081 + "serde", 2082 + "serde_json", 2083 + "serde_urlencoded", 2084 + "tokio", 2085 + "tokio-native-tls", 2086 + "tower-service", 2087 + "url", 2088 + "wasm-bindgen", 2089 + "wasm-bindgen-futures", 2090 + "web-sys", 2091 + "winreg", 2092 + ] 2093 + 2094 + [[package]] 2095 + name = "rkyv" 2096 + version = "0.7.42" 2097 + source = "registry+https://github.com/rust-lang/crates.io-index" 2098 + checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58" 2099 + dependencies = [ 2100 + "bitvec", 2101 + "bytecheck", 2102 + "hashbrown", 2103 + "ptr_meta", 2104 + "rend", 2105 + "rkyv_derive", 2106 + "seahash", 2107 + "tinyvec", 2108 + "uuid", 2109 + ] 2110 + 2111 + [[package]] 2112 + name = "rkyv_derive" 2113 + version = "0.7.42" 2114 + source = "registry+https://github.com/rust-lang/crates.io-index" 2115 + checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d" 2116 + dependencies = [ 2117 + "proc-macro2", 2118 + "quote", 2119 + "syn 1.0.109", 2120 + ] 2121 + 2122 + [[package]] 2123 + name = "rstml" 2124 + version = "0.10.6" 2125 + source = "registry+https://github.com/rust-lang/crates.io-index" 2126 + checksum = "d7afcc74cab5d3118523b1f75900e1fcbeae7cac6c6cb800430621bf58add0bd" 2127 + dependencies = [ 2128 + "proc-macro2", 2129 + "proc-macro2-diagnostics", 2130 + "quote", 2131 + "syn 2.0.18", 2132 + "syn_derive", 2133 + "thiserror", 2134 + ] 2135 + 2136 + [[package]] 2137 + name = "rustc-demangle" 2138 + version = "0.1.23" 2139 + source = "registry+https://github.com/rust-lang/crates.io-index" 2140 + checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2141 + 2142 + [[package]] 2143 + name = "rustc_version" 2144 + version = "0.4.0" 2145 + source = "registry+https://github.com/rust-lang/crates.io-index" 2146 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2147 + dependencies = [ 2148 + "semver", 2149 + ] 2150 + 2151 + [[package]] 2152 + name = "rustix" 2153 + version = "0.37.20" 2154 + source = "registry+https://github.com/rust-lang/crates.io-index" 2155 + checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 2156 + dependencies = [ 2157 + "bitflags 1.3.2", 2158 + "errno", 2159 + "io-lifetimes", 2160 + "libc", 2161 + "linux-raw-sys", 2162 + "windows-sys 0.48.0", 2163 + ] 2164 + 2165 + [[package]] 2166 + name = "rustversion" 2167 + version = "1.0.12" 2168 + source = "registry+https://github.com/rust-lang/crates.io-index" 2169 + checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 2170 + 2171 + [[package]] 2172 + name = "ryu" 2173 + version = "1.0.13" 2174 + source = "registry+https://github.com/rust-lang/crates.io-index" 2175 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2176 + 2177 + [[package]] 2178 + name = "safemem" 2179 + version = "0.3.3" 2180 + source = "registry+https://github.com/rust-lang/crates.io-index" 2181 + checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 2182 + 2183 + [[package]] 2184 + name = "same-file" 2185 + version = "1.0.6" 2186 + source = "registry+https://github.com/rust-lang/crates.io-index" 2187 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2188 + dependencies = [ 2189 + "winapi-util", 2190 + ] 2191 + 2192 + [[package]] 2193 + name = "schannel" 2194 + version = "0.1.21" 2195 + source = "registry+https://github.com/rust-lang/crates.io-index" 2196 + checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 2197 + dependencies = [ 2198 + "windows-sys 0.42.0", 2199 + ] 2200 + 2201 + [[package]] 2202 + name = "scopeguard" 2203 + version = "1.1.0" 2204 + source = "registry+https://github.com/rust-lang/crates.io-index" 2205 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2206 + 2207 + [[package]] 2208 + name = "seahash" 2209 + version = "4.1.0" 2210 + source = "registry+https://github.com/rust-lang/crates.io-index" 2211 + checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 2212 + 2213 + [[package]] 2214 + name = "security-framework" 2215 + version = "2.9.1" 2216 + source = "registry+https://github.com/rust-lang/crates.io-index" 2217 + checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" 2218 + dependencies = [ 2219 + "bitflags 1.3.2", 2220 + "core-foundation", 2221 + "core-foundation-sys", 2222 + "libc", 2223 + "security-framework-sys", 2224 + ] 2225 + 2226 + [[package]] 2227 + name = "security-framework-sys" 2228 + version = "2.9.0" 2229 + source = "registry+https://github.com/rust-lang/crates.io-index" 2230 + checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 2231 + dependencies = [ 2232 + "core-foundation-sys", 2233 + "libc", 2234 + ] 2235 + 2236 + [[package]] 2237 + name = "semver" 2238 + version = "1.0.17" 2239 + source = "registry+https://github.com/rust-lang/crates.io-index" 2240 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 2241 + dependencies = [ 2242 + "serde", 2243 + ] 2244 + 2245 + [[package]] 2246 + name = "serde" 2247 + version = "1.0.164" 2248 + source = "registry+https://github.com/rust-lang/crates.io-index" 2249 + checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 2250 + dependencies = [ 2251 + "serde_derive", 2252 + ] 2253 + 2254 + [[package]] 2255 + name = "serde-wasm-bindgen" 2256 + version = "0.4.5" 2257 + source = "registry+https://github.com/rust-lang/crates.io-index" 2258 + checksum = "e3b4c031cd0d9014307d82b8abf653c0290fbdaeb4c02d00c63cf52f728628bf" 2259 + dependencies = [ 2260 + "js-sys", 2261 + "serde", 2262 + "wasm-bindgen", 2263 + ] 2264 + 2265 + [[package]] 2266 + name = "serde_derive" 2267 + version = "1.0.164" 2268 + source = "registry+https://github.com/rust-lang/crates.io-index" 2269 + checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 2270 + dependencies = [ 2271 + "proc-macro2", 2272 + "quote", 2273 + "syn 2.0.18", 2274 + ] 2275 + 2276 + [[package]] 2277 + name = "serde_json" 2278 + version = "1.0.96" 2279 + source = "registry+https://github.com/rust-lang/crates.io-index" 2280 + checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 2281 + dependencies = [ 2282 + "itoa", 2283 + "ryu", 2284 + "serde", 2285 + ] 2286 + 2287 + [[package]] 2288 + name = "serde_path_to_error" 2289 + version = "0.1.11" 2290 + source = "registry+https://github.com/rust-lang/crates.io-index" 2291 + checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0" 2292 + dependencies = [ 2293 + "serde", 2294 + ] 2295 + 2296 + [[package]] 2297 + name = "serde_spanned" 2298 + version = "0.6.2" 2299 + source = "registry+https://github.com/rust-lang/crates.io-index" 2300 + checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" 2301 + dependencies = [ 2302 + "serde", 2303 + ] 2304 + 2305 + [[package]] 2306 + name = "serde_urlencoded" 2307 + version = "0.7.1" 2308 + source = "registry+https://github.com/rust-lang/crates.io-index" 2309 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2310 + dependencies = [ 2311 + "form_urlencoded", 2312 + "itoa", 2313 + "ryu", 2314 + "serde", 2315 + ] 2316 + 2317 + [[package]] 2318 + name = "sha1" 2319 + version = "0.10.5" 2320 + source = "registry+https://github.com/rust-lang/crates.io-index" 2321 + checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 2322 + dependencies = [ 2323 + "cfg-if 1.0.0", 2324 + "cpufeatures", 2325 + "digest", 2326 + ] 2327 + 2328 + [[package]] 2329 + name = "signal-hook-registry" 2330 + version = "1.4.1" 2331 + source = "registry+https://github.com/rust-lang/crates.io-index" 2332 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2333 + dependencies = [ 2334 + "libc", 2335 + ] 2336 + 2337 + [[package]] 2338 + name = "simd-abstraction" 2339 + version = "0.7.1" 2340 + source = "registry+https://github.com/rust-lang/crates.io-index" 2341 + checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" 2342 + dependencies = [ 2343 + "outref", 2344 + ] 2345 + 2346 + [[package]] 2347 + name = "simdutf8" 2348 + version = "0.1.4" 2349 + source = "registry+https://github.com/rust-lang/crates.io-index" 2350 + checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 2351 + 2352 + [[package]] 2353 + name = "similar" 2354 + version = "2.2.1" 2355 + source = "registry+https://github.com/rust-lang/crates.io-index" 2356 + checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 2357 + 2358 + [[package]] 2359 + name = "siphasher" 2360 + version = "0.3.10" 2361 + source = "registry+https://github.com/rust-lang/crates.io-index" 2362 + checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 2363 + 2364 + [[package]] 2365 + name = "slab" 2366 + version = "0.4.8" 2367 + source = "registry+https://github.com/rust-lang/crates.io-index" 2368 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 2369 + dependencies = [ 2370 + "autocfg", 2371 + ] 2372 + 2373 + [[package]] 2374 + name = "smallvec" 2375 + version = "1.10.0" 2376 + source = "registry+https://github.com/rust-lang/crates.io-index" 2377 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2378 + 2379 + [[package]] 2380 + name = "socket2" 2381 + version = "0.4.9" 2382 + source = "registry+https://github.com/rust-lang/crates.io-index" 2383 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2384 + dependencies = [ 2385 + "libc", 2386 + "winapi 0.3.9", 2387 + ] 2388 + 2389 + [[package]] 2390 + name = "string_cache" 2391 + version = "0.8.7" 2392 + source = "registry+https://github.com/rust-lang/crates.io-index" 2393 + checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 2394 + dependencies = [ 2395 + "new_debug_unreachable", 2396 + "once_cell", 2397 + "parking_lot", 2398 + "phf_shared", 2399 + "precomputed-hash", 2400 + "serde", 2401 + ] 2402 + 2403 + [[package]] 2404 + name = "string_cache_codegen" 2405 + version = "0.5.2" 2406 + source = "registry+https://github.com/rust-lang/crates.io-index" 2407 + checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 2408 + dependencies = [ 2409 + "phf_generator", 2410 + "phf_shared", 2411 + "proc-macro2", 2412 + "quote", 2413 + ] 2414 + 2415 + [[package]] 2416 + name = "strsim" 2417 + version = "0.10.0" 2418 + source = "registry+https://github.com/rust-lang/crates.io-index" 2419 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2420 + 2421 + [[package]] 2422 + name = "syn" 2423 + version = "1.0.109" 2424 + source = "registry+https://github.com/rust-lang/crates.io-index" 2425 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2426 + dependencies = [ 2427 + "proc-macro2", 2428 + "quote", 2429 + "unicode-ident", 2430 + ] 2431 + 2432 + [[package]] 2433 + name = "syn" 2434 + version = "2.0.18" 2435 + source = "registry+https://github.com/rust-lang/crates.io-index" 2436 + checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 2437 + dependencies = [ 2438 + "proc-macro2", 2439 + "quote", 2440 + "unicode-ident", 2441 + ] 2442 + 2443 + [[package]] 2444 + name = "syn_derive" 2445 + version = "0.1.6" 2446 + source = "registry+https://github.com/rust-lang/crates.io-index" 2447 + checksum = "8128874d02f9a114ade6d9ad252078cb32d3cb240e26477ac73d7e9c495c605e" 2448 + dependencies = [ 2449 + "proc-macro-error", 2450 + "proc-macro2", 2451 + "quote", 2452 + "syn 2.0.18", 2453 + ] 2454 + 2455 + [[package]] 2456 + name = "sync_wrapper" 2457 + version = "0.1.2" 2458 + source = "registry+https://github.com/rust-lang/crates.io-index" 2459 + checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2460 + 2461 + [[package]] 2462 + name = "tap" 2463 + version = "1.0.1" 2464 + source = "registry+https://github.com/rust-lang/crates.io-index" 2465 + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 2466 + 2467 + [[package]] 2468 + name = "tar" 2469 + version = "0.4.38" 2470 + source = "registry+https://github.com/rust-lang/crates.io-index" 2471 + checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 2472 + dependencies = [ 2473 + "filetime", 2474 + "libc", 2475 + "xattr", 2476 + ] 2477 + 2478 + [[package]] 2479 + name = "temp-dir" 2480 + version = "0.1.11" 2481 + source = "registry+https://github.com/rust-lang/crates.io-index" 2482 + checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab" 2483 + 2484 + [[package]] 2485 + name = "tempfile" 2486 + version = "3.6.0" 2487 + source = "registry+https://github.com/rust-lang/crates.io-index" 2488 + checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 2489 + dependencies = [ 2490 + "autocfg", 2491 + "cfg-if 1.0.0", 2492 + "fastrand", 2493 + "redox_syscall 0.3.5", 2494 + "rustix", 2495 + "windows-sys 0.48.0", 2496 + ] 2497 + 2498 + [[package]] 2499 + name = "thiserror" 2500 + version = "1.0.40" 2501 + source = "registry+https://github.com/rust-lang/crates.io-index" 2502 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2503 + dependencies = [ 2504 + "thiserror-impl", 2505 + ] 2506 + 2507 + [[package]] 2508 + name = "thiserror-impl" 2509 + version = "1.0.40" 2510 + source = "registry+https://github.com/rust-lang/crates.io-index" 2511 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2512 + dependencies = [ 2513 + "proc-macro2", 2514 + "quote", 2515 + "syn 2.0.18", 2516 + ] 2517 + 2518 + [[package]] 2519 + name = "time" 2520 + version = "0.1.45" 2521 + source = "registry+https://github.com/rust-lang/crates.io-index" 2522 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 2523 + dependencies = [ 2524 + "libc", 2525 + "wasi 0.10.0+wasi-snapshot-preview1", 2526 + "winapi 0.3.9", 2527 + ] 2528 + 2529 + [[package]] 2530 + name = "tinyvec" 2531 + version = "1.6.0" 2532 + source = "registry+https://github.com/rust-lang/crates.io-index" 2533 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2534 + dependencies = [ 2535 + "tinyvec_macros", 2536 + ] 2537 + 2538 + [[package]] 2539 + name = "tinyvec_macros" 2540 + version = "0.1.1" 2541 + source = "registry+https://github.com/rust-lang/crates.io-index" 2542 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2543 + 2544 + [[package]] 2545 + name = "tokio" 2546 + version = "1.28.2" 2547 + source = "registry+https://github.com/rust-lang/crates.io-index" 2548 + checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" 2549 + dependencies = [ 2550 + "autocfg", 2551 + "bytes", 2552 + "libc", 2553 + "mio 0.8.8", 2554 + "num_cpus", 2555 + "parking_lot", 2556 + "pin-project-lite", 2557 + "signal-hook-registry", 2558 + "socket2", 2559 + "tokio-macros", 2560 + "windows-sys 0.48.0", 2561 + ] 2562 + 2563 + [[package]] 2564 + name = "tokio-macros" 2565 + version = "2.1.0" 2566 + source = "registry+https://github.com/rust-lang/crates.io-index" 2567 + checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 2568 + dependencies = [ 2569 + "proc-macro2", 2570 + "quote", 2571 + "syn 2.0.18", 2572 + ] 2573 + 2574 + [[package]] 2575 + name = "tokio-native-tls" 2576 + version = "0.3.1" 2577 + source = "registry+https://github.com/rust-lang/crates.io-index" 2578 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2579 + dependencies = [ 2580 + "native-tls", 2581 + "tokio", 2582 + ] 2583 + 2584 + [[package]] 2585 + name = "tokio-tungstenite" 2586 + version = "0.18.0" 2587 + source = "registry+https://github.com/rust-lang/crates.io-index" 2588 + checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd" 2589 + dependencies = [ 2590 + "futures-util", 2591 + "log", 2592 + "tokio", 2593 + "tungstenite", 2594 + ] 2595 + 2596 + [[package]] 2597 + name = "tokio-util" 2598 + version = "0.7.8" 2599 + source = "registry+https://github.com/rust-lang/crates.io-index" 2600 + checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 2601 + dependencies = [ 2602 + "bytes", 2603 + "futures-core", 2604 + "futures-sink", 2605 + "pin-project-lite", 2606 + "tokio", 2607 + "tracing", 2608 + ] 2609 + 2610 + [[package]] 2611 + name = "toml" 2612 + version = "0.7.4" 2613 + source = "registry+https://github.com/rust-lang/crates.io-index" 2614 + checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" 2615 + dependencies = [ 2616 + "serde", 2617 + "serde_spanned", 2618 + "toml_datetime", 2619 + "toml_edit", 2620 + ] 2621 + 2622 + [[package]] 2623 + name = "toml_datetime" 2624 + version = "0.6.2" 2625 + source = "registry+https://github.com/rust-lang/crates.io-index" 2626 + checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" 2627 + dependencies = [ 2628 + "serde", 2629 + ] 2630 + 2631 + [[package]] 2632 + name = "toml_edit" 2633 + version = "0.19.10" 2634 + source = "registry+https://github.com/rust-lang/crates.io-index" 2635 + checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" 2636 + dependencies = [ 2637 + "indexmap", 2638 + "serde", 2639 + "serde_spanned", 2640 + "toml_datetime", 2641 + "winnow", 2642 + ] 2643 + 2644 + [[package]] 2645 + name = "tower" 2646 + version = "0.4.13" 2647 + source = "registry+https://github.com/rust-lang/crates.io-index" 2648 + checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 2649 + dependencies = [ 2650 + "futures-core", 2651 + "futures-util", 2652 + "pin-project", 2653 + "pin-project-lite", 2654 + "tokio", 2655 + "tower-layer", 2656 + "tower-service", 2657 + "tracing", 2658 + ] 2659 + 2660 + [[package]] 2661 + name = "tower-layer" 2662 + version = "0.3.2" 2663 + source = "registry+https://github.com/rust-lang/crates.io-index" 2664 + checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 2665 + 2666 + [[package]] 2667 + name = "tower-service" 2668 + version = "0.3.2" 2669 + source = "registry+https://github.com/rust-lang/crates.io-index" 2670 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2671 + 2672 + [[package]] 2673 + name = "tracing" 2674 + version = "0.1.37" 2675 + source = "registry+https://github.com/rust-lang/crates.io-index" 2676 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2677 + dependencies = [ 2678 + "cfg-if 1.0.0", 2679 + "log", 2680 + "pin-project-lite", 2681 + "tracing-core", 2682 + ] 2683 + 2684 + [[package]] 2685 + name = "tracing-core" 2686 + version = "0.1.31" 2687 + source = "registry+https://github.com/rust-lang/crates.io-index" 2688 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 2689 + dependencies = [ 2690 + "once_cell", 2691 + ] 2692 + 2693 + [[package]] 2694 + name = "try-lock" 2695 + version = "0.2.4" 2696 + source = "registry+https://github.com/rust-lang/crates.io-index" 2697 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 2698 + 2699 + [[package]] 2700 + name = "tungstenite" 2701 + version = "0.18.0" 2702 + source = "registry+https://github.com/rust-lang/crates.io-index" 2703 + checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788" 2704 + dependencies = [ 2705 + "base64 0.13.1", 2706 + "byteorder", 2707 + "bytes", 2708 + "http", 2709 + "httparse", 2710 + "log", 2711 + "rand", 2712 + "sha1", 2713 + "thiserror", 2714 + "url", 2715 + "utf-8", 2716 + ] 2717 + 2718 + [[package]] 2719 + name = "typenum" 2720 + version = "1.16.0" 2721 + source = "registry+https://github.com/rust-lang/crates.io-index" 2722 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2723 + 2724 + [[package]] 2725 + name = "unicode-bidi" 2726 + version = "0.3.13" 2727 + source = "registry+https://github.com/rust-lang/crates.io-index" 2728 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2729 + 2730 + [[package]] 2731 + name = "unicode-ident" 2732 + version = "1.0.9" 2733 + source = "registry+https://github.com/rust-lang/crates.io-index" 2734 + checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 2735 + 2736 + [[package]] 2737 + name = "unicode-normalization" 2738 + version = "0.1.22" 2739 + source = "registry+https://github.com/rust-lang/crates.io-index" 2740 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2741 + dependencies = [ 2742 + "tinyvec", 2743 + ] 2744 + 2745 + [[package]] 2746 + name = "unicode-segmentation" 2747 + version = "1.10.1" 2748 + source = "registry+https://github.com/rust-lang/crates.io-index" 2749 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2750 + 2751 + [[package]] 2752 + name = "url" 2753 + version = "2.4.0" 2754 + source = "registry+https://github.com/rust-lang/crates.io-index" 2755 + checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 2756 + dependencies = [ 2757 + "form_urlencoded", 2758 + "idna", 2759 + "percent-encoding", 2760 + ] 2761 + 2762 + [[package]] 2763 + name = "utf-8" 2764 + version = "0.7.6" 2765 + source = "registry+https://github.com/rust-lang/crates.io-index" 2766 + checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2767 + 2768 + [[package]] 2769 + name = "utf8parse" 2770 + version = "0.2.1" 2771 + source = "registry+https://github.com/rust-lang/crates.io-index" 2772 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2773 + 2774 + [[package]] 2775 + name = "uuid" 2776 + version = "1.3.4" 2777 + source = "registry+https://github.com/rust-lang/crates.io-index" 2778 + checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" 2779 + 2780 + [[package]] 2781 + name = "vcpkg" 2782 + version = "0.2.15" 2783 + source = "registry+https://github.com/rust-lang/crates.io-index" 2784 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2785 + 2786 + [[package]] 2787 + name = "version_check" 2788 + version = "0.9.4" 2789 + source = "registry+https://github.com/rust-lang/crates.io-index" 2790 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2791 + 2792 + [[package]] 2793 + name = "vlq" 2794 + version = "0.5.1" 2795 + source = "registry+https://github.com/rust-lang/crates.io-index" 2796 + checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff" 2797 + 2798 + [[package]] 2799 + name = "walkdir" 2800 + version = "2.3.3" 2801 + source = "registry+https://github.com/rust-lang/crates.io-index" 2802 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2803 + dependencies = [ 2804 + "same-file", 2805 + "winapi-util", 2806 + ] 2807 + 2808 + [[package]] 2809 + name = "walrus" 2810 + version = "0.19.0" 2811 + source = "registry+https://github.com/rust-lang/crates.io-index" 2812 + checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8" 2813 + dependencies = [ 2814 + "anyhow", 2815 + "id-arena", 2816 + "leb128", 2817 + "log", 2818 + "walrus-macro", 2819 + "wasmparser", 2820 + ] 2821 + 2822 + [[package]] 2823 + name = "walrus-macro" 2824 + version = "0.19.0" 2825 + source = "registry+https://github.com/rust-lang/crates.io-index" 2826 + checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7" 2827 + dependencies = [ 2828 + "heck 0.3.3", 2829 + "proc-macro2", 2830 + "quote", 2831 + "syn 1.0.109", 2832 + ] 2833 + 2834 + [[package]] 2835 + name = "want" 2836 + version = "0.3.0" 2837 + source = "registry+https://github.com/rust-lang/crates.io-index" 2838 + checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 2839 + dependencies = [ 2840 + "log", 2841 + "try-lock", 2842 + ] 2843 + 2844 + [[package]] 2845 + name = "wasi" 2846 + version = "0.10.0+wasi-snapshot-preview1" 2847 + source = "registry+https://github.com/rust-lang/crates.io-index" 2848 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 2849 + 2850 + [[package]] 2851 + name = "wasi" 2852 + version = "0.11.0+wasi-snapshot-preview1" 2853 + source = "registry+https://github.com/rust-lang/crates.io-index" 2854 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2855 + 2856 + [[package]] 2857 + name = "wasm-bindgen" 2858 + version = "0.2.87" 2859 + source = "registry+https://github.com/rust-lang/crates.io-index" 2860 + checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 2861 + dependencies = [ 2862 + "cfg-if 1.0.0", 2863 + "wasm-bindgen-macro", 2864 + ] 2865 + 2866 + [[package]] 2867 + name = "wasm-bindgen-backend" 2868 + version = "0.2.87" 2869 + source = "registry+https://github.com/rust-lang/crates.io-index" 2870 + checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 2871 + dependencies = [ 2872 + "bumpalo", 2873 + "log", 2874 + "once_cell", 2875 + "proc-macro2", 2876 + "quote", 2877 + "syn 2.0.18", 2878 + "wasm-bindgen-shared", 2879 + ] 2880 + 2881 + [[package]] 2882 + name = "wasm-bindgen-cli-support" 2883 + version = "0.2.87" 2884 + source = "registry+https://github.com/rust-lang/crates.io-index" 2885 + checksum = "d21c60239a09bf9bab8dfa752be4e6c637db22296b9ded493800090448692da9" 2886 + dependencies = [ 2887 + "anyhow", 2888 + "base64 0.9.3", 2889 + "log", 2890 + "rustc-demangle", 2891 + "serde_json", 2892 + "tempfile", 2893 + "unicode-ident", 2894 + "walrus", 2895 + "wasm-bindgen-externref-xform", 2896 + "wasm-bindgen-multi-value-xform", 2897 + "wasm-bindgen-shared", 2898 + "wasm-bindgen-threads-xform", 2899 + "wasm-bindgen-wasm-conventions", 2900 + "wasm-bindgen-wasm-interpreter", 2901 + ] 2902 + 2903 + [[package]] 2904 + name = "wasm-bindgen-externref-xform" 2905 + version = "0.2.87" 2906 + source = "registry+https://github.com/rust-lang/crates.io-index" 2907 + checksum = "bafbe1984f67cc12645f12ab65e6145e8ddce1ab265d0be58435f25bb0ce2608" 2908 + dependencies = [ 2909 + "anyhow", 2910 + "walrus", 2911 + ] 2912 + 2913 + [[package]] 2914 + name = "wasm-bindgen-futures" 2915 + version = "0.4.37" 2916 + source = "registry+https://github.com/rust-lang/crates.io-index" 2917 + checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 2918 + dependencies = [ 2919 + "cfg-if 1.0.0", 2920 + "js-sys", 2921 + "wasm-bindgen", 2922 + "web-sys", 2923 + ] 2924 + 2925 + [[package]] 2926 + name = "wasm-bindgen-macro" 2927 + version = "0.2.87" 2928 + source = "registry+https://github.com/rust-lang/crates.io-index" 2929 + checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 2930 + dependencies = [ 2931 + "quote", 2932 + "wasm-bindgen-macro-support", 2933 + ] 2934 + 2935 + [[package]] 2936 + name = "wasm-bindgen-macro-support" 2937 + version = "0.2.87" 2938 + source = "registry+https://github.com/rust-lang/crates.io-index" 2939 + checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 2940 + dependencies = [ 2941 + "proc-macro2", 2942 + "quote", 2943 + "syn 2.0.18", 2944 + "wasm-bindgen-backend", 2945 + "wasm-bindgen-shared", 2946 + ] 2947 + 2948 + [[package]] 2949 + name = "wasm-bindgen-multi-value-xform" 2950 + version = "0.2.87" 2951 + source = "registry+https://github.com/rust-lang/crates.io-index" 2952 + checksum = "581419e3995571a1d2d066e360ca1c0c09da097f5a53c98e6f00d96eddaf0ffe" 2953 + dependencies = [ 2954 + "anyhow", 2955 + "walrus", 2956 + ] 2957 + 2958 + [[package]] 2959 + name = "wasm-bindgen-shared" 2960 + version = "0.2.87" 2961 + source = "registry+https://github.com/rust-lang/crates.io-index" 2962 + checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 2963 + 2964 + [[package]] 2965 + name = "wasm-bindgen-threads-xform" 2966 + version = "0.2.87" 2967 + source = "registry+https://github.com/rust-lang/crates.io-index" 2968 + checksum = "e05d272073981137e8426cf2a6830d43d1f84f988a050b2f8b210f0e266b8983" 2969 + dependencies = [ 2970 + "anyhow", 2971 + "walrus", 2972 + "wasm-bindgen-wasm-conventions", 2973 + ] 2974 + 2975 + [[package]] 2976 + name = "wasm-bindgen-wasm-conventions" 2977 + version = "0.2.87" 2978 + source = "registry+https://github.com/rust-lang/crates.io-index" 2979 + checksum = "0e9c65b1ff5041ea824ca24c519948aec16fb6611c617d601623c0657dfcd47b" 2980 + dependencies = [ 2981 + "anyhow", 2982 + "walrus", 2983 + ] 2984 + 2985 + [[package]] 2986 + name = "wasm-bindgen-wasm-interpreter" 2987 + version = "0.2.87" 2988 + source = "registry+https://github.com/rust-lang/crates.io-index" 2989 + checksum = "7c5c796220738ab5d44666f37205728a74141c0039d1166bcf8110b26bafaa1e" 2990 + dependencies = [ 2991 + "anyhow", 2992 + "log", 2993 + "walrus", 2994 + "wasm-bindgen-wasm-conventions", 2995 + ] 2996 + 2997 + [[package]] 2998 + name = "wasmparser" 2999 + version = "0.77.1" 3000 + source = "registry+https://github.com/rust-lang/crates.io-index" 3001 + checksum = "5fe3d5405e9ea6c1317a656d6e0820912d8b7b3607823a7596117c8f666daf6f" 3002 + 3003 + [[package]] 3004 + name = "web-sys" 3005 + version = "0.3.64" 3006 + source = "registry+https://github.com/rust-lang/crates.io-index" 3007 + checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 3008 + dependencies = [ 3009 + "js-sys", 3010 + "wasm-bindgen", 3011 + ] 3012 + 3013 + [[package]] 3014 + name = "which" 3015 + version = "4.4.0" 3016 + source = "registry+https://github.com/rust-lang/crates.io-index" 3017 + checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 3018 + dependencies = [ 3019 + "either", 3020 + "libc", 3021 + "once_cell", 3022 + ] 3023 + 3024 + [[package]] 3025 + name = "winapi" 3026 + version = "0.2.8" 3027 + source = "registry+https://github.com/rust-lang/crates.io-index" 3028 + checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 3029 + 3030 + [[package]] 3031 + name = "winapi" 3032 + version = "0.3.9" 3033 + source = "registry+https://github.com/rust-lang/crates.io-index" 3034 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3035 + dependencies = [ 3036 + "winapi-i686-pc-windows-gnu", 3037 + "winapi-x86_64-pc-windows-gnu", 3038 + ] 3039 + 3040 + [[package]] 3041 + name = "winapi-build" 3042 + version = "0.1.1" 3043 + source = "registry+https://github.com/rust-lang/crates.io-index" 3044 + checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 3045 + 3046 + [[package]] 3047 + name = "winapi-i686-pc-windows-gnu" 3048 + version = "0.4.0" 3049 + source = "registry+https://github.com/rust-lang/crates.io-index" 3050 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3051 + 3052 + [[package]] 3053 + name = "winapi-util" 3054 + version = "0.1.5" 3055 + source = "registry+https://github.com/rust-lang/crates.io-index" 3056 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 3057 + dependencies = [ 3058 + "winapi 0.3.9", 3059 + ] 3060 + 3061 + [[package]] 3062 + name = "winapi-x86_64-pc-windows-gnu" 3063 + version = "0.4.0" 3064 + source = "registry+https://github.com/rust-lang/crates.io-index" 3065 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3066 + 3067 + [[package]] 3068 + name = "windows" 3069 + version = "0.48.0" 3070 + source = "registry+https://github.com/rust-lang/crates.io-index" 3071 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 3072 + dependencies = [ 3073 + "windows-targets 0.48.0", 3074 + ] 3075 + 3076 + [[package]] 3077 + name = "windows-sys" 3078 + version = "0.42.0" 3079 + source = "registry+https://github.com/rust-lang/crates.io-index" 3080 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3081 + dependencies = [ 3082 + "windows_aarch64_gnullvm 0.42.2", 3083 + "windows_aarch64_msvc 0.42.2", 3084 + "windows_i686_gnu 0.42.2", 3085 + "windows_i686_msvc 0.42.2", 3086 + "windows_x86_64_gnu 0.42.2", 3087 + "windows_x86_64_gnullvm 0.42.2", 3088 + "windows_x86_64_msvc 0.42.2", 3089 + ] 3090 + 3091 + [[package]] 3092 + name = "windows-sys" 3093 + version = "0.45.0" 3094 + source = "registry+https://github.com/rust-lang/crates.io-index" 3095 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3096 + dependencies = [ 3097 + "windows-targets 0.42.2", 3098 + ] 3099 + 3100 + [[package]] 3101 + name = "windows-sys" 3102 + version = "0.48.0" 3103 + source = "registry+https://github.com/rust-lang/crates.io-index" 3104 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3105 + dependencies = [ 3106 + "windows-targets 0.48.0", 3107 + ] 3108 + 3109 + [[package]] 3110 + name = "windows-targets" 3111 + version = "0.42.2" 3112 + source = "registry+https://github.com/rust-lang/crates.io-index" 3113 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 3114 + dependencies = [ 3115 + "windows_aarch64_gnullvm 0.42.2", 3116 + "windows_aarch64_msvc 0.42.2", 3117 + "windows_i686_gnu 0.42.2", 3118 + "windows_i686_msvc 0.42.2", 3119 + "windows_x86_64_gnu 0.42.2", 3120 + "windows_x86_64_gnullvm 0.42.2", 3121 + "windows_x86_64_msvc 0.42.2", 3122 + ] 3123 + 3124 + [[package]] 3125 + name = "windows-targets" 3126 + version = "0.48.0" 3127 + source = "registry+https://github.com/rust-lang/crates.io-index" 3128 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 3129 + dependencies = [ 3130 + "windows_aarch64_gnullvm 0.48.0", 3131 + "windows_aarch64_msvc 0.48.0", 3132 + "windows_i686_gnu 0.48.0", 3133 + "windows_i686_msvc 0.48.0", 3134 + "windows_x86_64_gnu 0.48.0", 3135 + "windows_x86_64_gnullvm 0.48.0", 3136 + "windows_x86_64_msvc 0.48.0", 3137 + ] 3138 + 3139 + [[package]] 3140 + name = "windows_aarch64_gnullvm" 3141 + version = "0.42.2" 3142 + source = "registry+https://github.com/rust-lang/crates.io-index" 3143 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 3144 + 3145 + [[package]] 3146 + name = "windows_aarch64_gnullvm" 3147 + version = "0.48.0" 3148 + source = "registry+https://github.com/rust-lang/crates.io-index" 3149 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 3150 + 3151 + [[package]] 3152 + name = "windows_aarch64_msvc" 3153 + version = "0.42.2" 3154 + source = "registry+https://github.com/rust-lang/crates.io-index" 3155 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 3156 + 3157 + [[package]] 3158 + name = "windows_aarch64_msvc" 3159 + version = "0.48.0" 3160 + source = "registry+https://github.com/rust-lang/crates.io-index" 3161 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 3162 + 3163 + [[package]] 3164 + name = "windows_i686_gnu" 3165 + version = "0.42.2" 3166 + source = "registry+https://github.com/rust-lang/crates.io-index" 3167 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 3168 + 3169 + [[package]] 3170 + name = "windows_i686_gnu" 3171 + version = "0.48.0" 3172 + source = "registry+https://github.com/rust-lang/crates.io-index" 3173 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 3174 + 3175 + [[package]] 3176 + name = "windows_i686_msvc" 3177 + version = "0.42.2" 3178 + source = "registry+https://github.com/rust-lang/crates.io-index" 3179 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 3180 + 3181 + [[package]] 3182 + name = "windows_i686_msvc" 3183 + version = "0.48.0" 3184 + source = "registry+https://github.com/rust-lang/crates.io-index" 3185 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 3186 + 3187 + [[package]] 3188 + name = "windows_x86_64_gnu" 3189 + version = "0.42.2" 3190 + source = "registry+https://github.com/rust-lang/crates.io-index" 3191 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 3192 + 3193 + [[package]] 3194 + name = "windows_x86_64_gnu" 3195 + version = "0.48.0" 3196 + source = "registry+https://github.com/rust-lang/crates.io-index" 3197 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 3198 + 3199 + [[package]] 3200 + name = "windows_x86_64_gnullvm" 3201 + version = "0.42.2" 3202 + source = "registry+https://github.com/rust-lang/crates.io-index" 3203 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 3204 + 3205 + [[package]] 3206 + name = "windows_x86_64_gnullvm" 3207 + version = "0.48.0" 3208 + source = "registry+https://github.com/rust-lang/crates.io-index" 3209 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 3210 + 3211 + [[package]] 3212 + name = "windows_x86_64_msvc" 3213 + version = "0.42.2" 3214 + source = "registry+https://github.com/rust-lang/crates.io-index" 3215 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 3216 + 3217 + [[package]] 3218 + name = "windows_x86_64_msvc" 3219 + version = "0.48.0" 3220 + source = "registry+https://github.com/rust-lang/crates.io-index" 3221 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 3222 + 3223 + [[package]] 3224 + name = "winnow" 3225 + version = "0.4.6" 3226 + source = "registry+https://github.com/rust-lang/crates.io-index" 3227 + checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 3228 + dependencies = [ 3229 + "memchr", 3230 + ] 3231 + 3232 + [[package]] 3233 + name = "winreg" 3234 + version = "0.10.1" 3235 + source = "registry+https://github.com/rust-lang/crates.io-index" 3236 + checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 3237 + dependencies = [ 3238 + "winapi 0.3.9", 3239 + ] 3240 + 3241 + [[package]] 3242 + name = "ws2_32-sys" 3243 + version = "0.2.1" 3244 + source = "registry+https://github.com/rust-lang/crates.io-index" 3245 + checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 3246 + dependencies = [ 3247 + "winapi 0.2.8", 3248 + "winapi-build", 3249 + ] 3250 + 3251 + [[package]] 3252 + name = "wyz" 3253 + version = "0.5.1" 3254 + source = "registry+https://github.com/rust-lang/crates.io-index" 3255 + checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 3256 + dependencies = [ 3257 + "tap", 3258 + ] 3259 + 3260 + [[package]] 3261 + name = "xattr" 3262 + version = "0.2.3" 3263 + source = "registry+https://github.com/rust-lang/crates.io-index" 3264 + checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 3265 + dependencies = [ 3266 + "libc", 3267 + ] 3268 + 3269 + [[package]] 3270 + name = "yaml-rust" 3271 + version = "0.4.5" 3272 + source = "registry+https://github.com/rust-lang/crates.io-index" 3273 + checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 3274 + dependencies = [ 3275 + "linked-hash-map", 3276 + ] 3277 + 3278 + [[package]] 3279 + name = "yansi" 3280 + version = "0.5.1" 3281 + source = "registry+https://github.com/rust-lang/crates.io-index" 3282 + checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 3283 + 3284 + [[package]] 3285 + name = "zip" 3286 + version = "0.6.6" 3287 + source = "registry+https://github.com/rust-lang/crates.io-index" 3288 + checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 3289 + dependencies = [ 3290 + "byteorder", 3291 + "crc32fast", 3292 + "crossbeam-utils", 3293 + "flate2", 3294 + ]
+11 -5
pkgs/development/tools/rust/cargo-leptos/default.nix
··· 11 11 CoreServices 12 12 Security; 13 13 inherit (lib) optionals; 14 - inherit (stdenv) isDarwin isLinux; 14 + inherit (stdenv) isDarwin; 15 15 in 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "cargo-leptos"; 18 - version = "0.1.8"; 18 + version = "0.1.11"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "leptos-rs"; 22 22 repo = pname; 23 - rev = version; 24 - hash = "sha256-z4AqxvKu9E8GGMj6jNUAAWeqoE/j+6NoAEZWeNZ+1BA="; 23 + rev = "v${version}"; 24 + hash = "sha256-hZevu2lwyYFenABu1uV7/mZc7SXfLzR6Pdmc3zHJ2vw="; 25 25 }; 26 26 27 - cargoHash = "sha256-w/9W4DXbh4G5DZ8IGUz4nN3LEjHhL7HgybHqODMFzHw="; 27 + cargoLock = { 28 + lockFile = ./Cargo.lock; 29 + outputHashes = { 30 + "leptos_hot_reload-0.3.0" = "sha256-Pl3nZaz5r5ZFagytLMczIyXEWQ6AFLb3+TrI/6Sevig="; 31 + }; 32 + }; 33 + 28 34 nativeBuildInputs = optionals (!isDarwin) [ pkg-config ]; 29 35 30 36 buildInputs = optionals (!isDarwin) [
+4 -4
pkgs/development/tools/rust/sqlx-cli/default.nix
··· 14 14 15 15 rustPlatform.buildRustPackage rec { 16 16 pname = "sqlx-cli"; 17 - version = "0.7.0"; 17 + version = "0.7.1"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "launchbadge"; 21 21 repo = "sqlx"; 22 22 rev = "v${version}"; 23 - hash = "sha256-f9DCavvqq/a+1wusKlc3jOjyFRVMIAHGCryZxV5qews="; 23 + hash = "sha256-567/uJPQhrNqDqBF/PqklXm2avSjvtQsddjChwUKUCI="; 24 24 }; 25 25 26 - cargoHash = "sha256-9vbrehtfw6ctIF7uXZPvODx3kkxz+m9h2Uv+2t45I0w="; 26 + cargoHash = "sha256-X7fLbih1s3sxn8vb2kQeFUKDK2DlC+sjm9ZTwj3FD1Y="; 27 27 28 28 doCheck = false; 29 29 cargoBuildFlags = [ "-p sqlx-cli" ]; ··· 42 42 "SQLx's associated command-line utility for managing databases, migrations, and enabling offline mode with sqlx::query!() and friends."; 43 43 homepage = "https://github.com/launchbadge/sqlx"; 44 44 license = licenses.asl20; 45 - maintainers = with maintainers; [ greizgh xrelkd ]; 45 + maintainers = with maintainers; [ greizgh xrelkd fd ]; 46 46 }; 47 47 }
+3 -3
pkgs/development/web/deno/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "deno"; 14 - version = "1.35.1"; 14 + version = "1.35.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "denoland"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - hash = "sha256-8Q2U3+exWL3rz/YKCk0IvyfgTW6EGmzHG5py0cjW07U="; 20 + hash = "sha256-KyFQtJO78F2CdOqEQOXRoEWtc1N0qp1QWATOC+2JTCg="; 21 21 }; 22 - cargoHash = "sha256-ErCihNFxnQJUHG4QYeGTFwFq9jaOzAcXIREGsHTfmHM="; 22 + cargoHash = "sha256-9Lxkhc0Edpthycwm27d+RZReXut2nUU9i5OZhcwE1YU="; 23 23 24 24 postPatch = '' 25 25 # upstream uses lld on aarch64-darwin for faster builds
+24 -24
pkgs/games/factorio/versions.json
··· 2 2 "x86_64-linux": { 3 3 "alpha": { 4 4 "experimental": { 5 - "name": "factorio_alpha_x64-1.1.81.tar.xz", 5 + "name": "factorio_alpha_x64-1.1.88.tar.xz", 6 6 "needsAuth": true, 7 - "sha256": "0a8wql8lqlf7jd2bgsgqvkl62jz4gym03iwccif4xc5y1f8sqh32", 7 + "sha256": "1imqg0yqrc1wgkw6x9hdakssl6vwlw4f9fxn4k6535vjqk7fpcas", 8 8 "tarDirectory": "x64", 9 - "url": "https://factorio.com/get-download/1.1.81/alpha/linux64", 10 - "version": "1.1.81" 9 + "url": "https://factorio.com/get-download/1.1.88/alpha/linux64", 10 + "version": "1.1.88" 11 11 }, 12 12 "stable": { 13 - "name": "factorio_alpha_x64-1.1.80.tar.xz", 13 + "name": "factorio_alpha_x64-1.1.87.tar.xz", 14 14 "needsAuth": true, 15 - "sha256": "084j0vb3xp57c0i01jqfxnp8ky6c9rid5yx96l8jqg51071wai6g", 15 + "sha256": "166mfblhxa6l3nglwwl77d1k3rkfcisp9bkps6y5zb2hmsmr00s6", 16 16 "tarDirectory": "x64", 17 - "url": "https://factorio.com/get-download/1.1.80/alpha/linux64", 18 - "version": "1.1.80" 17 + "url": "https://factorio.com/get-download/1.1.87/alpha/linux64", 18 + "version": "1.1.87" 19 19 } 20 20 }, 21 21 "demo": { 22 22 "experimental": { 23 - "name": "factorio_demo_x64-1.1.81.tar.xz", 23 + "name": "factorio_demo_x64-1.1.88.tar.xz", 24 24 "needsAuth": false, 25 - "sha256": "1rj6bcir4jjs23yh07w64rygf67xkpsvgi6byxmrhcv5pi1vavgj", 25 + "sha256": "0m1rx7khfg3p0bj8gp30cqipwqjk1sjj13mzzxh67crwcjzxps9z", 26 26 "tarDirectory": "x64", 27 - "url": "https://factorio.com/get-download/1.1.81/demo/linux64", 28 - "version": "1.1.81" 27 + "url": "https://factorio.com/get-download/1.1.88/demo/linux64", 28 + "version": "1.1.88" 29 29 }, 30 30 "stable": { 31 - "name": "factorio_demo_x64-1.1.76.tar.xz", 31 + "name": "factorio_demo_x64-1.1.87.tar.xz", 32 32 "needsAuth": false, 33 - "sha256": "0f3m0p5baakc6cv9fr3rwyq39bydraji9wh3ivblg1mj6dwpqnlj", 33 + "sha256": "1n5q4wgp2z18vpkvim8yxg4w9wc28mw9gfnqwq6fcwafz90xy9sq", 34 34 "tarDirectory": "x64", 35 - "url": "https://factorio.com/get-download/1.1.76/demo/linux64", 36 - "version": "1.1.76" 35 + "url": "https://factorio.com/get-download/1.1.87/demo/linux64", 36 + "version": "1.1.87" 37 37 } 38 38 }, 39 39 "headless": { 40 40 "experimental": { 41 - "name": "factorio_headless_x64-1.1.81.tar.xz", 41 + "name": "factorio_headless_x64-1.1.88.tar.xz", 42 42 "needsAuth": false, 43 - "sha256": "1ibz80bc45lasmy46657awq002gs93nzgirli7zrwcdps50d7vbl", 43 + "sha256": "0k0c1yvlkd0bi7cz99xak0wvcpzg7zfn9nzydrd7fkxj6h41fivm", 44 44 "tarDirectory": "x64", 45 - "url": "https://factorio.com/get-download/1.1.81/headless/linux64", 46 - "version": "1.1.81" 45 + "url": "https://factorio.com/get-download/1.1.88/headless/linux64", 46 + "version": "1.1.88" 47 47 }, 48 48 "stable": { 49 - "name": "factorio_headless_x64-1.1.80.tar.xz", 49 + "name": "factorio_headless_x64-1.1.87.tar.xz", 50 50 "needsAuth": false, 51 - "sha256": "0db6g50gwcq2lwlgagc7in12wag6siwcldlq367x2h0d2q0rxj36", 51 + "sha256": "1k2pk0s2nf4xy168kzf798ha7x4zc5ijpvxp61xlq7xddm5qicv0", 52 52 "tarDirectory": "x64", 53 - "url": "https://factorio.com/get-download/1.1.80/headless/linux64", 54 - "version": "1.1.80" 53 + "url": "https://factorio.com/get-download/1.1.87/headless/linux64", 54 + "version": "1.1.87" 55 55 } 56 56 } 57 57 }
+3 -3
pkgs/servers/monitoring/unpoller/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "unpoller"; 9 - version = "2.7.14"; 9 + version = "2.7.20"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "unpoller"; 13 13 repo = "unpoller"; 14 14 rev = "v${version}"; 15 - hash = "sha256-rIAqR13TKHv4i7n8s7QehFlU4C3z/Cgw8lQaKFZcCt0="; 15 + hash = "sha256-6uH437q3a77c+7tH7VdYmdON+M7z4gqY/Wvj1XyT9c8="; 16 16 }; 17 17 18 - vendorHash = "sha256-fPUwMQQK8D0FA/X4E0yFEIP2ZO0iwyVapYctGCKyMjk="; 18 + vendorHash = "sha256-XclpyB1IBKD/ALn0nbmTugiVlf5GCca+NF2/7uVTHKs="; 19 19 20 20 ldflags = [ 21 21 "-w" "-s"
+3 -3
pkgs/servers/static-web-server/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "static-web-server"; 5 - version = "2.20.0"; 5 + version = "2.20.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "static-web-server"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-xhe6N718Tuqzjuo5Kt1X4myoxA5zmwf/fOJRJpchNug="; 11 + hash = "sha256-48pACFuknurqn97bRcAbyLSPs5OUyIgNU/jzYTwSRWg="; 12 12 }; 13 13 14 - cargoHash = "sha256-GBzS4UJGvBYacGVOcAhWjueSQWg1o7QGMIIwePf5TVI="; 14 + cargoHash = "sha256-M6XWSzrw34AJI2HEHnqPARt/O4VSKgpwVGVyRI2Sods="; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ 17 17 darwin.apple_sdk.frameworks.Security
-634
pkgs/tools/misc/kalker/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "aho-corasick" 7 - version = "0.7.20" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 10 - dependencies = [ 11 - "memchr", 12 - ] 13 - 14 - [[package]] 15 - name = "ansi_term" 16 - version = "0.12.1" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 19 - dependencies = [ 20 - "winapi", 21 - ] 22 - 23 - [[package]] 24 - name = "atty" 25 - version = "0.2.14" 26 - source = "registry+https://github.com/rust-lang/crates.io-index" 27 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 28 - dependencies = [ 29 - "hermit-abi", 30 - "libc", 31 - "winapi", 32 - ] 33 - 34 - [[package]] 35 - name = "az" 36 - version = "1.2.1" 37 - source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" 39 - 40 - [[package]] 41 - name = "bitflags" 42 - version = "1.3.2" 43 - source = "registry+https://github.com/rust-lang/crates.io-index" 44 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 45 - 46 - [[package]] 47 - name = "bumpalo" 48 - version = "3.12.0" 49 - source = "registry+https://github.com/rust-lang/crates.io-index" 50 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 51 - 52 - [[package]] 53 - name = "cc" 54 - version = "1.0.79" 55 - source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 57 - 58 - [[package]] 59 - name = "cfg-if" 60 - version = "1.0.0" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 63 - 64 - [[package]] 65 - name = "console_error_panic_hook" 66 - version = "0.1.7" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 69 - dependencies = [ 70 - "cfg-if", 71 - "wasm-bindgen", 72 - ] 73 - 74 - [[package]] 75 - name = "dirs" 76 - version = "3.0.2" 77 - source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" 79 - dependencies = [ 80 - "dirs-sys", 81 - ] 82 - 83 - [[package]] 84 - name = "dirs-next" 85 - version = "2.0.0" 86 - source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 88 - dependencies = [ 89 - "cfg-if", 90 - "dirs-sys-next", 91 - ] 92 - 93 - [[package]] 94 - name = "dirs-sys" 95 - version = "0.3.7" 96 - source = "registry+https://github.com/rust-lang/crates.io-index" 97 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 98 - dependencies = [ 99 - "libc", 100 - "redox_users", 101 - "winapi", 102 - ] 103 - 104 - [[package]] 105 - name = "dirs-sys-next" 106 - version = "0.1.2" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 109 - dependencies = [ 110 - "libc", 111 - "redox_users", 112 - "winapi", 113 - ] 114 - 115 - [[package]] 116 - name = "fs2" 117 - version = "0.4.3" 118 - source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 120 - dependencies = [ 121 - "libc", 122 - "winapi", 123 - ] 124 - 125 - [[package]] 126 - name = "getrandom" 127 - version = "0.2.9" 128 - source = "registry+https://github.com/rust-lang/crates.io-index" 129 - checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 130 - dependencies = [ 131 - "cfg-if", 132 - "libc", 133 - "wasi", 134 - ] 135 - 136 - [[package]] 137 - name = "gmp-mpfr-sys" 138 - version = "1.5.2" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "5b560063e2ffa8ce9c2ef9bf487f2944a97deca5b8de0b5bcd0ae6437ef8b75f" 141 - dependencies = [ 142 - "libc", 143 - "windows-sys", 144 - ] 145 - 146 - [[package]] 147 - name = "hermit-abi" 148 - version = "0.1.19" 149 - source = "registry+https://github.com/rust-lang/crates.io-index" 150 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 151 - dependencies = [ 152 - "libc", 153 - ] 154 - 155 - [[package]] 156 - name = "js-sys" 157 - version = "0.3.61" 158 - source = "registry+https://github.com/rust-lang/crates.io-index" 159 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 160 - dependencies = [ 161 - "wasm-bindgen", 162 - ] 163 - 164 - [[package]] 165 - name = "kalk" 166 - version = "3.0.3" 167 - dependencies = [ 168 - "gmp-mpfr-sys", 169 - "lazy_static", 170 - "regex", 171 - "rug", 172 - "test-case", 173 - "wasm-bindgen", 174 - "wasm-bindgen-test", 175 - ] 176 - 177 - [[package]] 178 - name = "kalker" 179 - version = "2.0.3" 180 - dependencies = [ 181 - "ansi_term", 182 - "atty", 183 - "dirs", 184 - "kalk", 185 - "lazy_static", 186 - "regex", 187 - "rustyline", 188 - "seahorse", 189 - "winres", 190 - ] 191 - 192 - [[package]] 193 - name = "lazy_static" 194 - version = "1.4.0" 195 - source = "registry+https://github.com/rust-lang/crates.io-index" 196 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 197 - 198 - [[package]] 199 - name = "libc" 200 - version = "0.2.141" 201 - source = "registry+https://github.com/rust-lang/crates.io-index" 202 - checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 203 - 204 - [[package]] 205 - name = "log" 206 - version = "0.4.17" 207 - source = "registry+https://github.com/rust-lang/crates.io-index" 208 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 209 - dependencies = [ 210 - "cfg-if", 211 - ] 212 - 213 - [[package]] 214 - name = "memchr" 215 - version = "2.5.0" 216 - source = "registry+https://github.com/rust-lang/crates.io-index" 217 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 218 - 219 - [[package]] 220 - name = "nix" 221 - version = "0.19.1" 222 - source = "registry+https://github.com/rust-lang/crates.io-index" 223 - checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2" 224 - dependencies = [ 225 - "bitflags", 226 - "cc", 227 - "cfg-if", 228 - "libc", 229 - ] 230 - 231 - [[package]] 232 - name = "once_cell" 233 - version = "1.17.1" 234 - source = "registry+https://github.com/rust-lang/crates.io-index" 235 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 236 - 237 - [[package]] 238 - name = "proc-macro2" 239 - version = "1.0.56" 240 - source = "registry+https://github.com/rust-lang/crates.io-index" 241 - checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 242 - dependencies = [ 243 - "unicode-ident", 244 - ] 245 - 246 - [[package]] 247 - name = "quote" 248 - version = "1.0.26" 249 - source = "registry+https://github.com/rust-lang/crates.io-index" 250 - checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 251 - dependencies = [ 252 - "proc-macro2", 253 - ] 254 - 255 - [[package]] 256 - name = "redox_syscall" 257 - version = "0.2.16" 258 - source = "registry+https://github.com/rust-lang/crates.io-index" 259 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 260 - dependencies = [ 261 - "bitflags", 262 - ] 263 - 264 - [[package]] 265 - name = "redox_users" 266 - version = "0.4.3" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 269 - dependencies = [ 270 - "getrandom", 271 - "redox_syscall", 272 - "thiserror", 273 - ] 274 - 275 - [[package]] 276 - name = "regex" 277 - version = "1.7.3" 278 - source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 280 - dependencies = [ 281 - "aho-corasick", 282 - "memchr", 283 - "regex-syntax", 284 - ] 285 - 286 - [[package]] 287 - name = "regex-syntax" 288 - version = "0.6.29" 289 - source = "registry+https://github.com/rust-lang/crates.io-index" 290 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 291 - 292 - [[package]] 293 - name = "rug" 294 - version = "1.19.2" 295 - source = "registry+https://github.com/rust-lang/crates.io-index" 296 - checksum = "555e8b44763d034526db899c88cd56ccc4486cd38b444c8aa0e79d4e70ae5a34" 297 - dependencies = [ 298 - "az", 299 - "gmp-mpfr-sys", 300 - "libc", 301 - ] 302 - 303 - [[package]] 304 - name = "rustyline" 305 - version = "7.1.0" 306 - source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "8227301bfc717136f0ecbd3d064ba8199e44497a0bdd46bb01ede4387cfd2cec" 308 - dependencies = [ 309 - "bitflags", 310 - "cfg-if", 311 - "dirs-next", 312 - "fs2", 313 - "libc", 314 - "log", 315 - "memchr", 316 - "nix", 317 - "scopeguard", 318 - "unicode-segmentation", 319 - "unicode-width", 320 - "utf8parse", 321 - "winapi", 322 - ] 323 - 324 - [[package]] 325 - name = "scoped-tls" 326 - version = "1.0.1" 327 - source = "registry+https://github.com/rust-lang/crates.io-index" 328 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 329 - 330 - [[package]] 331 - name = "scopeguard" 332 - version = "1.1.0" 333 - source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 335 - 336 - [[package]] 337 - name = "seahorse" 338 - version = "1.1.2" 339 - source = "registry+https://github.com/rust-lang/crates.io-index" 340 - checksum = "8bee1fe454786f1d236a07cb3d3adcbaca96e9ba42d23bc58de059937bb059bd" 341 - 342 - [[package]] 343 - name = "serde" 344 - version = "1.0.160" 345 - source = "registry+https://github.com/rust-lang/crates.io-index" 346 - checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 347 - 348 - [[package]] 349 - name = "syn" 350 - version = "1.0.109" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 353 - dependencies = [ 354 - "proc-macro2", 355 - "quote", 356 - "unicode-ident", 357 - ] 358 - 359 - [[package]] 360 - name = "syn" 361 - version = "2.0.15" 362 - source = "registry+https://github.com/rust-lang/crates.io-index" 363 - checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 364 - dependencies = [ 365 - "proc-macro2", 366 - "quote", 367 - "unicode-ident", 368 - ] 369 - 370 - [[package]] 371 - name = "test-case" 372 - version = "1.2.3" 373 - source = "registry+https://github.com/rust-lang/crates.io-index" 374 - checksum = "e9e5f048404b43e8ae66dce036163515b6057024cf58c6377be501f250bd3c6a" 375 - dependencies = [ 376 - "cfg-if", 377 - "proc-macro2", 378 - "quote", 379 - "syn 1.0.109", 380 - "version_check", 381 - ] 382 - 383 - [[package]] 384 - name = "thiserror" 385 - version = "1.0.40" 386 - source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 388 - dependencies = [ 389 - "thiserror-impl", 390 - ] 391 - 392 - [[package]] 393 - name = "thiserror-impl" 394 - version = "1.0.40" 395 - source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 397 - dependencies = [ 398 - "proc-macro2", 399 - "quote", 400 - "syn 2.0.15", 401 - ] 402 - 403 - [[package]] 404 - name = "toml" 405 - version = "0.5.11" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 408 - dependencies = [ 409 - "serde", 410 - ] 411 - 412 - [[package]] 413 - name = "unicode-ident" 414 - version = "1.0.8" 415 - source = "registry+https://github.com/rust-lang/crates.io-index" 416 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 417 - 418 - [[package]] 419 - name = "unicode-segmentation" 420 - version = "1.10.1" 421 - source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 423 - 424 - [[package]] 425 - name = "unicode-width" 426 - version = "0.1.10" 427 - source = "registry+https://github.com/rust-lang/crates.io-index" 428 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 429 - 430 - [[package]] 431 - name = "utf8parse" 432 - version = "0.2.1" 433 - source = "registry+https://github.com/rust-lang/crates.io-index" 434 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 435 - 436 - [[package]] 437 - name = "version_check" 438 - version = "0.9.4" 439 - source = "registry+https://github.com/rust-lang/crates.io-index" 440 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 441 - 442 - [[package]] 443 - name = "wasi" 444 - version = "0.11.0+wasi-snapshot-preview1" 445 - source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 447 - 448 - [[package]] 449 - name = "wasm-bindgen" 450 - version = "0.2.84" 451 - source = "registry+https://github.com/rust-lang/crates.io-index" 452 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 453 - dependencies = [ 454 - "cfg-if", 455 - "wasm-bindgen-macro", 456 - ] 457 - 458 - [[package]] 459 - name = "wasm-bindgen-backend" 460 - version = "0.2.84" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 463 - dependencies = [ 464 - "bumpalo", 465 - "log", 466 - "once_cell", 467 - "proc-macro2", 468 - "quote", 469 - "syn 1.0.109", 470 - "wasm-bindgen-shared", 471 - ] 472 - 473 - [[package]] 474 - name = "wasm-bindgen-futures" 475 - version = "0.4.34" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 478 - dependencies = [ 479 - "cfg-if", 480 - "js-sys", 481 - "wasm-bindgen", 482 - "web-sys", 483 - ] 484 - 485 - [[package]] 486 - name = "wasm-bindgen-macro" 487 - version = "0.2.84" 488 - source = "registry+https://github.com/rust-lang/crates.io-index" 489 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 490 - dependencies = [ 491 - "quote", 492 - "wasm-bindgen-macro-support", 493 - ] 494 - 495 - [[package]] 496 - name = "wasm-bindgen-macro-support" 497 - version = "0.2.84" 498 - source = "registry+https://github.com/rust-lang/crates.io-index" 499 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 500 - dependencies = [ 501 - "proc-macro2", 502 - "quote", 503 - "syn 1.0.109", 504 - "wasm-bindgen-backend", 505 - "wasm-bindgen-shared", 506 - ] 507 - 508 - [[package]] 509 - name = "wasm-bindgen-shared" 510 - version = "0.2.84" 511 - source = "registry+https://github.com/rust-lang/crates.io-index" 512 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 513 - 514 - [[package]] 515 - name = "wasm-bindgen-test" 516 - version = "0.3.34" 517 - source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "6db36fc0f9fb209e88fb3642590ae0205bb5a56216dabd963ba15879fe53a30b" 519 - dependencies = [ 520 - "console_error_panic_hook", 521 - "js-sys", 522 - "scoped-tls", 523 - "wasm-bindgen", 524 - "wasm-bindgen-futures", 525 - "wasm-bindgen-test-macro", 526 - ] 527 - 528 - [[package]] 529 - name = "wasm-bindgen-test-macro" 530 - version = "0.3.34" 531 - source = "registry+https://github.com/rust-lang/crates.io-index" 532 - checksum = "0734759ae6b3b1717d661fe4f016efcfb9828f5edb4520c18eaee05af3b43be9" 533 - dependencies = [ 534 - "proc-macro2", 535 - "quote", 536 - ] 537 - 538 - [[package]] 539 - name = "web-sys" 540 - version = "0.3.61" 541 - source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 543 - dependencies = [ 544 - "js-sys", 545 - "wasm-bindgen", 546 - ] 547 - 548 - [[package]] 549 - name = "winapi" 550 - version = "0.3.9" 551 - source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 553 - dependencies = [ 554 - "winapi-i686-pc-windows-gnu", 555 - "winapi-x86_64-pc-windows-gnu", 556 - ] 557 - 558 - [[package]] 559 - name = "winapi-i686-pc-windows-gnu" 560 - version = "0.4.0" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 563 - 564 - [[package]] 565 - name = "winapi-x86_64-pc-windows-gnu" 566 - version = "0.4.0" 567 - source = "registry+https://github.com/rust-lang/crates.io-index" 568 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 569 - 570 - [[package]] 571 - name = "windows-sys" 572 - version = "0.42.0" 573 - source = "registry+https://github.com/rust-lang/crates.io-index" 574 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 575 - dependencies = [ 576 - "windows_aarch64_gnullvm", 577 - "windows_aarch64_msvc", 578 - "windows_i686_gnu", 579 - "windows_i686_msvc", 580 - "windows_x86_64_gnu", 581 - "windows_x86_64_gnullvm", 582 - "windows_x86_64_msvc", 583 - ] 584 - 585 - [[package]] 586 - name = "windows_aarch64_gnullvm" 587 - version = "0.42.2" 588 - source = "registry+https://github.com/rust-lang/crates.io-index" 589 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 590 - 591 - [[package]] 592 - name = "windows_aarch64_msvc" 593 - version = "0.42.2" 594 - source = "registry+https://github.com/rust-lang/crates.io-index" 595 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 596 - 597 - [[package]] 598 - name = "windows_i686_gnu" 599 - version = "0.42.2" 600 - source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 602 - 603 - [[package]] 604 - name = "windows_i686_msvc" 605 - version = "0.42.2" 606 - source = "registry+https://github.com/rust-lang/crates.io-index" 607 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 608 - 609 - [[package]] 610 - name = "windows_x86_64_gnu" 611 - version = "0.42.2" 612 - source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 614 - 615 - [[package]] 616 - name = "windows_x86_64_gnullvm" 617 - version = "0.42.2" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 620 - 621 - [[package]] 622 - name = "windows_x86_64_msvc" 623 - version = "0.42.2" 624 - source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 626 - 627 - [[package]] 628 - name = "winres" 629 - version = "0.1.12" 630 - source = "registry+https://github.com/rust-lang/crates.io-index" 631 - checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" 632 - dependencies = [ 633 - "toml", 634 - ]
+7 -8
pkgs/tools/misc/kalker/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "kalker"; 11 - version = "2.0.3"; 11 + version = "2.0.4"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "PaddiM8"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-Pj3rcjEbUt+pnmbOZlv2JIvUhVdeiXYDKc5FED6qO7E="; 17 + hash = "sha256-8tJi4PRGhNCndiMRdZUvCSdx/+p9OhJyJ3AbD+PucSo="; 18 18 }; 19 19 20 - cargoLock = { 21 - lockFile = ./Cargo.lock; 22 - }; 20 + cargoHash = "sha256-rGy4tkjjPiV2lpdOtfqjsXgBgi/x+45K4KeUDhyfQoA="; 23 21 24 22 buildInputs = [ gmp mpfr libmpc ]; 25 23 26 24 outputs = [ "out" "lib" ]; 27 25 28 - postPatch = '' 29 - ln -s ${./Cargo.lock} Cargo.lock 26 + # Cargo.lock is outdated 27 + preConfigure = '' 28 + cargo metadata --offline 30 29 ''; 31 30 32 31 postInstall = '' 33 32 moveToOutput "lib" "$lib" 34 33 ''; 35 34 36 - CARGO_FEATURE_USE_SYSTEM_LIBS = "1"; 35 + env.CARGO_FEATURE_USE_SYSTEM_LIBS = "1"; 37 36 38 37 meta = with lib; { 39 38 homepage = "https://kalker.strct.net";
+3 -2
pkgs/tools/text/frogmouth/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "frogmouth"; 8 - version = "0.7.0"; 8 + version = "0.8.0"; 9 9 format = "pyproject"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "Textualize"; 13 13 repo = "frogmouth"; 14 14 rev = "v${version}"; 15 - hash = "sha256-XKIGZ100aK5ZCsPxxakXhymYXXFYo7S+chMFs7jwXtw="; 15 + hash = "sha256-GVXzYPYvqgWRFOZW+dfYVI6Dhk9yUmuJ7V8wtM0VjR0="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ ··· 29 29 30 30 pythonRelaxDeps = [ 31 31 "httpx" 32 + "textual" 32 33 "xdg" 33 34 ]; 34 35
+3 -3
pkgs/tools/text/gtree/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "gtree"; 10 - version = "1.8.6"; 10 + version = "1.8.7"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "ddddddO"; 14 14 repo = "gtree"; 15 15 rev = "v${version}"; 16 - hash = "sha256-0jRCQsRiJbQQcz8d7rXkAk4W4EurJ5OOcMAUn11k+ko="; 16 + hash = "sha256-lXyluCezwg3QVYH7zctQy0yDIvGzqMPdabRh5Z7Yw/8="; 17 17 }; 18 18 19 - vendorHash = "sha256-BMfJFR4sqJNNlJ7Y3q2GlXWjMDH+DXhuFQVX5I9Czkc="; 19 + vendorHash = "sha256-QxcDa499XV43p8fstENOtfe3iZ176R5/Ub5iovXlYIM="; 20 20 21 21 subPackages = [ 22 22 "cmd/gtree"