| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 3 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "crate_error_codes" |
| 7 | version = "0.1.0" |
| 8 | dependencies = [ |
| 9 | "serde", |
| 10 | "serde_repr", |
| 11 | "ts-rs", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "proc-macro2" |
| 16 | version = "1.0.86" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
| 19 | dependencies = [ |
| 20 | "unicode-ident", |
| 21 | ] |
| 22 | |
| 23 | [[package]] |
| 24 | name = "quote" |
| 25 | version = "1.0.36" |
| 26 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 27 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| 28 | dependencies = [ |
| 29 | "proc-macro2", |
| 30 | ] |
| 31 | |
| 32 | [[package]] |
| 33 | name = "serde" |
| 34 | version = "1.0.204" |
| 35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 | checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" |
| 37 | dependencies = [ |
| 38 | "serde_derive", |
| 39 | ] |
| 40 | |
| 41 | [[package]] |
| 42 | name = "serde_derive" |
| 43 | version = "1.0.204" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" |
| 46 | dependencies = [ |
| 47 | "proc-macro2", |
| 48 | "quote", |
| 49 | "syn", |
| 50 | ] |
| 51 | |
| 52 | [[package]] |
| 53 | name = "serde_repr" |
| 54 | version = "0.1.19" |
| 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 56 | checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" |
| 57 | dependencies = [ |
| 58 | "proc-macro2", |
| 59 | "quote", |
| 60 | "syn", |
| 61 | ] |
| 62 | |
| 63 | [[package]] |
| 64 | name = "syn" |
| 65 | version = "2.0.72" |
| 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 67 | checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" |
| 68 | dependencies = [ |
| 69 | "proc-macro2", |
| 70 | "quote", |
| 71 | "unicode-ident", |
| 72 | ] |
| 73 | |
| 74 | [[package]] |
| 75 | name = "termcolor" |
| 76 | version = "1.4.1" |
| 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 78 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| 79 | dependencies = [ |
| 80 | "winapi-util", |
| 81 | ] |
| 82 | |
| 83 | [[package]] |
| 84 | name = "thiserror" |
| 85 | version = "1.0.63" |
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 87 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" |
| 88 | dependencies = [ |
| 89 | "thiserror-impl", |
| 90 | ] |
| 91 | |
| 92 | [[package]] |
| 93 | name = "thiserror-impl" |
| 94 | version = "1.0.63" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" |
| 97 | dependencies = [ |
| 98 | "proc-macro2", |
| 99 | "quote", |
| 100 | "syn", |
| 101 | ] |
| 102 | |
| 103 | [[package]] |
| 104 | name = "ts-rs" |
| 105 | version = "9.0.1" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "b44017f9f875786e543595076374b9ef7d13465a518dd93d6ccdbf5b432dde8c" |
| 108 | dependencies = [ |
| 109 | "thiserror", |
| 110 | "ts-rs-macros", |
| 111 | ] |
| 112 | |
| 113 | [[package]] |
| 114 | name = "ts-rs-macros" |
| 115 | version = "9.0.1" |
| 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | checksum = "c88cc88fd23b5a04528f3a8436024f20010a16ec18eb23c164b1242f65860130" |
| 118 | dependencies = [ |
| 119 | "proc-macro2", |
| 120 | "quote", |
| 121 | "syn", |
| 122 | "termcolor", |
| 123 | ] |
| 124 | |
| 125 | [[package]] |
| 126 | name = "unicode-ident" |
| 127 | version = "1.0.12" |
| 128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 129 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| 130 | |
| 131 | [[package]] |
| 132 | name = "winapi-util" |
| 133 | version = "0.1.9" |
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
| 136 | dependencies = [ |
| 137 | "windows-sys", |
| 138 | ] |
| 139 | |
| 140 | [[package]] |
| 141 | name = "windows-sys" |
| 142 | version = "0.59.0" |
| 143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 144 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 145 | dependencies = [ |
| 146 | "windows-targets", |
| 147 | ] |
| 148 | |
| 149 | [[package]] |
| 150 | name = "windows-targets" |
| 151 | version = "0.52.6" |
| 152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 153 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 154 | dependencies = [ |
| 155 | "windows_aarch64_gnullvm", |
| 156 | "windows_aarch64_msvc", |
| 157 | "windows_i686_gnu", |
| 158 | "windows_i686_gnullvm", |
| 159 | "windows_i686_msvc", |
| 160 | "windows_x86_64_gnu", |
| 161 | "windows_x86_64_gnullvm", |
| 162 | "windows_x86_64_msvc", |
| 163 | ] |
| 164 | |
| 165 | [[package]] |
| 166 | name = "windows_aarch64_gnullvm" |
| 167 | version = "0.52.6" |
| 168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 169 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 170 | |
| 171 | [[package]] |
| 172 | name = "windows_aarch64_msvc" |
| 173 | version = "0.52.6" |
| 174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 175 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 176 | |
| 177 | [[package]] |
| 178 | name = "windows_i686_gnu" |
| 179 | version = "0.52.6" |
| 180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 181 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 182 | |
| 183 | [[package]] |
| 184 | name = "windows_i686_gnullvm" |
| 185 | version = "0.52.6" |
| 186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 187 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 188 | |
| 189 | [[package]] |
| 190 | name = "windows_i686_msvc" |
| 191 | version = "0.52.6" |
| 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 194 | |
| 195 | [[package]] |
| 196 | name = "windows_x86_64_gnu" |
| 197 | version = "0.52.6" |
| 198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 199 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 200 | |
| 201 | [[package]] |
| 202 | name = "windows_x86_64_gnullvm" |
| 203 | version = "0.52.6" |
| 204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 205 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 206 | |
| 207 | [[package]] |
| 208 | name = "windows_x86_64_msvc" |
| 209 | version = "0.52.6" |
| 210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |