1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "arrayref" 7version = "0.3.9" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 10 11[[package]] 12name = "arrayvec" 13version = "0.7.6" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 16 17[[package]] 18name = "autocfg" 19version = "1.4.0" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 22 23[[package]] 24name = "blake3" 25version = "1.0.4" 26dependencies = [ 27 "blake3 1.5.5", 28 "hex", 29 "pyo3", 30 "rayon", 31] 32 33[[package]] 34name = "blake3" 35version = "1.5.5" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" 38dependencies = [ 39 "arrayref", 40 "arrayvec", 41 "cc", 42 "cfg-if", 43 "constant_time_eq", 44 "memmap2", 45 "rayon-core", 46] 47 48[[package]] 49name = "cc" 50version = "1.2.10" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" 53dependencies = [ 54 "shlex", 55] 56 57[[package]] 58name = "cfg-if" 59version = "1.0.0" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 62 63[[package]] 64name = "constant_time_eq" 65version = "0.3.1" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 68 69[[package]] 70name = "crossbeam-deque" 71version = "0.8.6" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 74dependencies = [ 75 "crossbeam-epoch", 76 "crossbeam-utils", 77] 78 79[[package]] 80name = "crossbeam-epoch" 81version = "0.9.18" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 84dependencies = [ 85 "crossbeam-utils", 86] 87 88[[package]] 89name = "crossbeam-utils" 90version = "0.8.21" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 93 94[[package]] 95name = "either" 96version = "1.13.0" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 99 100[[package]] 101name = "heck" 102version = "0.5.0" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 105 106[[package]] 107name = "hex" 108version = "0.4.3" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 111 112[[package]] 113name = "indoc" 114version = "2.0.5" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 117 118[[package]] 119name = "libc" 120version = "0.2.169" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" 123 124[[package]] 125name = "memmap2" 126version = "0.9.5" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 129dependencies = [ 130 "libc", 131] 132 133[[package]] 134name = "memoffset" 135version = "0.9.1" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 138dependencies = [ 139 "autocfg", 140] 141 142[[package]] 143name = "once_cell" 144version = "1.20.2" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 147 148[[package]] 149name = "portable-atomic" 150version = "1.10.0" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" 153 154[[package]] 155name = "proc-macro2" 156version = "1.0.93" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 159dependencies = [ 160 "unicode-ident", 161] 162 163[[package]] 164name = "pyo3" 165version = "0.23.4" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "57fe09249128b3173d092de9523eaa75136bf7ba85e0d69eca241c7939c933cc" 168dependencies = [ 169 "cfg-if", 170 "indoc", 171 "libc", 172 "memoffset", 173 "once_cell", 174 "portable-atomic", 175 "pyo3-build-config", 176 "pyo3-ffi", 177 "pyo3-macros", 178 "unindent", 179] 180 181[[package]] 182name = "pyo3-build-config" 183version = "0.23.4" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "1cd3927b5a78757a0d71aa9dff669f903b1eb64b54142a9bd9f757f8fde65fd7" 186dependencies = [ 187 "once_cell", 188 "target-lexicon", 189] 190 191[[package]] 192name = "pyo3-ffi" 193version = "0.23.4" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "dab6bb2102bd8f991e7749f130a70d05dd557613e39ed2deeee8e9ca0c4d548d" 196dependencies = [ 197 "libc", 198 "pyo3-build-config", 199] 200 201[[package]] 202name = "pyo3-macros" 203version = "0.23.4" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "91871864b353fd5ffcb3f91f2f703a22a9797c91b9ab497b1acac7b07ae509c7" 206dependencies = [ 207 "proc-macro2", 208 "pyo3-macros-backend", 209 "quote", 210 "syn", 211] 212 213[[package]] 214name = "pyo3-macros-backend" 215version = "0.23.4" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "43abc3b80bc20f3facd86cd3c60beed58c3e2aa26213f3cda368de39c60a27e4" 218dependencies = [ 219 "heck", 220 "proc-macro2", 221 "pyo3-build-config", 222 "quote", 223 "syn", 224] 225 226[[package]] 227name = "quote" 228version = "1.0.38" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 231dependencies = [ 232 "proc-macro2", 233] 234 235[[package]] 236name = "rayon" 237version = "1.10.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 240dependencies = [ 241 "either", 242 "rayon-core", 243] 244 245[[package]] 246name = "rayon-core" 247version = "1.12.1" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 250dependencies = [ 251 "crossbeam-deque", 252 "crossbeam-utils", 253] 254 255[[package]] 256name = "shlex" 257version = "1.3.0" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 260 261[[package]] 262name = "syn" 263version = "2.0.96" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" 266dependencies = [ 267 "proc-macro2", 268 "quote", 269 "unicode-ident", 270] 271 272[[package]] 273name = "target-lexicon" 274version = "0.12.16" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 277 278[[package]] 279name = "unicode-ident" 280version = "1.0.15" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243" 283 284[[package]] 285name = "unindent" 286version = "0.2.3" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"