| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "doc-comment" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| dependencies = [ |
| "doc-comment", |
| "spin", |
| "trybuild", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.86" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.203" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.203" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.117" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.8.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.22.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "trybuild" |
| version = "1.0.96" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" |
| dependencies = [ |
| "glob", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "termcolor", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" |
| dependencies = [ |
| "windows-sys", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" |
| dependencies = [ |
| "windows_aarch64_gnullvm", |
| "windows_aarch64_msvc", |
| "windows_i686_gnu", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc", |
| "windows_x86_64_gnu", |
| "windows_x86_64_gnullvm", |
| "windows_x86_64_msvc", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.6.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" |
| dependencies = [ |
| "memchr", |
| ] |