github.com/fastly/cli@v1.7.2-0.20240304164155-9d0f1d77c3bf/pkg/commands/compute/testdata/build/rust/Cargo.lock (about) 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 [[package]] 4 name = "anyhow" 5 version = "1.0.38" 6 source = "registry+https://github.com/rust-lang/crates.io-index" 7 checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" 8 9 [[package]] 10 name = "autocfg" 11 version = "1.0.1" 12 source = "registry+https://github.com/rust-lang/crates.io-index" 13 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 14 15 [[package]] 16 name = "bitflags" 17 version = "1.2.1" 18 source = "registry+https://github.com/rust-lang/crates.io-index" 19 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 20 21 [[package]] 22 name = "bytes" 23 version = "0.5.6" 24 source = "registry+https://github.com/rust-lang/crates.io-index" 25 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" 26 27 [[package]] 28 name = "bytes" 29 version = "1.0.1" 30 source = "registry+https://github.com/rust-lang/crates.io-index" 31 checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" 32 33 [[package]] 34 name = "cfg-if" 35 version = "1.0.0" 36 source = "registry+https://github.com/rust-lang/crates.io-index" 37 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 38 39 [[package]] 40 name = "chrono" 41 version = "0.4.19" 42 source = "registry+https://github.com/rust-lang/crates.io-index" 43 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 44 dependencies = [ 45 "num-integer", 46 "num-traits", 47 "serde", 48 ] 49 50 [[package]] 51 name = "fastly-compute-project" 52 version = "0.1.0" 53 dependencies = [ 54 "fastly", 55 ] 56 57 [[package]] 58 name = "fastly" 59 version = "0.6.0" 60 source = "registry+https://github.com/rust-lang/crates.io-index" 61 checksum = "b32333410ceb0499e2c98af856a47464231e44e78cbfc4a5c66592c1dd8bd07a" 62 dependencies = [ 63 "anyhow", 64 "bytes 0.5.6", 65 "chrono", 66 "fastly-macros", 67 "fastly-shared", 68 "fastly-sys", 69 "http", 70 "lazy_static", 71 "log", 72 "mime", 73 "serde", 74 "serde_json", 75 "serde_urlencoded", 76 "thiserror", 77 "url", 78 ] 79 80 [[package]] 81 name = "fastly-macros" 82 version = "0.4.0" 83 source = "registry+https://github.com/rust-lang/crates.io-index" 84 checksum = "9805cc40e0ce43131c09107bf833af402ab102ed2e0bdd1a7f4d9b8789138229" 85 dependencies = [ 86 "proc-macro2", 87 "quote", 88 "syn", 89 ] 90 91 [[package]] 92 name = "fastly-shared" 93 version = "0.6.0" 94 source = "registry+https://github.com/rust-lang/crates.io-index" 95 checksum = "a31e6b7bc3eae372a3538281a7c38af84bdc15298cfa71badb7eb9f5cb487ae8" 96 dependencies = [ 97 "bitflags", 98 "http", 99 "thiserror", 100 ] 101 102 [[package]] 103 name = "fastly-sys" 104 version = "0.3.7" 105 source = "registry+https://github.com/rust-lang/crates.io-index" 106 checksum = "6b95e92b98ef5ea2cef58bde3f3ca41c4fa478172ac66e2d491923765f2b8690" 107 dependencies = [ 108 "fastly-shared", 109 ] 110 111 [[package]] 112 name = "fnv" 113 version = "1.0.7" 114 source = "registry+https://github.com/rust-lang/crates.io-index" 115 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 116 117 [[package]] 118 name = "form_urlencoded" 119 version = "1.0.0" 120 source = "registry+https://github.com/rust-lang/crates.io-index" 121 checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" 122 dependencies = [ 123 "matches", 124 "percent-encoding", 125 ] 126 127 [[package]] 128 name = "http" 129 version = "0.2.3" 130 source = "registry+https://github.com/rust-lang/crates.io-index" 131 checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" 132 dependencies = [ 133 "bytes 1.0.1", 134 "fnv", 135 "itoa", 136 ] 137 138 [[package]] 139 name = "idna" 140 version = "0.2.0" 141 source = "registry+https://github.com/rust-lang/crates.io-index" 142 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" 143 dependencies = [ 144 "matches", 145 "unicode-bidi", 146 "unicode-normalization", 147 ] 148 149 [[package]] 150 name = "itoa" 151 version = "0.4.7" 152 source = "registry+https://github.com/rust-lang/crates.io-index" 153 checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 154 155 [[package]] 156 name = "lazy_static" 157 version = "1.4.0" 158 source = "registry+https://github.com/rust-lang/crates.io-index" 159 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 160 161 [[package]] 162 name = "log" 163 version = "0.4.14" 164 source = "registry+https://github.com/rust-lang/crates.io-index" 165 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 166 dependencies = [ 167 "cfg-if", 168 ] 169 170 [[package]] 171 name = "matches" 172 version = "0.1.8" 173 source = "registry+https://github.com/rust-lang/crates.io-index" 174 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 175 176 [[package]] 177 name = "mime" 178 version = "0.3.16" 179 source = "registry+https://github.com/rust-lang/crates.io-index" 180 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 181 182 [[package]] 183 name = "num-integer" 184 version = "0.1.44" 185 source = "registry+https://github.com/rust-lang/crates.io-index" 186 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 187 dependencies = [ 188 "autocfg", 189 "num-traits", 190 ] 191 192 [[package]] 193 name = "num-traits" 194 version = "0.2.14" 195 source = "registry+https://github.com/rust-lang/crates.io-index" 196 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 197 dependencies = [ 198 "autocfg", 199 ] 200 201 [[package]] 202 name = "percent-encoding" 203 version = "2.1.0" 204 source = "registry+https://github.com/rust-lang/crates.io-index" 205 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 206 207 [[package]] 208 name = "proc-macro2" 209 version = "1.0.24" 210 source = "registry+https://github.com/rust-lang/crates.io-index" 211 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 212 dependencies = [ 213 "unicode-xid", 214 ] 215 216 [[package]] 217 name = "quote" 218 version = "1.0.8" 219 source = "registry+https://github.com/rust-lang/crates.io-index" 220 checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df" 221 dependencies = [ 222 "proc-macro2", 223 ] 224 225 [[package]] 226 name = "ryu" 227 version = "1.0.5" 228 source = "registry+https://github.com/rust-lang/crates.io-index" 229 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 230 231 [[package]] 232 name = "serde" 233 version = "1.0.123" 234 source = "registry+https://github.com/rust-lang/crates.io-index" 235 checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" 236 dependencies = [ 237 "serde_derive", 238 ] 239 240 [[package]] 241 name = "serde_derive" 242 version = "1.0.123" 243 source = "registry+https://github.com/rust-lang/crates.io-index" 244 checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" 245 dependencies = [ 246 "proc-macro2", 247 "quote", 248 "syn", 249 ] 250 251 [[package]] 252 name = "serde_json" 253 version = "1.0.61" 254 source = "registry+https://github.com/rust-lang/crates.io-index" 255 checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" 256 dependencies = [ 257 "itoa", 258 "ryu", 259 "serde", 260 ] 261 262 [[package]] 263 name = "serde_urlencoded" 264 version = "0.7.0" 265 source = "registry+https://github.com/rust-lang/crates.io-index" 266 checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" 267 dependencies = [ 268 "form_urlencoded", 269 "itoa", 270 "ryu", 271 "serde", 272 ] 273 274 [[package]] 275 name = "syn" 276 version = "1.0.60" 277 source = "registry+https://github.com/rust-lang/crates.io-index" 278 checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" 279 dependencies = [ 280 "proc-macro2", 281 "quote", 282 "unicode-xid", 283 ] 284 285 [[package]] 286 name = "thiserror" 287 version = "1.0.23" 288 source = "registry+https://github.com/rust-lang/crates.io-index" 289 checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146" 290 dependencies = [ 291 "thiserror-impl", 292 ] 293 294 [[package]] 295 name = "thiserror-impl" 296 version = "1.0.23" 297 source = "registry+https://github.com/rust-lang/crates.io-index" 298 checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1" 299 dependencies = [ 300 "proc-macro2", 301 "quote", 302 "syn", 303 ] 304 305 [[package]] 306 name = "tinyvec" 307 version = "1.1.1" 308 source = "registry+https://github.com/rust-lang/crates.io-index" 309 checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" 310 dependencies = [ 311 "tinyvec_macros", 312 ] 313 314 [[package]] 315 name = "tinyvec_macros" 316 version = "0.1.0" 317 source = "registry+https://github.com/rust-lang/crates.io-index" 318 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 319 320 [[package]] 321 name = "unicode-bidi" 322 version = "0.3.4" 323 source = "registry+https://github.com/rust-lang/crates.io-index" 324 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 325 dependencies = [ 326 "matches", 327 ] 328 329 [[package]] 330 name = "unicode-normalization" 331 version = "0.1.16" 332 source = "registry+https://github.com/rust-lang/crates.io-index" 333 checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606" 334 dependencies = [ 335 "tinyvec", 336 ] 337 338 [[package]] 339 name = "unicode-xid" 340 version = "0.2.1" 341 source = "registry+https://github.com/rust-lang/crates.io-index" 342 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 343 344 [[package]] 345 name = "url" 346 version = "2.2.0" 347 source = "registry+https://github.com/rust-lang/crates.io-index" 348 checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" 349 dependencies = [ 350 "form_urlencoded", 351 "idna", 352 "matches", 353 "percent-encoding", 354 ]