| 
									
										
										
										
											2024-11-30 20:58:19 +01:00
										 |  |  | # This file is automatically @generated by Cargo. | 
					
						
							|  |  |  | # It is not intended for manual editing. | 
					
						
							| 
									
										
										
										
											2024-11-30 23:48:02 +01:00
										 |  |  | version = 4 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-10-06 13:39:29 +02:00
										 |  |  | [[package]] | 
					
						
							|  |  |  | name = "core_affinity" | 
					
						
							|  |  |  | version = "0.8.3" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342" | 
					
						
							|  |  |  | dependencies = [ | 
					
						
							|  |  |  |  "libc", | 
					
						
							|  |  |  |  "num_cpus", | 
					
						
							|  |  |  |  "winapi", | 
					
						
							|  |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-30 23:48:02 +01:00
										 |  |  | [[package]] | 
					
						
							|  |  |  | name = "crossbeam-deque" | 
					
						
							|  |  |  | version = "0.8.5" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" | 
					
						
							|  |  |  | dependencies = [ | 
					
						
							|  |  |  |  "crossbeam-epoch", | 
					
						
							|  |  |  |  "crossbeam-utils", | 
					
						
							|  |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "crossbeam-epoch" | 
					
						
							|  |  |  | version = "0.9.18" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" | 
					
						
							|  |  |  | dependencies = [ | 
					
						
							|  |  |  |  "crossbeam-utils", | 
					
						
							|  |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "crossbeam-utils" | 
					
						
							|  |  |  | version = "0.8.20" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "either" | 
					
						
							|  |  |  | version = "1.13.0" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-10-06 13:39:29 +02:00
										 |  |  | [[package]] | 
					
						
							|  |  |  | name = "hermit-abi" | 
					
						
							|  |  |  | version = "0.5.2" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "libc" | 
					
						
							|  |  |  | version = "0.2.176" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "memmap2" | 
					
						
							|  |  |  | version = "0.9.8" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" | 
					
						
							|  |  |  | dependencies = [ | 
					
						
							|  |  |  |  "libc", | 
					
						
							|  |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "num_cpus" | 
					
						
							|  |  |  | version = "1.17.0" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" | 
					
						
							|  |  |  | dependencies = [ | 
					
						
							|  |  |  |  "hermit-abi", | 
					
						
							|  |  |  |  "libc", | 
					
						
							|  |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-30 23:48:02 +01:00
										 |  |  | [[package]] | 
					
						
							|  |  |  | name = "rayon" | 
					
						
							|  |  |  | version = "1.10.0" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" | 
					
						
							|  |  |  | dependencies = [ | 
					
						
							|  |  |  |  "either", | 
					
						
							|  |  |  |  "rayon-core", | 
					
						
							|  |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "rayon-core" | 
					
						
							|  |  |  | version = "1.12.1" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" | 
					
						
							|  |  |  | dependencies = [ | 
					
						
							|  |  |  |  "crossbeam-deque", | 
					
						
							|  |  |  |  "crossbeam-utils", | 
					
						
							|  |  |  | ] | 
					
						
							| 
									
										
										
										
											2024-11-30 20:58:19 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "risspam" | 
					
						
							|  |  |  | version = "0.1.0" | 
					
						
							| 
									
										
										
										
											2024-11-30 23:48:02 +01:00
										 |  |  | dependencies = [ | 
					
						
							| 
									
										
										
										
											2025-10-06 13:39:29 +02:00
										 |  |  |  "core_affinity", | 
					
						
							|  |  |  |  "memmap2", | 
					
						
							| 
									
										
										
										
											2024-11-30 23:48:02 +01:00
										 |  |  |  "rayon", | 
					
						
							|  |  |  | ] | 
					
						
							| 
									
										
										
										
											2025-10-06 13:39:29 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "winapi" | 
					
						
							|  |  |  | version = "0.3.9" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | 
					
						
							|  |  |  | dependencies = [ | 
					
						
							|  |  |  |  "winapi-i686-pc-windows-gnu", | 
					
						
							|  |  |  |  "winapi-x86_64-pc-windows-gnu", | 
					
						
							|  |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "winapi-i686-pc-windows-gnu" | 
					
						
							|  |  |  | version = "0.4.0" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [[package]] | 
					
						
							|  |  |  | name = "winapi-x86_64-pc-windows-gnu" | 
					
						
							|  |  |  | version = "0.4.0" | 
					
						
							|  |  |  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
					
						
							|  |  |  | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |