chik-rs 0.2.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. chik_rs-0.2.9/Cargo.lock +903 -0
  2. chik_rs-0.2.9/Cargo.toml +24 -0
  3. chik_rs-0.2.9/PKG-INFO +13 -0
  4. chik_rs-0.2.9/README.md +1 -0
  5. chik_rs-0.2.9/chik_rs.pyi +2017 -0
  6. chik_rs-0.2.9/generate_type_stubs.py +247 -0
  7. chik_rs-0.2.9/local_dependencies/chik/.cargo/config +11 -0
  8. chik_rs-0.2.9/local_dependencies/chik/.github/workflows/audit-check.yml.bak +14 -0
  9. chik_rs-0.2.9/local_dependencies/chik/.github/workflows/benchmark.yml.bak +143 -0
  10. chik_rs-0.2.9/local_dependencies/chik/.github/workflows/build-crate-and-npm.yml +107 -0
  11. chik_rs-0.2.9/local_dependencies/chik/.github/workflows/build-test.yml +478 -0
  12. chik_rs-0.2.9/local_dependencies/chik/.gitignore +1 -0
  13. chik_rs-0.2.9/local_dependencies/chik/.idea/.gitignore +3 -0
  14. chik_rs-0.2.9/local_dependencies/chik/.idea/chik_rs.iml +11 -0
  15. chik_rs-0.2.9/local_dependencies/chik/.idea/inspectionProfiles/Project_Default.xml +31 -0
  16. chik_rs-0.2.9/local_dependencies/chik/.idea/inspectionProfiles/profiles_settings.xml +6 -0
  17. chik_rs-0.2.9/local_dependencies/chik/.idea/misc.xml +4 -0
  18. chik_rs-0.2.9/local_dependencies/chik/.idea/modules.xml +8 -0
  19. chik_rs-0.2.9/local_dependencies/chik/.idea/vcs.xml +6 -0
  20. chik_rs-0.2.9/local_dependencies/chik/Cargo.toml +33 -0
  21. chik_rs-0.2.9/local_dependencies/chik/LICENSE +201 -0
  22. chik_rs-0.2.9/local_dependencies/chik/README.md +4 -0
  23. chik_rs-0.2.9/local_dependencies/chik/cl/README.md +1 -0
  24. chik_rs-0.2.9/local_dependencies/chik/cl/deserialize_w_backrefs.cl +109 -0
  25. chik_rs-0.2.9/local_dependencies/chik/docs/implementation-notes.md +124 -0
  26. chik_rs-0.2.9/local_dependencies/chik/examples/README.md +28 -0
  27. chik_rs-0.2.9/local_dependencies/chik/examples/block-1519806.bin +0 -0
  28. chik_rs-0.2.9/local_dependencies/chik/examples/dump.py +17 -0
  29. chik_rs-0.2.9/local_dependencies/chik/examples/streaming-patch.diff +48 -0
  30. chik_rs-0.2.9/local_dependencies/chik/generator-tests/assert-puzzle-announce-fail.txt +2 -0
  31. chik_rs-0.2.9/local_dependencies/chik/generator-tests/block-225758.env +1 -0
  32. chik_rs-0.2.9/local_dependencies/chik/generator-tests/block-225758.txt +34 -0
  33. chik_rs-0.2.9/local_dependencies/chik/generator-tests/block-834752-compressed.txt +26 -0
  34. chik_rs-0.2.9/local_dependencies/chik/generator-tests/block-834752.txt +26 -0
  35. chik_rs-0.2.9/local_dependencies/chik/generator-tests/block-834760.txt +129 -0
  36. chik_rs-0.2.9/local_dependencies/chik/generator-tests/block-834761.txt +58 -0
  37. chik_rs-0.2.9/local_dependencies/chik/generator-tests/block-834765.txt +118 -0
  38. chik_rs-0.2.9/local_dependencies/chik/generator-tests/block-834766.txt +344 -0
  39. chik_rs-0.2.9/local_dependencies/chik/generator-tests/block-834768.txt +173 -0
  40. chik_rs-0.2.9/local_dependencies/chik/generator-tests/create-coin-different-amounts.txt +8 -0
  41. chik_rs-0.2.9/local_dependencies/chik/generator-tests/create-coin-hint-duplicate-outputs.txt +2 -0
  42. chik_rs-0.2.9/local_dependencies/chik/generator-tests/create-coin-hint.txt +8 -0
  43. chik_rs-0.2.9/local_dependencies/chik/generator-tests/create-coin-hint2.txt +8 -0
  44. chik_rs-0.2.9/local_dependencies/chik/generator-tests/deep-recursion-plus.txt +9 -0
  45. chik_rs-0.2.9/local_dependencies/chik/generator-tests/double-spend.txt +2 -0
  46. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-coin-announce.txt +8 -0
  47. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-create-coin.txt +2 -0
  48. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-height-absolute-div.txt +7 -0
  49. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-height-absolute-substr-tail.txt +4 -0
  50. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-height-absolute-substr.txt +4 -0
  51. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-height-absolute.txt +4 -0
  52. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-height-relative.txt +4 -0
  53. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-outputs.txt +2 -0
  54. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-reserve-fee.txt +4 -0
  55. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-seconds-absolute.txt +4 -0
  56. chik_rs-0.2.9/local_dependencies/chik/generator-tests/duplicate-seconds-relative.txt +4 -0
  57. chik_rs-0.2.9/local_dependencies/chik/generator-tests/height-absolute-ladder.txt +4 -0
  58. chik_rs-0.2.9/local_dependencies/chik/generator-tests/infinite-recursion1.txt +2 -0
  59. chik_rs-0.2.9/local_dependencies/chik/generator-tests/infinite-recursion2.txt +2 -0
  60. chik_rs-0.2.9/local_dependencies/chik/generator-tests/infinite-recursion3.txt +2 -0
  61. chik_rs-0.2.9/local_dependencies/chik/generator-tests/infinite-recursion4.txt +2 -0
  62. chik_rs-0.2.9/local_dependencies/chik/generator-tests/invalid-conditions.txt +2 -0
  63. chik_rs-0.2.9/local_dependencies/chik/generator-tests/just-puzzle-announce.txt +6 -0
  64. chik_rs-0.2.9/local_dependencies/chik/generator-tests/many-create-coin.txt +6100 -0
  65. chik_rs-0.2.9/local_dependencies/chik/generator-tests/many-large-ints-negative.txt +8 -0
  66. chik_rs-0.2.9/local_dependencies/chik/generator-tests/many-large-ints.txt +4 -0
  67. chik_rs-0.2.9/local_dependencies/chik/generator-tests/max-height.txt +10 -0
  68. chik_rs-0.2.9/local_dependencies/chik/generator-tests/multiple-reserve-fee.txt +7 -0
  69. chik_rs-0.2.9/local_dependencies/chik/generator-tests/negative-reserve-fee.txt +4 -0
  70. chik_rs-0.2.9/local_dependencies/chik/generator-tests/recursion-pairs.txt +2 -0
  71. chik_rs-0.2.9/local_dependencies/chik/generator-tests/unknown-condition.txt +8 -0
  72. chik_rs-0.2.9/local_dependencies/chik/mypy.ini +5 -0
  73. chik_rs-0.2.9/local_dependencies/chik/src/allocator.rs +13 -0
  74. chik_rs-0.2.9/local_dependencies/chik/src/compression/compressor.rs +38 -0
  75. chik_rs-0.2.9/local_dependencies/chik/src/compression/deserialize_w_backrefs.bin +0 -0
  76. chik_rs-0.2.9/local_dependencies/chik/src/compression/mod.rs +1 -0
  77. chik_rs-0.2.9/local_dependencies/chik/src/gen/coin_id.rs +82 -0
  78. chik_rs-0.2.9/local_dependencies/chik/src/gen/condition_sanitizers.rs +163 -0
  79. chik_rs-0.2.9/local_dependencies/chik/src/gen/conditions.rs +4229 -0
  80. chik_rs-0.2.9/local_dependencies/chik/src/gen/flags.rs +56 -0
  81. chik_rs-0.2.9/local_dependencies/chik/src/gen/get_puzzle_and_solution.rs +214 -0
  82. chik_rs-0.2.9/local_dependencies/chik/src/gen/mod.rs +14 -0
  83. chik_rs-0.2.9/local_dependencies/chik/src/gen/opcodes.rs +283 -0
  84. chik_rs-0.2.9/local_dependencies/chik/src/gen/run_block_generator.rs +188 -0
  85. chik_rs-0.2.9/local_dependencies/chik/src/gen/run_puzzle.rs +90 -0
  86. chik_rs-0.2.9/local_dependencies/chik/src/gen/sanitize_int.rs +105 -0
  87. chik_rs-0.2.9/local_dependencies/chik/src/gen/solution_generator.rs +303 -0
  88. chik_rs-0.2.9/local_dependencies/chik/src/gen/test_generators.rs +248 -0
  89. chik_rs-0.2.9/local_dependencies/chik/src/gen/validation_error.rs +173 -0
  90. chik_rs-0.2.9/local_dependencies/chik/src/generator_rom.rs +42 -0
  91. chik_rs-0.2.9/local_dependencies/chik/src/lib.rs +5 -0
  92. chik_rs-0.2.9/local_dependencies/chik/src/merkle_set.rs +716 -0
  93. chik_rs-0.2.9/local_dependencies/chik/tests/generate-programs.py +218 -0
  94. chik_rs-0.2.9/local_dependencies/chik/tests/run-programs.py +95 -0
  95. chik_rs-0.2.9/local_dependencies/chik/tests/run.py +58 -0
  96. chik_rs-0.2.9/local_dependencies/chik/tests/run_gen.py +98 -0
  97. chik_rs-0.2.9/local_dependencies/chik/tests/test-generators.py +124 -0
  98. chik_rs-0.2.9/local_dependencies/chik/tests/test_coin.py +398 -0
  99. chik_rs-0.2.9/local_dependencies/chik/tests/test_run_block_generator.py +52 -0
  100. chik_rs-0.2.9/local_dependencies/chik/tests/test_run_puzzle.py +120 -0
  101. chik_rs-0.2.9/local_dependencies/chik/tests/test_streamable.py +381 -0
  102. chik_rs-0.2.9/local_dependencies/chik/tests/test_tree_hash.py +39 -0
  103. chik_rs-0.2.9/local_dependencies/chik-protocol/Cargo.toml +23 -0
  104. chik_rs-0.2.9/local_dependencies/chik-protocol/src/bls.rs +21 -0
  105. chik_rs-0.2.9/local_dependencies/chik-protocol/src/bytes.rs +437 -0
  106. chik_rs-0.2.9/local_dependencies/chik-protocol/src/chik_error.rs +49 -0
  107. chik_rs-0.2.9/local_dependencies/chik-protocol/src/chik_protocol.rs +171 -0
  108. chik_rs-0.2.9/local_dependencies/chik-protocol/src/classgroup.rs +32 -0
  109. chik_rs-0.2.9/local_dependencies/chik-protocol/src/coin.rs +100 -0
  110. chik_rs-0.2.9/local_dependencies/chik-protocol/src/coin_spend.rs +22 -0
  111. chik_rs-0.2.9/local_dependencies/chik-protocol/src/coin_state.rs +20 -0
  112. chik_rs-0.2.9/local_dependencies/chik-protocol/src/end_of_sub_slot_bundle.rs +25 -0
  113. chik_rs-0.2.9/local_dependencies/chik-protocol/src/fee_estimate.rs +32 -0
  114. chik_rs-0.2.9/local_dependencies/chik-protocol/src/foliage.rs +59 -0
  115. chik_rs-0.2.9/local_dependencies/chik-protocol/src/from_json_dict.rs +146 -0
  116. chik_rs-0.2.9/local_dependencies/chik-protocol/src/fullblock.rs +34 -0
  117. chik_rs-0.2.9/local_dependencies/chik-protocol/src/header_block.rs +42 -0
  118. chik_rs-0.2.9/local_dependencies/chik-protocol/src/lib.rs +53 -0
  119. chik_rs-0.2.9/local_dependencies/chik-protocol/src/message_struct.rs +43 -0
  120. chik_rs-0.2.9/local_dependencies/chik-protocol/src/pool_target.rs +20 -0
  121. chik_rs-0.2.9/local_dependencies/chik-protocol/src/program.rs +60 -0
  122. chik_rs-0.2.9/local_dependencies/chik-protocol/src/proof_of_space.rs +24 -0
  123. chik_rs-0.2.9/local_dependencies/chik-protocol/src/reward_chain_block.rs +46 -0
  124. chik_rs-0.2.9/local_dependencies/chik-protocol/src/slots.rs +52 -0
  125. chik_rs-0.2.9/local_dependencies/chik-protocol/src/spend_bundle.rs +21 -0
  126. chik_rs-0.2.9/local_dependencies/chik-protocol/src/streamable.rs +768 -0
  127. chik_rs-0.2.9/local_dependencies/chik-protocol/src/to_json_dict.rs +81 -0
  128. chik_rs-0.2.9/local_dependencies/chik-protocol/src/vdf.rs +28 -0
  129. chik_rs-0.2.9/local_dependencies/chik-protocol/src/wallet_protocol.rs +194 -0
  130. chik_rs-0.2.9/local_dependencies/chik-protocol/src/weight_proof.rs +42 -0
  131. chik_rs-0.2.9/local_dependencies/chik_py_streamable_macro/Cargo.toml +16 -0
  132. chik_rs-0.2.9/local_dependencies/chik_py_streamable_macro/src/lib.rs +235 -0
  133. chik_rs-0.2.9/local_dependencies/chik_streamable_macro/Cargo.toml +16 -0
  134. chik_rs-0.2.9/local_dependencies/chik_streamable_macro/src/lib.rs +124 -0
  135. chik_rs-0.2.9/local_dependencies/klvm-utils/Cargo.toml +12 -0
  136. chik_rs-0.2.9/local_dependencies/klvm-utils/README.md +9 -0
  137. chik_rs-0.2.9/local_dependencies/klvm-utils/src/lib.rs +2 -0
  138. chik_rs-0.2.9/local_dependencies/klvm-utils/src/tree_hash.rs +102 -0
  139. chik_rs-0.2.9/local_dependencies/klvm-utils/src/uncurry.rs +204 -0
  140. chik_rs-0.2.9/py.typed +0 -0
  141. chik_rs-0.2.9/pyproject.toml +6 -0
  142. chik_rs-0.2.9/src/adapt_response.rs +18 -0
  143. chik_rs-0.2.9/src/api.rs +298 -0
  144. chik_rs-0.2.9/src/compression.rs +17 -0
  145. chik_rs-0.2.9/src/lib.rs +7 -0
  146. chik_rs-0.2.9/src/run_generator.rs +227 -0
  147. chik_rs-0.2.9/src/run_program.rs +104 -0
@@ -0,0 +1,903 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "autocfg"
7
+ version = "1.1.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
10
+
11
+ [[package]]
12
+ name = "base16ct"
13
+ version = "0.2.0"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
16
+
17
+ [[package]]
18
+ name = "base64ct"
19
+ version = "1.6.0"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
22
+
23
+ [[package]]
24
+ name = "bitflags"
25
+ version = "1.3.2"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
28
+
29
+ [[package]]
30
+ name = "bitvec"
31
+ version = "1.0.1"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
34
+ dependencies = [
35
+ "funty",
36
+ "radium",
37
+ "tap",
38
+ "wyz",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "block-buffer"
43
+ version = "0.9.0"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
46
+ dependencies = [
47
+ "generic-array",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "block-buffer"
52
+ version = "0.10.4"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
55
+ dependencies = [
56
+ "generic-array",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "bls12_381"
61
+ version = "0.8.0"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "d7bc6d6292be3a19e6379786dac800f551e5865a5bb51ebbe3064ab80433f403"
64
+ dependencies = [
65
+ "digest 0.9.0",
66
+ "ff",
67
+ "group",
68
+ "pairing",
69
+ "rand_core",
70
+ "subtle",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "bumpalo"
75
+ version = "3.13.0"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
78
+
79
+ [[package]]
80
+ name = "cfg-if"
81
+ version = "1.0.0"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
84
+
85
+ [[package]]
86
+ name = "chik"
87
+ version = "0.2.9"
88
+ dependencies = [
89
+ "chik-protocol",
90
+ "hex",
91
+ "hex-literal",
92
+ "klvm-utils",
93
+ "klvmr",
94
+ "pyo3",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "chik-protocol"
99
+ version = "0.2.7"
100
+ dependencies = [
101
+ "chik_py_streamable_macro",
102
+ "chik_streamable_macro",
103
+ "hex",
104
+ "klvmr",
105
+ "pyo3",
106
+ "sha2 0.9.9",
107
+ ]
108
+
109
+ [[package]]
110
+ name = "chik_py_streamable_macro"
111
+ version = "0.1.4"
112
+ dependencies = [
113
+ "quote",
114
+ "syn 2.0.27",
115
+ ]
116
+
117
+ [[package]]
118
+ name = "chik_rs"
119
+ version = "0.2.9"
120
+ dependencies = [
121
+ "chik",
122
+ "chik-protocol",
123
+ "chik_py_streamable_macro",
124
+ "chik_streamable_macro",
125
+ "hex",
126
+ "klvmr",
127
+ "pyo3",
128
+ ]
129
+
130
+ [[package]]
131
+ name = "chik_streamable_macro"
132
+ version = "0.2.4"
133
+ dependencies = [
134
+ "quote",
135
+ "syn 2.0.27",
136
+ ]
137
+
138
+ [[package]]
139
+ name = "const-oid"
140
+ version = "0.9.4"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "795bc6e66a8e340f075fcf6227e417a2dc976b92b91f3cdc778bb858778b6747"
143
+
144
+ [[package]]
145
+ name = "cpufeatures"
146
+ version = "0.2.9"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
149
+ dependencies = [
150
+ "libc",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "crypto-bigint"
155
+ version = "0.5.2"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15"
158
+ dependencies = [
159
+ "generic-array",
160
+ "rand_core",
161
+ "subtle",
162
+ "zeroize",
163
+ ]
164
+
165
+ [[package]]
166
+ name = "crypto-common"
167
+ version = "0.1.6"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
170
+ dependencies = [
171
+ "generic-array",
172
+ "typenum",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "der"
177
+ version = "0.7.7"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946"
180
+ dependencies = [
181
+ "const-oid",
182
+ "pem-rfc7468",
183
+ "zeroize",
184
+ ]
185
+
186
+ [[package]]
187
+ name = "digest"
188
+ version = "0.9.0"
189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
190
+ checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
191
+ dependencies = [
192
+ "generic-array",
193
+ ]
194
+
195
+ [[package]]
196
+ name = "digest"
197
+ version = "0.10.7"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
200
+ dependencies = [
201
+ "block-buffer 0.10.4",
202
+ "const-oid",
203
+ "crypto-common",
204
+ "subtle",
205
+ ]
206
+
207
+ [[package]]
208
+ name = "ecdsa"
209
+ version = "0.16.8"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"
212
+ dependencies = [
213
+ "der",
214
+ "digest 0.10.7",
215
+ "elliptic-curve",
216
+ "rfc6979",
217
+ "signature",
218
+ "spki",
219
+ ]
220
+
221
+ [[package]]
222
+ name = "elliptic-curve"
223
+ version = "0.13.5"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"
226
+ dependencies = [
227
+ "base16ct",
228
+ "crypto-bigint",
229
+ "digest 0.10.7",
230
+ "ff",
231
+ "generic-array",
232
+ "group",
233
+ "pem-rfc7468",
234
+ "pkcs8",
235
+ "rand_core",
236
+ "sec1",
237
+ "subtle",
238
+ "zeroize",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "ff"
243
+ version = "0.13.0"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
246
+ dependencies = [
247
+ "bitvec",
248
+ "rand_core",
249
+ "subtle",
250
+ ]
251
+
252
+ [[package]]
253
+ name = "funty"
254
+ version = "2.0.0"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
257
+
258
+ [[package]]
259
+ name = "generic-array"
260
+ version = "0.14.7"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
263
+ dependencies = [
264
+ "typenum",
265
+ "version_check",
266
+ "zeroize",
267
+ ]
268
+
269
+ [[package]]
270
+ name = "getrandom"
271
+ version = "0.2.9"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
274
+ dependencies = [
275
+ "cfg-if",
276
+ "js-sys",
277
+ "libc",
278
+ "wasi",
279
+ "wasm-bindgen",
280
+ ]
281
+
282
+ [[package]]
283
+ name = "group"
284
+ version = "0.13.0"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
287
+ dependencies = [
288
+ "ff",
289
+ "rand_core",
290
+ "subtle",
291
+ ]
292
+
293
+ [[package]]
294
+ name = "hex"
295
+ version = "0.4.3"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
298
+
299
+ [[package]]
300
+ name = "hex-literal"
301
+ version = "0.4.1"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
304
+
305
+ [[package]]
306
+ name = "hmac"
307
+ version = "0.12.1"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
310
+ dependencies = [
311
+ "digest 0.10.7",
312
+ ]
313
+
314
+ [[package]]
315
+ name = "indoc"
316
+ version = "1.0.9"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
319
+
320
+ [[package]]
321
+ name = "inventory"
322
+ version = "0.3.11"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "a53088c87cf71c9d4f3372a2cb9eea1e7b8a0b1bf8b7f7d23fe5b76dbb07e63b"
325
+
326
+ [[package]]
327
+ name = "js-sys"
328
+ version = "0.3.64"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
331
+ dependencies = [
332
+ "wasm-bindgen",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "k256"
337
+ version = "0.13.1"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"
340
+ dependencies = [
341
+ "cfg-if",
342
+ "ecdsa",
343
+ "elliptic-curve",
344
+ "once_cell",
345
+ "sha2 0.10.7",
346
+ "signature",
347
+ ]
348
+
349
+ [[package]]
350
+ name = "klvm-utils"
351
+ version = "0.2.7"
352
+ dependencies = [
353
+ "klvmr",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "klvmr"
358
+ version = "0.2.8"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "284ea099bca1662f9dd4543d6d360f477946031b96310b47c0019c770bc0220b"
361
+ dependencies = [
362
+ "bls12_381",
363
+ "getrandom",
364
+ "group",
365
+ "hex",
366
+ "k256",
367
+ "lazy_static",
368
+ "num-bigint",
369
+ "num-integer",
370
+ "num-traits",
371
+ "p256",
372
+ "sha2 0.9.9",
373
+ ]
374
+
375
+ [[package]]
376
+ name = "lazy_static"
377
+ version = "1.4.0"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
380
+
381
+ [[package]]
382
+ name = "libc"
383
+ version = "0.2.147"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
386
+
387
+ [[package]]
388
+ name = "lock_api"
389
+ version = "0.4.10"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
392
+ dependencies = [
393
+ "autocfg",
394
+ "scopeguard",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "log"
399
+ version = "0.4.19"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
402
+
403
+ [[package]]
404
+ name = "memoffset"
405
+ version = "0.9.0"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
408
+ dependencies = [
409
+ "autocfg",
410
+ ]
411
+
412
+ [[package]]
413
+ name = "num-bigint"
414
+ version = "0.4.3"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
417
+ dependencies = [
418
+ "autocfg",
419
+ "num-integer",
420
+ "num-traits",
421
+ ]
422
+
423
+ [[package]]
424
+ name = "num-integer"
425
+ version = "0.1.45"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
428
+ dependencies = [
429
+ "autocfg",
430
+ "num-traits",
431
+ ]
432
+
433
+ [[package]]
434
+ name = "num-traits"
435
+ version = "0.2.15"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
438
+ dependencies = [
439
+ "autocfg",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "once_cell"
444
+ version = "1.18.0"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
447
+
448
+ [[package]]
449
+ name = "opaque-debug"
450
+ version = "0.3.0"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
453
+
454
+ [[package]]
455
+ name = "p256"
456
+ version = "0.13.2"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
459
+ dependencies = [
460
+ "ecdsa",
461
+ "elliptic-curve",
462
+ "primeorder",
463
+ "sha2 0.10.7",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "pairing"
468
+ version = "0.23.0"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "81fec4625e73cf41ef4bb6846cafa6d44736525f442ba45e407c4a000a13996f"
471
+ dependencies = [
472
+ "group",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "parking_lot"
477
+ version = "0.12.1"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
480
+ dependencies = [
481
+ "lock_api",
482
+ "parking_lot_core",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "parking_lot_core"
487
+ version = "0.9.8"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
490
+ dependencies = [
491
+ "cfg-if",
492
+ "libc",
493
+ "redox_syscall",
494
+ "smallvec",
495
+ "windows-targets",
496
+ ]
497
+
498
+ [[package]]
499
+ name = "pem-rfc7468"
500
+ version = "0.7.0"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
503
+ dependencies = [
504
+ "base64ct",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "pkcs8"
509
+ version = "0.10.2"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
512
+ dependencies = [
513
+ "der",
514
+ "spki",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "primeorder"
519
+ version = "0.13.2"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3"
522
+ dependencies = [
523
+ "elliptic-curve",
524
+ ]
525
+
526
+ [[package]]
527
+ name = "proc-macro2"
528
+ version = "1.0.66"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
531
+ dependencies = [
532
+ "unicode-ident",
533
+ ]
534
+
535
+ [[package]]
536
+ name = "pyo3"
537
+ version = "0.19.0"
538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
539
+ checksum = "cffef52f74ec3b1a1baf295d9b8fcc3070327aefc39a6d00656b13c1d0b8885c"
540
+ dependencies = [
541
+ "cfg-if",
542
+ "indoc",
543
+ "inventory",
544
+ "libc",
545
+ "memoffset",
546
+ "parking_lot",
547
+ "pyo3-build-config",
548
+ "pyo3-ffi",
549
+ "pyo3-macros",
550
+ "unindent",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "pyo3-build-config"
555
+ version = "0.19.1"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "554db24f0b3c180a9c0b1268f91287ab3f17c162e15b54caaae5a6b3773396b0"
558
+ dependencies = [
559
+ "once_cell",
560
+ "target-lexicon",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "pyo3-ffi"
565
+ version = "0.19.0"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "5b2ecbdcfb01cbbf56e179ce969a048fd7305a66d4cdf3303e0da09d69afe4c3"
568
+ dependencies = [
569
+ "libc",
570
+ "pyo3-build-config",
571
+ ]
572
+
573
+ [[package]]
574
+ name = "pyo3-macros"
575
+ version = "0.19.0"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "b78fdc0899f2ea781c463679b20cb08af9247febc8d052de941951024cd8aea0"
578
+ dependencies = [
579
+ "proc-macro2",
580
+ "pyo3-macros-backend",
581
+ "quote",
582
+ "syn 1.0.109",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "pyo3-macros-backend"
587
+ version = "0.19.0"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "60da7b84f1227c3e2fe7593505de274dcf4c8928b4e0a1c23d551a14e4e80a0f"
590
+ dependencies = [
591
+ "proc-macro2",
592
+ "quote",
593
+ "syn 1.0.109",
594
+ ]
595
+
596
+ [[package]]
597
+ name = "quote"
598
+ version = "1.0.32"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
601
+ dependencies = [
602
+ "proc-macro2",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "radium"
607
+ version = "0.7.0"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
610
+
611
+ [[package]]
612
+ name = "rand_core"
613
+ version = "0.6.4"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
616
+ dependencies = [
617
+ "getrandom",
618
+ ]
619
+
620
+ [[package]]
621
+ name = "redox_syscall"
622
+ version = "0.3.5"
623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
624
+ checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
625
+ dependencies = [
626
+ "bitflags",
627
+ ]
628
+
629
+ [[package]]
630
+ name = "rfc6979"
631
+ version = "0.4.0"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
634
+ dependencies = [
635
+ "hmac",
636
+ "subtle",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "scopeguard"
641
+ version = "1.2.0"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
644
+
645
+ [[package]]
646
+ name = "sec1"
647
+ version = "0.7.3"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
650
+ dependencies = [
651
+ "base16ct",
652
+ "der",
653
+ "generic-array",
654
+ "pkcs8",
655
+ "subtle",
656
+ "zeroize",
657
+ ]
658
+
659
+ [[package]]
660
+ name = "sha2"
661
+ version = "0.9.9"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
664
+ dependencies = [
665
+ "block-buffer 0.9.0",
666
+ "cfg-if",
667
+ "cpufeatures",
668
+ "digest 0.9.0",
669
+ "opaque-debug",
670
+ ]
671
+
672
+ [[package]]
673
+ name = "sha2"
674
+ version = "0.10.7"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
677
+ dependencies = [
678
+ "cfg-if",
679
+ "cpufeatures",
680
+ "digest 0.10.7",
681
+ ]
682
+
683
+ [[package]]
684
+ name = "signature"
685
+ version = "2.1.0"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
688
+ dependencies = [
689
+ "digest 0.10.7",
690
+ "rand_core",
691
+ ]
692
+
693
+ [[package]]
694
+ name = "smallvec"
695
+ version = "1.11.0"
696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
697
+ checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
698
+
699
+ [[package]]
700
+ name = "spki"
701
+ version = "0.7.2"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
704
+ dependencies = [
705
+ "base64ct",
706
+ "der",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "subtle"
711
+ version = "2.5.0"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
714
+
715
+ [[package]]
716
+ name = "syn"
717
+ version = "1.0.109"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
720
+ dependencies = [
721
+ "proc-macro2",
722
+ "quote",
723
+ "unicode-ident",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "syn"
728
+ version = "2.0.27"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
731
+ dependencies = [
732
+ "proc-macro2",
733
+ "quote",
734
+ "unicode-ident",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "tap"
739
+ version = "1.0.1"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
742
+
743
+ [[package]]
744
+ name = "target-lexicon"
745
+ version = "0.12.10"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e"
748
+
749
+ [[package]]
750
+ name = "typenum"
751
+ version = "1.16.0"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
754
+
755
+ [[package]]
756
+ name = "unicode-ident"
757
+ version = "1.0.11"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
760
+
761
+ [[package]]
762
+ name = "unindent"
763
+ version = "0.1.11"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
766
+
767
+ [[package]]
768
+ name = "version_check"
769
+ version = "0.9.4"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
772
+
773
+ [[package]]
774
+ name = "wasi"
775
+ version = "0.11.0+wasi-snapshot-preview1"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
778
+
779
+ [[package]]
780
+ name = "wasm-bindgen"
781
+ version = "0.2.87"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
784
+ dependencies = [
785
+ "cfg-if",
786
+ "wasm-bindgen-macro",
787
+ ]
788
+
789
+ [[package]]
790
+ name = "wasm-bindgen-backend"
791
+ version = "0.2.87"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
794
+ dependencies = [
795
+ "bumpalo",
796
+ "log",
797
+ "once_cell",
798
+ "proc-macro2",
799
+ "quote",
800
+ "syn 2.0.27",
801
+ "wasm-bindgen-shared",
802
+ ]
803
+
804
+ [[package]]
805
+ name = "wasm-bindgen-macro"
806
+ version = "0.2.87"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
809
+ dependencies = [
810
+ "quote",
811
+ "wasm-bindgen-macro-support",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "wasm-bindgen-macro-support"
816
+ version = "0.2.87"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
819
+ dependencies = [
820
+ "proc-macro2",
821
+ "quote",
822
+ "syn 2.0.27",
823
+ "wasm-bindgen-backend",
824
+ "wasm-bindgen-shared",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "wasm-bindgen-shared"
829
+ version = "0.2.87"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
832
+
833
+ [[package]]
834
+ name = "windows-targets"
835
+ version = "0.48.1"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
838
+ dependencies = [
839
+ "windows_aarch64_gnullvm",
840
+ "windows_aarch64_msvc",
841
+ "windows_i686_gnu",
842
+ "windows_i686_msvc",
843
+ "windows_x86_64_gnu",
844
+ "windows_x86_64_gnullvm",
845
+ "windows_x86_64_msvc",
846
+ ]
847
+
848
+ [[package]]
849
+ name = "windows_aarch64_gnullvm"
850
+ version = "0.48.0"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
853
+
854
+ [[package]]
855
+ name = "windows_aarch64_msvc"
856
+ version = "0.48.0"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
859
+
860
+ [[package]]
861
+ name = "windows_i686_gnu"
862
+ version = "0.48.0"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
865
+
866
+ [[package]]
867
+ name = "windows_i686_msvc"
868
+ version = "0.48.0"
869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
870
+ checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
871
+
872
+ [[package]]
873
+ name = "windows_x86_64_gnu"
874
+ version = "0.48.0"
875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
876
+ checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
877
+
878
+ [[package]]
879
+ name = "windows_x86_64_gnullvm"
880
+ version = "0.48.0"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
883
+
884
+ [[package]]
885
+ name = "windows_x86_64_msvc"
886
+ version = "0.48.0"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
889
+
890
+ [[package]]
891
+ name = "wyz"
892
+ version = "0.5.1"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
895
+ dependencies = [
896
+ "tap",
897
+ ]
898
+
899
+ [[package]]
900
+ name = "zeroize"
901
+ version = "1.6.0"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"