1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.22.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "as-if-std" 22version = "0.1.0" 23dependencies = [ 24 "addr2line", 25 "cc", 26 "cfg-if", 27 "libc", 28 "miniz_oxide", 29 "object", 30 "rustc-demangle", 31] 32 33[[package]] 34name = "backtrace" 35version = "0.3.73" 36dependencies = [ 37 "addr2line", 38 "cc", 39 "cfg-if", 40 "cpp_demangle", 41 "dylib-dep", 42 "libc", 43 "libloading", 44 "miniz_oxide", 45 "object", 46 "rustc-demangle", 47 "serde", 48 "winapi", 49] 50 51[[package]] 52name = "cc" 53version = "1.0.97" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" 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 = "cpp_demangle" 65version = "0.4.3" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119" 68dependencies = [ 69 "cfg-if", 70] 71 72[[package]] 73name = "cpp_smoke_test" 74version = "0.1.0" 75dependencies = [ 76 "backtrace", 77 "cc", 78] 79 80[[package]] 81name = "dylib-dep" 82version = "0.1.0" 83 84[[package]] 85name = "gimli" 86version = "0.29.0" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 89 90[[package]] 91name = "libc" 92version = "0.2.147" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 95 96[[package]] 97name = "libloading" 98version = "0.7.4" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 101dependencies = [ 102 "cfg-if", 103 "winapi", 104] 105 106[[package]] 107name = "memchr" 108version = "2.5.0" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 111 112[[package]] 113name = "miniz_oxide" 114version = "0.7.1" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 117dependencies = [ 118 "adler", 119] 120 121[[package]] 122name = "object" 123version = "0.36.0" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" 126dependencies = [ 127 "memchr", 128] 129 130[[package]] 131name = "proc-macro2" 132version = "1.0.66" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 135dependencies = [ 136 "unicode-ident", 137] 138 139[[package]] 140name = "quote" 141version = "1.0.33" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 144dependencies = [ 145 "proc-macro2", 146] 147 148[[package]] 149name = "rustc-demangle" 150version = "0.1.24" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 153 154[[package]] 155name = "serde" 156version = "1.0.188" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 159dependencies = [ 160 "serde_derive", 161] 162 163[[package]] 164name = "serde_derive" 165version = "1.0.188" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 168dependencies = [ 169 "proc-macro2", 170 "quote", 171 "syn", 172] 173 174[[package]] 175name = "syn" 176version = "2.0.29" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" 179dependencies = [ 180 "proc-macro2", 181 "quote", 182 "unicode-ident", 183] 184 185[[package]] 186name = "unicode-ident" 187version = "1.0.11" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 190 191[[package]] 192name = "winapi" 193version = "0.3.9" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 196dependencies = [ 197 "winapi-i686-pc-windows-gnu", 198 "winapi-x86_64-pc-windows-gnu", 199] 200 201[[package]] 202name = "winapi-i686-pc-windows-gnu" 203version = "0.4.0" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 206 207[[package]] 208name = "winapi-x86_64-pc-windows-gnu" 209version = "0.4.0" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 212