| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "equivalent 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "hashbrown 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.86" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unicode-ident 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.14" |
| dependencies = [ |
| "trybuild 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.209" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "serde_derive 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.209" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 2.0.76 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "itoa 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr 2.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ryu 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "serde 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-ident 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "winapi-util 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.8.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "serde 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_spanned 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "toml_datetime 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "toml_edit 0.22.20 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "serde 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.22.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "indexmap 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_spanned 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "toml_datetime 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winnow 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "trybuild" |
| version = "1.0.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "dissimilar 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_derive 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)", |
| "termcolor 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "toml 0.8.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "windows-sys 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "windows-targets 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "windows_aarch64_msvc 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "windows_i686_gnu 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "windows_i686_gnullvm 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "windows_i686_msvc 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "windows_x86_64_gnu 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "windows_x86_64_gnullvm 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "windows_x86_64_msvc 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.6.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "memchr 2.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [metadata] |
| "checksum dissimilar 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
| "checksum equivalent 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| "checksum glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| "checksum hashbrown 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| "checksum indexmap 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" |
| "checksum itoa 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
| "checksum memchr 2.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| "checksum proc-macro2 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)" = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
| "checksum quote 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
| "checksum ryu 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| "checksum serde 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)" = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" |
| "checksum serde_derive 1.0.209 (registry+https://github.com/rust-lang/crates.io-index)" = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" |
| "checksum serde_json 1.0.127 (registry+https://github.com/rust-lang/crates.io-index)" = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" |
| "checksum serde_spanned 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" |
| "checksum syn 2.0.76 (registry+https://github.com/rust-lang/crates.io-index)" = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" |
| "checksum termcolor 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| "checksum toml 0.8.19 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" |
| "checksum toml_datetime 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
| "checksum toml_edit 0.22.20 (registry+https://github.com/rust-lang/crates.io-index)" = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" |
| "checksum trybuild 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "207aa50d36c4be8d8c6ea829478be44a372c6a77669937bb39c698e52f1491e8" |
| "checksum unicode-ident 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| "checksum winapi-util 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
| "checksum windows-sys 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| "checksum windows-targets 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| "checksum windows_aarch64_gnullvm 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)" = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| "checksum windows_aarch64_msvc 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)" = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| "checksum windows_i686_gnu 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| "checksum windows_i686_gnullvm 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| "checksum windows_i686_msvc 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)" = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| "checksum windows_x86_64_gnu 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)" = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| "checksum windows_x86_64_gnullvm 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)" = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| "checksum windows_x86_64_msvc 0.52.6 (registry+https://github.com/rust-lang/crates.io-index)" = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| "checksum winnow 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" |