Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 392 lines 10 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "ahash" 7version = "0.8.12" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 10dependencies = [ 11 "cfg-if", 12 "getrandom", 13 "once_cell", 14 "version_check", 15 "zerocopy", 16] 17 18[[package]] 19name = "autocfg" 20version = "1.5.0" 21source = "registry+https://github.com/rust-lang/crates.io-index" 22checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 23 24[[package]] 25name = "cc" 26version = "1.2.45" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe" 29dependencies = [ 30 "find-msvc-tools", 31 "shlex", 32] 33 34[[package]] 35name = "cfg-if" 36version = "1.0.4" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 39 40[[package]] 41name = "csv" 42version = "1.4.0" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" 45dependencies = [ 46 "csv-core", 47 "itoa", 48 "ryu", 49 "serde_core", 50] 51 52[[package]] 53name = "csv-core" 54version = "0.1.13" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" 57dependencies = [ 58 "memchr", 59] 60 61[[package]] 62name = "find-msvc-tools" 63version = "0.1.4" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 66 67[[package]] 68name = "getrandom" 69version = "0.3.4" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 72dependencies = [ 73 "cfg-if", 74 "libc", 75 "r-efi", 76 "wasip2", 77] 78 79[[package]] 80name = "heck" 81version = "0.5.0" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 84 85[[package]] 86name = "indoc" 87version = "2.0.7" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 90dependencies = [ 91 "rustversion", 92] 93 94[[package]] 95name = "itoa" 96version = "1.0.15" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 99 100[[package]] 101name = "jellyfish" 102version = "1.2.1" 103dependencies = [ 104 "ahash", 105 "csv", 106 "num-traits", 107 "pyo3", 108 "smallvec", 109 "unicode-normalization", 110 "unicode-segmentation", 111] 112 113[[package]] 114name = "libc" 115version = "0.2.177" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 118 119[[package]] 120name = "memchr" 121version = "2.7.6" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 124 125[[package]] 126name = "memoffset" 127version = "0.9.1" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 130dependencies = [ 131 "autocfg", 132] 133 134[[package]] 135name = "num-traits" 136version = "0.2.19" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 139dependencies = [ 140 "autocfg", 141] 142 143[[package]] 144name = "once_cell" 145version = "1.21.3" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 148 149[[package]] 150name = "portable-atomic" 151version = "1.11.1" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 154 155[[package]] 156name = "proc-macro2" 157version = "1.0.103" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 160dependencies = [ 161 "unicode-ident", 162] 163 164[[package]] 165name = "pyo3" 166version = "0.26.0" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383" 169dependencies = [ 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.26.0" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f" 186dependencies = [ 187 "python3-dll-a", 188 "target-lexicon", 189] 190 191[[package]] 192name = "pyo3-ffi" 193version = "0.26.0" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105" 196dependencies = [ 197 "libc", 198 "pyo3-build-config", 199] 200 201[[package]] 202name = "pyo3-macros" 203version = "0.26.0" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded" 206dependencies = [ 207 "proc-macro2", 208 "pyo3-macros-backend", 209 "quote", 210 "syn", 211] 212 213[[package]] 214name = "pyo3-macros-backend" 215version = "0.26.0" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf" 218dependencies = [ 219 "heck", 220 "proc-macro2", 221 "pyo3-build-config", 222 "quote", 223 "syn", 224] 225 226[[package]] 227name = "python3-dll-a" 228version = "0.2.14" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8" 231dependencies = [ 232 "cc", 233] 234 235[[package]] 236name = "quote" 237version = "1.0.42" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 240dependencies = [ 241 "proc-macro2", 242] 243 244[[package]] 245name = "r-efi" 246version = "5.3.0" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 249 250[[package]] 251name = "rustversion" 252version = "1.0.22" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 255 256[[package]] 257name = "ryu" 258version = "1.0.20" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 261 262[[package]] 263name = "serde_core" 264version = "1.0.228" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 267dependencies = [ 268 "serde_derive", 269] 270 271[[package]] 272name = "serde_derive" 273version = "1.0.228" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 276dependencies = [ 277 "proc-macro2", 278 "quote", 279 "syn", 280] 281 282[[package]] 283name = "shlex" 284version = "1.3.0" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 287 288[[package]] 289name = "smallvec" 290version = "1.15.1" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 293 294[[package]] 295name = "syn" 296version = "2.0.110" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" 299dependencies = [ 300 "proc-macro2", 301 "quote", 302 "unicode-ident", 303] 304 305[[package]] 306name = "target-lexicon" 307version = "0.13.3" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" 310 311[[package]] 312name = "tinyvec" 313version = "1.10.0" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 316dependencies = [ 317 "tinyvec_macros", 318] 319 320[[package]] 321name = "tinyvec_macros" 322version = "0.1.1" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 325 326[[package]] 327name = "unicode-ident" 328version = "1.0.22" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 331 332[[package]] 333name = "unicode-normalization" 334version = "0.1.25" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 337dependencies = [ 338 "tinyvec", 339] 340 341[[package]] 342name = "unicode-segmentation" 343version = "1.12.0" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 346 347[[package]] 348name = "unindent" 349version = "0.2.4" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" 352 353[[package]] 354name = "version_check" 355version = "0.9.5" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 358 359[[package]] 360name = "wasip2" 361version = "1.0.1+wasi-0.2.4" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 364dependencies = [ 365 "wit-bindgen", 366] 367 368[[package]] 369name = "wit-bindgen" 370version = "0.46.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 373 374[[package]] 375name = "zerocopy" 376version = "0.8.27" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 379dependencies = [ 380 "zerocopy-derive", 381] 382 383[[package]] 384name = "zerocopy-derive" 385version = "0.8.27" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 388dependencies = [ 389 "proc-macro2", 390 "quote", 391 "syn", 392]