dust/Cargo.lock

577 lines
15 KiB
Plaintext
Raw Normal View History

2023-10-05 13:25:09 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-02-23 17:14:15 +00:00
[[package]]
name = "aho-corasick"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
dependencies = [
"memchr",
]
2024-08-09 01:47:49 +00:00
[[package]]
name = "annotate-snippets"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991"
dependencies = [
"anstyle",
"unicode-width",
]
2024-03-06 20:36:58 +00:00
[[package]]
name = "anstream"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2024-08-09 00:58:56 +00:00
version = "1.0.8"
2024-03-06 20:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-09 00:58:56 +00:00
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2024-03-06 20:36:58 +00:00
[[package]]
name = "anstyle-parse"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
dependencies = [
2024-09-10 22:19:59 +00:00
"windows-sys 0.52.0",
2024-03-06 20:36:58 +00:00
]
[[package]]
name = "anstyle-wincon"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
dependencies = [
"anstyle",
2024-09-10 22:19:59 +00:00
"windows-sys 0.52.0",
]
2023-10-05 13:25:09 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "cfg-if"
version = "1.0.0"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-10-05 13:25:09 +00:00
2024-08-09 00:58:56 +00:00
[[package]]
name = "clap"
version = "4.5.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2024-03-06 20:36:58 +00:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2024-09-10 22:19:59 +00:00
[[package]]
name = "colored"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
dependencies = [
"lazy_static",
"windows-sys 0.48.0",
]
2024-03-20 21:05:37 +00:00
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2023-10-05 13:25:09 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "dust-lang"
version = "0.5.0"
2023-10-05 13:25:09 +00:00
dependencies = [
2024-08-09 01:47:49 +00:00
"annotate-snippets",
2024-03-06 20:36:58 +00:00
"env_logger",
"log",
2024-03-18 12:15:30 +00:00
"rand",
2024-03-20 21:05:37 +00:00
"rayon",
2024-06-04 18:47:15 +00:00
"serde",
"serde_json",
2024-03-06 20:36:58 +00:00
]
2024-03-20 08:42:13 +00:00
[[package]]
name = "dust-shell"
version = "0.1.0"
2024-08-09 00:58:56 +00:00
dependencies = [
"clap",
2024-09-10 22:19:59 +00:00
"colored",
2024-08-09 00:58:56 +00:00
"dust-lang",
2024-08-20 04:15:19 +00:00
"env_logger",
2024-09-10 22:19:59 +00:00
"log",
2024-08-09 00:58:56 +00:00
]
2024-03-20 08:42:13 +00:00
[[package]]
name = "either"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
2024-03-06 20:36:58 +00:00
[[package]]
name = "env_filter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.11.5"
2024-03-06 20:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
2024-03-06 20:36:58 +00:00
dependencies = [
"anstream",
"anstyle",
"env_filter",
"humantime",
"log",
2023-10-05 13:25:09 +00:00
]
2024-03-18 12:15:30 +00:00
[[package]]
name = "getrandom"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2024-08-09 00:58:56 +00:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2024-03-06 20:36:58 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2024-03-20 08:42:13 +00:00
[[package]]
name = "itoa"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2024-09-10 22:19:59 +00:00
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-03-20 08:42:13 +00:00
[[package]]
name = "libc"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "log"
version = "0.4.22"
2024-03-20 08:42:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2024-03-20 08:42:13 +00:00
[[package]]
name = "memchr"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2024-03-18 12:15:30 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2023-10-05 13:25:09 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "proc-macro2"
2024-03-17 06:51:33 +00:00
version = "1.0.79"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
2023-10-05 13:25:09 +00:00
dependencies = [
2024-02-23 12:40:01 +00:00
"unicode-ident",
2023-10-05 13:25:09 +00:00
]
[[package]]
2024-02-23 12:40:01 +00:00
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-23 12:40:01 +00:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
2024-02-23 12:40:01 +00:00
"proc-macro2",
2023-10-05 13:25:09 +00:00
]
2024-03-18 12:15:30 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2024-03-20 21:05:37 +00:00
[[package]]
name = "rayon"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2024-03-06 20:36:58 +00:00
[[package]]
name = "regex"
version = "1.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
2024-03-06 20:36:58 +00:00
]
[[package]]
name = "regex-automata"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2024-02-23 17:14:15 +00:00
]
2024-03-06 20:36:58 +00:00
[[package]]
name = "regex-syntax"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2024-03-20 08:42:13 +00:00
[[package]]
name = "ryu"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2024-02-23 17:14:15 +00:00
[[package]]
name = "serde"
2024-06-04 18:47:15 +00:00
version = "1.0.203"
2024-02-23 17:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-04 18:47:15 +00:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
2024-02-23 17:14:15 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-06-04 18:47:15 +00:00
version = "1.0.203"
2024-02-23 17:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-04 18:47:15 +00:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2024-02-23 17:14:15 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-03-20 08:42:13 +00:00
[[package]]
name = "serde_json"
2024-06-04 18:47:15 +00:00
version = "1.0.117"
2024-03-20 08:42:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-04 18:47:15 +00:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2024-03-20 08:42:13 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2024-08-09 00:58:56 +00:00
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-01-30 18:43:18 +00:00
[[package]]
2024-02-23 12:40:01 +00:00
name = "syn"
2024-03-17 06:51:33 +00:00
version = "2.0.53"
2023-10-05 13:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
2024-02-23 12:40:01 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-10-05 13:25:09 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2024-08-09 01:47:49 +00:00
[[package]]
name = "unicode-width"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
2024-03-06 20:36:58 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2024-03-18 12:15:30 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-09-10 22:19:59 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
2024-02-25 18:49:26 +00:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-09-10 22:19:59 +00:00
"windows-targets 0.52.4",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2024-03-06 20:36:58 +00:00
]
2024-02-25 18:49:26 +00:00
[[package]]
name = "windows-targets"
2024-03-17 06:51:33 +00:00
version = "0.52.4"
2024-02-25 18:49:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2024-02-25 18:49:26 +00:00
dependencies = [
2024-09-10 22:19:59 +00:00
"windows_aarch64_gnullvm 0.52.4",
"windows_aarch64_msvc 0.52.4",
"windows_i686_gnu 0.52.4",
"windows_i686_msvc 0.52.4",
"windows_x86_64_gnu 0.52.4",
"windows_x86_64_gnullvm 0.52.4",
"windows_x86_64_msvc 0.52.4",
2024-02-25 18:49:26 +00:00
]
2024-09-10 22:19:59 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2024-02-25 18:49:26 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-03-17 06:51:33 +00:00
version = "0.52.4"
2024-02-25 18:49:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2024-02-25 18:49:26 +00:00
2024-09-10 22:19:59 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2024-02-25 18:49:26 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-03-17 06:51:33 +00:00
version = "0.52.4"
2024-02-25 18:49:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2024-02-25 18:49:26 +00:00
2024-09-10 22:19:59 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2024-02-25 18:49:26 +00:00
[[package]]
name = "windows_i686_gnu"
2024-03-17 06:51:33 +00:00
version = "0.52.4"
2024-02-25 18:49:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2024-02-25 18:49:26 +00:00
2024-09-10 22:19:59 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2024-02-25 18:49:26 +00:00
[[package]]
name = "windows_i686_msvc"
2024-03-17 06:51:33 +00:00
version = "0.52.4"
2024-02-25 18:49:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2024-02-25 18:49:26 +00:00
2024-09-10 22:19:59 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2024-02-25 18:49:26 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-03-17 06:51:33 +00:00
version = "0.52.4"
2024-02-25 18:49:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2024-02-25 18:49:26 +00:00
2024-09-10 22:19:59 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2024-02-25 18:49:26 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-03-17 06:51:33 +00:00
version = "0.52.4"
2024-02-25 18:49:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2024-02-25 18:49:26 +00:00
2024-09-10 22:19:59 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-02-25 18:49:26 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-03-17 06:51:33 +00:00
version = "0.52.4"
2024-02-25 18:49:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-17 06:51:33 +00:00
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"