Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 8.8 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "1.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "autocfg" 16version = "1.1.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 19 20[[package]] 21name = "bitflags" 22version = "1.3.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 25 26[[package]] 27name = "breezy" 28version = "3.3.3" 29dependencies = [ 30 "pyo3", 31] 32 33[[package]] 34name = "cfg-if" 35version = "1.0.0" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 38 39[[package]] 40name = "indoc" 41version = "1.0.9" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 44 45[[package]] 46name = "lazy_static" 47version = "1.4.0" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 50 51[[package]] 52name = "libc" 53version = "0.2.144" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 56 57[[package]] 58name = "lock_api" 59version = "0.4.9" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 62dependencies = [ 63 "autocfg", 64 "scopeguard", 65] 66 67[[package]] 68name = "memchr" 69version = "2.5.0" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 72 73[[package]] 74name = "memoffset" 75version = "0.8.0" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 78dependencies = [ 79 "autocfg", 80] 81 82[[package]] 83name = "once_cell" 84version = "1.17.1" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 87 88[[package]] 89name = "parking_lot" 90version = "0.12.1" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 93dependencies = [ 94 "lock_api", 95 "parking_lot_core", 96] 97 98[[package]] 99name = "parking_lot_core" 100version = "0.9.7" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 103dependencies = [ 104 "cfg-if", 105 "libc", 106 "redox_syscall", 107 "smallvec", 108 "windows-sys", 109] 110 111[[package]] 112name = "proc-macro2" 113version = "1.0.59" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" 116dependencies = [ 117 "unicode-ident", 118] 119 120[[package]] 121name = "pyo3" 122version = "0.18.3" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109" 125dependencies = [ 126 "cfg-if", 127 "indoc", 128 "libc", 129 "memoffset", 130 "parking_lot", 131 "pyo3-build-config", 132 "pyo3-ffi", 133 "pyo3-macros", 134 "unindent", 135] 136 137[[package]] 138name = "pyo3-build-config" 139version = "0.18.3" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3" 142dependencies = [ 143 "once_cell", 144 "target-lexicon", 145] 146 147[[package]] 148name = "pyo3-ffi" 149version = "0.18.3" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c" 152dependencies = [ 153 "libc", 154 "pyo3-build-config", 155] 156 157[[package]] 158name = "pyo3-macros" 159version = "0.18.3" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "a9d39c55dab3fc5a4b25bbd1ac10a2da452c4aca13bb450f22818a002e29648d" 162dependencies = [ 163 "proc-macro2", 164 "pyo3-macros-backend", 165 "quote", 166 "syn", 167] 168 169[[package]] 170name = "pyo3-macros-backend" 171version = "0.18.3" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "97daff08a4c48320587b5224cc98d609e3c27b6d437315bd40b605c98eeb5918" 174dependencies = [ 175 "proc-macro2", 176 "quote", 177 "syn", 178] 179 180[[package]] 181name = "quote" 182version = "1.0.28" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 185dependencies = [ 186 "proc-macro2", 187] 188 189[[package]] 190name = "redox_syscall" 191version = "0.2.16" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 194dependencies = [ 195 "bitflags", 196] 197 198[[package]] 199name = "regex" 200version = "1.8.3" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" 203dependencies = [ 204 "aho-corasick", 205 "memchr", 206 "regex-syntax", 207] 208 209[[package]] 210name = "regex-syntax" 211version = "0.7.2" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 214 215[[package]] 216name = "rio-py" 217version = "3.3.3" 218dependencies = [ 219 "lazy_static", 220 "pyo3", 221 "regex", 222] 223 224[[package]] 225name = "scopeguard" 226version = "1.1.0" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 229 230[[package]] 231name = "smallvec" 232version = "1.10.0" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 235 236[[package]] 237name = "syn" 238version = "1.0.109" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 241dependencies = [ 242 "proc-macro2", 243 "quote", 244 "unicode-ident", 245] 246 247[[package]] 248name = "target-lexicon" 249version = "0.12.7" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5" 252 253[[package]] 254name = "unicode-ident" 255version = "1.0.9" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 258 259[[package]] 260name = "unindent" 261version = "0.1.11" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 264 265[[package]] 266name = "windows-sys" 267version = "0.45.0" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 270dependencies = [ 271 "windows-targets", 272] 273 274[[package]] 275name = "windows-targets" 276version = "0.42.2" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 279dependencies = [ 280 "windows_aarch64_gnullvm", 281 "windows_aarch64_msvc", 282 "windows_i686_gnu", 283 "windows_i686_msvc", 284 "windows_x86_64_gnu", 285 "windows_x86_64_gnullvm", 286 "windows_x86_64_msvc", 287] 288 289[[package]] 290name = "windows_aarch64_gnullvm" 291version = "0.42.2" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 294 295[[package]] 296name = "windows_aarch64_msvc" 297version = "0.42.2" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 300 301[[package]] 302name = "windows_i686_gnu" 303version = "0.42.2" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 306 307[[package]] 308name = "windows_i686_msvc" 309version = "0.42.2" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 312 313[[package]] 314name = "windows_x86_64_gnu" 315version = "0.42.2" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 318 319[[package]] 320name = "windows_x86_64_gnullvm" 321version = "0.42.2" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 324 325[[package]] 326name = "windows_x86_64_msvc" 327version = "0.42.2" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"