nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 334 lines 8.7 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 = "ahash" 7version = "0.7.6" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 10dependencies = [ 11 "getrandom", 12 "once_cell", 13 "version_check", 14] 15 16[[package]] 17name = "aho-corasick" 18version = "1.1.1" 19source = "registry+https://github.com/rust-lang/crates.io-index" 20checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" 21dependencies = [ 22 "memchr", 23] 24 25[[package]] 26name = "cfg-if" 27version = "1.0.0" 28source = "registry+https://github.com/rust-lang/crates.io-index" 29checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 30 31[[package]] 32name = "edit-distance" 33version = "2.1.0" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b" 36 37[[package]] 38name = "emojicon" 39version = "0.3.1" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "349cbfb1ca5301d8492ff741487f98fed75957c5e8fee41485e3413359099ef9" 42 43[[package]] 44name = "getrandom" 45version = "0.2.10" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 48dependencies = [ 49 "cfg-if", 50 "libc", 51 "wasi", 52] 53 54[[package]] 55name = "itoa" 56version = "1.0.9" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 59 60[[package]] 61name = "libc" 62version = "0.2.148" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" 65 66[[package]] 67name = "matches" 68version = "0.1.10" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 71 72[[package]] 73name = "memchr" 74version = "2.6.3" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 77 78[[package]] 79name = "okkhor" 80version = "0.5.2" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "e6ef452078c9fb34be8842a52484bf9271e01ac2795e3d15ee90357fb45c102f" 83 84[[package]] 85name = "once_cell" 86version = "1.18.0" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 89 90[[package]] 91name = "phf" 92version = "0.10.1" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 95dependencies = [ 96 "phf_macros", 97 "phf_shared", 98 "proc-macro-hack", 99] 100 101[[package]] 102name = "phf_generator" 103version = "0.10.0" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 106dependencies = [ 107 "phf_shared", 108 "rand", 109] 110 111[[package]] 112name = "phf_macros" 113version = "0.10.0" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 116dependencies = [ 117 "phf_generator", 118 "phf_shared", 119 "proc-macro-hack", 120 "proc-macro2", 121 "quote", 122 "syn 1.0.109", 123] 124 125[[package]] 126name = "phf_shared" 127version = "0.10.0" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 130dependencies = [ 131 "siphasher", 132] 133 134[[package]] 135name = "poriborton" 136version = "0.2.2" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "c081c9ef49e856f39ccd59e4943582b1e47225eb01b0debc1d388c4daa55b0dd" 139dependencies = [ 140 "matches", 141 "phf", 142] 143 144[[package]] 145name = "ppv-lite86" 146version = "0.2.17" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 149 150[[package]] 151name = "proc-macro-hack" 152version = "0.5.20+deprecated" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 155 156[[package]] 157name = "proc-macro2" 158version = "1.0.67" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 161dependencies = [ 162 "unicode-ident", 163] 164 165[[package]] 166name = "quote" 167version = "1.0.33" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 170dependencies = [ 171 "proc-macro2", 172] 173 174[[package]] 175name = "rand" 176version = "0.8.5" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 179dependencies = [ 180 "libc", 181 "rand_chacha", 182 "rand_core", 183] 184 185[[package]] 186name = "rand_chacha" 187version = "0.3.1" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 190dependencies = [ 191 "ppv-lite86", 192 "rand_core", 193] 194 195[[package]] 196name = "rand_core" 197version = "0.6.4" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 200dependencies = [ 201 "getrandom", 202] 203 204[[package]] 205name = "regex" 206version = "1.9.6" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff" 209dependencies = [ 210 "aho-corasick", 211 "memchr", 212 "regex-automata", 213 "regex-syntax", 214] 215 216[[package]] 217name = "regex-automata" 218version = "0.3.9" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" 221dependencies = [ 222 "aho-corasick", 223 "memchr", 224 "regex-syntax", 225] 226 227[[package]] 228name = "regex-syntax" 229version = "0.7.5" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 232 233[[package]] 234name = "riti" 235version = "0.1.0" 236dependencies = [ 237 "ahash", 238 "edit-distance", 239 "emojicon", 240 "okkhor", 241 "poriborton", 242 "regex", 243 "serde_json", 244 "stringplus", 245] 246 247[[package]] 248name = "ryu" 249version = "1.0.15" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 252 253[[package]] 254name = "serde" 255version = "1.0.188" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 258dependencies = [ 259 "serde_derive", 260] 261 262[[package]] 263name = "serde_derive" 264version = "1.0.188" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 267dependencies = [ 268 "proc-macro2", 269 "quote", 270 "syn 2.0.37", 271] 272 273[[package]] 274name = "serde_json" 275version = "1.0.107" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" 278dependencies = [ 279 "itoa", 280 "ryu", 281 "serde", 282] 283 284[[package]] 285name = "siphasher" 286version = "0.3.11" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 289 290[[package]] 291name = "stringplus" 292version = "0.1.0" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "9057d3b491a3eee749e52560657c4d93b0badc04fb3fa8dae3c942c5c066f222" 295 296[[package]] 297name = "syn" 298version = "1.0.109" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 301dependencies = [ 302 "proc-macro2", 303 "quote", 304 "unicode-ident", 305] 306 307[[package]] 308name = "syn" 309version = "2.0.37" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" 312dependencies = [ 313 "proc-macro2", 314 "quote", 315 "unicode-ident", 316] 317 318[[package]] 319name = "unicode-ident" 320version = "1.0.12" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 323 324[[package]] 325name = "version_check" 326version = "0.9.4" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 329 330[[package]] 331name = "wasi" 332version = "0.11.0+wasi-snapshot-preview1" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"