/ Cargo.lock
Cargo.lock
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 3 4 5 [[package]] 6 name = "colored" 7 version = "2.1.0" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" 10 dependencies = [ 11 "lazy_static", 12 "windows-sys 0.48.0", 13 ] 14 15 [[package]] 16 name = "folio" 17 version = "0.1.0" 18 dependencies = [ 19 "colored", 20 "home", 21 "serde", 22 "serde_json", 23 ] 24 25 [[package]] 26 name = "home" 27 version = "0.5.9" 28 source = "registry+https://github.com/rust-lang/crates.io-index" 29 checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 30 dependencies = [ 31 "windows-sys 0.52.0", 32 ] 33 34 [[package]] 35 name = "itoa" 36 version = "1.0.11" 37 source = "registry+https://github.com/rust-lang/crates.io-index" 38 checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 39 40 [[package]] 41 name = "lazy_static" 42 version = "1.5.0" 43 source = "registry+https://github.com/rust-lang/crates.io-index" 44 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 45 46 [[package]] 47 name = "proc-macro2" 48 version = "1.0.86" 49 source = "registry+https://github.com/rust-lang/crates.io-index" 50 checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 51 dependencies = [ 52 "unicode-ident", 53 ] 54 55 [[package]] 56 name = "quote" 57 version = "1.0.36" 58 source = "registry+https://github.com/rust-lang/crates.io-index" 59 checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 60 dependencies = [ 61 "proc-macro2", 62 ] 63 64 [[package]] 65 name = "ryu" 66 version = "1.0.18" 67 source = "registry+https://github.com/rust-lang/crates.io-index" 68 checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 69 70 [[package]] 71 name = "serde" 72 version = "1.0.203" 73 source = "registry+https://github.com/rust-lang/crates.io-index" 74 checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 75 dependencies = [ 76 "serde_derive", 77 ] 78 79 [[package]] 80 name = "serde_derive" 81 version = "1.0.203" 82 source = "registry+https://github.com/rust-lang/crates.io-index" 83 checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 84 dependencies = [ 85 "proc-macro2", 86 "quote", 87 "syn", 88 ] 89 90 [[package]] 91 name = "serde_json" 92 version = "1.0.120" 93 source = "registry+https://github.com/rust-lang/crates.io-index" 94 checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" 95 dependencies = [ 96 "itoa", 97 "ryu", 98 "serde", 99 ] 100 101 [[package]] 102 name = "syn" 103 version = "2.0.68" 104 source = "registry+https://github.com/rust-lang/crates.io-index" 105 checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" 106 dependencies = [ 107 "proc-macro2", 108 "quote", 109 "unicode-ident", 110 ] 111 112 [[package]] 113 name = "unicode-ident" 114 version = "1.0.12" 115 source = "registry+https://github.com/rust-lang/crates.io-index" 116 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 117 118 [[package]] 119 name = "windows-sys" 120 version = "0.48.0" 121 source = "registry+https://github.com/rust-lang/crates.io-index" 122 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 123 dependencies = [ 124 "windows-targets 0.48.5", 125 ] 126 127 [[package]] 128 name = "windows-sys" 129 version = "0.52.0" 130 source = "registry+https://github.com/rust-lang/crates.io-index" 131 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 132 dependencies = [ 133 "windows-targets 0.52.6", 134 ] 135 136 [[package]] 137 name = "windows-targets" 138 version = "0.48.5" 139 source = "registry+https://github.com/rust-lang/crates.io-index" 140 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 141 dependencies = [ 142 "windows_aarch64_gnullvm 0.48.5", 143 "windows_aarch64_msvc 0.48.5", 144 "windows_i686_gnu 0.48.5", 145 "windows_i686_msvc 0.48.5", 146 "windows_x86_64_gnu 0.48.5", 147 "windows_x86_64_gnullvm 0.48.5", 148 "windows_x86_64_msvc 0.48.5", 149 ] 150 151 [[package]] 152 name = "windows-targets" 153 version = "0.52.6" 154 source = "registry+https://github.com/rust-lang/crates.io-index" 155 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 156 dependencies = [ 157 "windows_aarch64_gnullvm 0.52.6", 158 "windows_aarch64_msvc 0.52.6", 159 "windows_i686_gnu 0.52.6", 160 "windows_i686_gnullvm", 161 "windows_i686_msvc 0.52.6", 162 "windows_x86_64_gnu 0.52.6", 163 "windows_x86_64_gnullvm 0.52.6", 164 "windows_x86_64_msvc 0.52.6", 165 ] 166 167 [[package]] 168 name = "windows_aarch64_gnullvm" 169 version = "0.48.5" 170 source = "registry+https://github.com/rust-lang/crates.io-index" 171 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 172 173 [[package]] 174 name = "windows_aarch64_gnullvm" 175 version = "0.52.6" 176 source = "registry+https://github.com/rust-lang/crates.io-index" 177 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 178 179 [[package]] 180 name = "windows_aarch64_msvc" 181 version = "0.48.5" 182 source = "registry+https://github.com/rust-lang/crates.io-index" 183 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 184 185 [[package]] 186 name = "windows_aarch64_msvc" 187 version = "0.52.6" 188 source = "registry+https://github.com/rust-lang/crates.io-index" 189 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 190 191 [[package]] 192 name = "windows_i686_gnu" 193 version = "0.48.5" 194 source = "registry+https://github.com/rust-lang/crates.io-index" 195 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 196 197 [[package]] 198 name = "windows_i686_gnu" 199 version = "0.52.6" 200 source = "registry+https://github.com/rust-lang/crates.io-index" 201 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 202 203 [[package]] 204 name = "windows_i686_gnullvm" 205 version = "0.52.6" 206 source = "registry+https://github.com/rust-lang/crates.io-index" 207 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 208 209 [[package]] 210 name = "windows_i686_msvc" 211 version = "0.48.5" 212 source = "registry+https://github.com/rust-lang/crates.io-index" 213 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 214 215 [[package]] 216 name = "windows_i686_msvc" 217 version = "0.52.6" 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 220 221 [[package]] 222 name = "windows_x86_64_gnu" 223 version = "0.48.5" 224 source = "registry+https://github.com/rust-lang/crates.io-index" 225 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 226 227 [[package]] 228 name = "windows_x86_64_gnu" 229 version = "0.52.6" 230 source = "registry+https://github.com/rust-lang/crates.io-index" 231 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 232 233 [[package]] 234 name = "windows_x86_64_gnullvm" 235 version = "0.48.5" 236 source = "registry+https://github.com/rust-lang/crates.io-index" 237 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 238 239 [[package]] 240 name = "windows_x86_64_gnullvm" 241 version = "0.52.6" 242 source = "registry+https://github.com/rust-lang/crates.io-index" 243 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 244 245 [[package]] 246 name = "windows_x86_64_msvc" 247 version = "0.48.5" 248 source = "registry+https://github.com/rust-lang/crates.io-index" 249 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 250 251 [[package]] 252 name = "windows_x86_64_msvc" 253 version = "0.52.6" 254 source = "registry+https://github.com/rust-lang/crates.io-index" 255 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"