rustlings/Cargo.lock

1055 lines
27 KiB
Plaintext
Raw Normal View History

2019-06-05 13:22:41 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-04-04 21:21:55 +03:00
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
"zerocopy",
]
[[package]]
name = "allocator-api2"
2024-04-12 15:52:50 +03:00
version = "0.2.18"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-12 15:52:50 +03:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2024-04-04 21:21:55 +03:00
2023-08-26 00:18:01 +03:00
[[package]]
name = "anstream"
version = "0.6.15"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2023-08-26 00:18:01 +03:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-12 02:35:30 +03:00
"is_terminal_polyfill",
2023-08-26 00:18:01 +03:00
"utf8parse",
]
2023-08-27 00:34:40 +03:00
[[package]]
name = "anstyle"
version = "1.0.8"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2023-08-27 00:34:40 +03:00
2023-08-26 00:18:01 +03:00
[[package]]
name = "anstyle-parse"
version = "0.2.5"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2023-08-26 00:18:01 +03:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.1"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
2023-08-26 00:18:01 +03:00
dependencies = [
2024-03-11 01:57:35 +03:00
"windows-sys 0.52.0",
2023-08-26 00:18:01 +03:00
]
[[package]]
name = "anstyle-wincon"
version = "3.0.4"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2023-08-26 00:18:01 +03:00
dependencies = [
"anstyle",
2024-03-11 01:57:35 +03:00
"windows-sys 0.52.0",
2023-08-26 00:18:01 +03:00
]
2024-03-25 05:46:56 +03:00
[[package]]
name = "anyhow"
2024-05-20 19:11:19 +03:00
version = "1.0.86"
2024-03-25 05:46:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-20 19:11:19 +03:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2024-03-25 05:46:56 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
name = "autocfg"
2024-05-12 02:35:30 +03:00
version = "1.3.0"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 02:35:30 +03:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2019-06-05 13:22:41 +03:00
[[package]]
name = "bitflags"
version = "1.3.2"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-06-05 13:22:41 +03:00
[[package]]
name = "bitflags"
2024-06-26 17:59:13 +03:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 17:59:13 +03:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-04-04 21:21:55 +03:00
[[package]]
name = "cassowary"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "castaway"
2024-07-04 20:48:09 +03:00
version = "0.2.3"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
2024-04-04 21:21:55 +03:00
dependencies = [
"rustversion",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-06-05 13:22:41 +03:00
2023-08-26 00:18:01 +03:00
[[package]]
name = "clap"
2024-08-09 02:06:27 +03:00
version = "4.5.14"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-09 02:06:27 +03:00
checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36"
2023-08-26 00:18:01 +03:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-08-09 02:06:27 +03:00
version = "4.5.14"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-09 02:06:27 +03:00
checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed"
2023-08-26 00:18:01 +03:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-08-05 04:15:43 +03:00
version = "4.5.13"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 04:15:43 +03:00
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
2023-08-26 00:18:01 +03:00
dependencies = [
2024-06-06 02:58:05 +03:00
"heck",
2023-08-26 00:18:01 +03:00
"proc-macro2",
"quote",
2024-04-16 00:35:30 +03:00
"syn",
2023-08-26 00:18:01 +03:00
]
[[package]]
name = "clap_lex"
version = "0.7.2"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2023-08-26 00:18:01 +03:00
[[package]]
name = "colorchoice"
version = "1.0.2"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2023-08-26 00:18:01 +03:00
2024-04-04 21:21:55 +03:00
[[package]]
name = "compact_str"
2024-08-09 03:17:01 +03:00
version = "0.8.0"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-09 03:17:01 +03:00
checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644"
2024-04-04 21:21:55 +03:00
dependencies = [
"castaway",
"cfg-if",
"itoa",
2024-08-09 03:17:01 +03:00
"rustversion",
2024-04-04 21:21:55 +03:00
"ryu",
"static_assertions",
]
[[package]]
name = "crossbeam-channel"
2024-05-20 19:11:19 +03:00
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-20 19:11:19 +03:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-05-20 19:11:19 +03:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-20 19:11:19 +03:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2024-04-04 21:21:55 +03:00
[[package]]
name = "crossterm"
2024-08-09 03:17:01 +03:00
version = "0.28.1"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-09 03:17:01 +03:00
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
2024-04-04 21:21:55 +03:00
dependencies = [
2024-06-26 17:59:13 +03:00
"bitflags 2.6.0",
2024-04-04 21:21:55 +03:00
"crossterm_winapi",
2024-08-09 03:17:01 +03:00
"mio 1.0.1",
2024-04-04 21:21:55 +03:00
"parking_lot",
2024-08-09 03:17:01 +03:00
"rustix",
2024-04-04 21:21:55 +03:00
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
dependencies = [
"winapi",
]
[[package]]
name = "either"
2024-06-26 17:59:13 +03:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 17:59:13 +03:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2019-06-05 13:22:41 +03:00
[[package]]
2023-08-27 00:34:40 +03:00
name = "equivalent"
version = "1.0.1"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2019-06-05 13:22:41 +03:00
2024-08-08 15:04:43 +03:00
[[package]]
name = "errno"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "fastrand"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2019-06-05 13:22:41 +03:00
[[package]]
name = "filetime"
2024-03-11 01:57:35 +03:00
version = "0.2.23"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2019-06-05 13:22:41 +03:00
dependencies = [
"cfg-if",
2020-12-29 13:39:26 +03:00
"libc",
2024-04-27 05:21:29 +03:00
"redox_syscall 0.4.1",
2024-03-11 01:57:35 +03:00
"windows-sys 0.52.0",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "fsevent-sys"
version = "4.1.0"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"libc",
2019-06-05 13:22:41 +03:00
]
2023-08-27 00:34:40 +03:00
[[package]]
name = "hashbrown"
2024-04-29 01:36:13 +03:00
version = "0.14.5"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-29 01:36:13 +03:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2024-04-04 21:21:55 +03:00
dependencies = [
"ahash",
"allocator-api2",
]
2023-08-26 00:18:01 +03:00
[[package]]
name = "heck"
2024-03-27 17:16:42 +03:00
version = "0.5.0"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 17:16:42 +03:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-08-26 00:18:01 +03:00
2024-08-09 03:17:01 +03:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-08-27 00:34:40 +03:00
[[package]]
name = "indexmap"
2024-08-05 04:15:43 +03:00
version = "2.3.0"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 04:15:43 +03:00
checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
2023-08-27 00:34:40 +03:00
dependencies = [
"equivalent",
"hashbrown",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "inotify"
version = "0.9.6"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2019-06-05 13:22:41 +03:00
dependencies = [
"bitflags 1.3.2",
2020-12-29 13:39:26 +03:00
"inotify-sys",
"libc",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"libc",
2019-06-05 13:22:41 +03:00
]
2024-08-09 03:17:01 +03:00
[[package]]
name = "instability"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b23a0c8dfe501baac4adf6ebbfa6eddf8f0c07f56b058cc1288017e32397846c"
dependencies = [
"quote",
"syn",
]
2024-05-12 02:35:30 +03:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
2024-05-12 02:35:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-05-12 02:35:30 +03:00
2024-06-26 17:59:13 +03:00
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "itoa"
2024-03-27 17:16:42 +03:00
version = "1.0.11"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 17:16:42 +03:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2019-06-05 13:22:41 +03:00
[[package]]
name = "kqueue"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
2019-06-05 13:22:41 +03:00
dependencies = [
"bitflags 1.3.2",
"libc",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "libc"
2024-05-20 19:11:19 +03:00
version = "0.2.155"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-20 19:11:19 +03:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2019-06-05 13:22:41 +03:00
2024-08-08 15:04:43 +03:00
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2024-04-04 21:21:55 +03:00
[[package]]
name = "lock_api"
2024-04-27 05:21:29 +03:00
version = "0.4.12"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-27 05:21:29 +03:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2024-04-04 21:21:55 +03:00
dependencies = [
"autocfg",
"scopeguard",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "log"
2024-07-02 02:45:55 +03:00
version = "0.4.22"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-02 02:45:55 +03:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2019-06-05 13:22:41 +03:00
2024-04-04 21:21:55 +03:00
[[package]]
name = "lru"
2024-07-31 19:54:24 +03:00
version = "0.12.4"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-31 19:54:24 +03:00
checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
2024-04-04 21:21:55 +03:00
dependencies = [
"hashbrown",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "memchr"
2024-06-14 14:32:02 +03:00
version = "2.7.4"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 14:32:02 +03:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2019-06-05 13:22:41 +03:00
[[package]]
name = "mio"
2024-03-11 01:57:35 +03:00
version = "0.8.11"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"libc",
"log",
"wasi",
"windows-sys 0.48.0",
2019-06-05 13:22:41 +03:00
]
2024-08-09 03:17:01 +03:00
[[package]]
name = "mio"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
dependencies = [
"hermit-abi",
"libc",
"log",
"wasi",
"windows-sys 0.52.0",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "notify"
version = "6.1.1"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
2019-06-05 13:22:41 +03:00
dependencies = [
2024-06-26 17:59:13 +03:00
"bitflags 2.6.0",
"crossbeam-channel",
2020-12-29 13:39:26 +03:00
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
2020-12-29 13:39:26 +03:00
"libc",
"log",
2024-08-09 03:17:01 +03:00
"mio 0.8.11",
2020-12-29 13:39:26 +03:00
"walkdir",
"windows-sys 0.48.0",
]
[[package]]
name = "notify-debouncer-mini"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
dependencies = [
"log",
"notify",
2019-06-05 13:22:41 +03:00
]
2024-04-04 21:21:55 +03:00
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-04-25 02:56:01 +03:00
[[package]]
name = "os_pipe"
2024-08-05 04:15:43 +03:00
version = "1.2.1"
2024-04-25 02:56:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 04:15:43 +03:00
checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982"
2024-04-25 02:56:01 +03:00
dependencies = [
"libc",
2024-08-05 04:15:43 +03:00
"windows-sys 0.59.0",
2024-04-25 02:56:01 +03:00
]
2024-04-04 21:21:55 +03:00
[[package]]
name = "parking_lot"
2024-05-25 17:15:35 +03:00
version = "0.12.3"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-25 17:15:35 +03:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2024-04-04 21:21:55 +03:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-04-27 05:21:29 +03:00
version = "0.9.10"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-27 05:21:29 +03:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2024-04-04 21:21:55 +03:00
dependencies = [
"cfg-if",
"libc",
2024-07-17 15:33:29 +03:00
"redox_syscall 0.5.3",
2024-04-04 21:21:55 +03:00
"smallvec",
2024-07-04 20:48:09 +03:00
"windows-targets 0.52.6",
2024-04-04 21:21:55 +03:00
]
[[package]]
name = "paste"
2024-05-12 02:35:30 +03:00
version = "1.0.15"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 02:35:30 +03:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-04-04 21:21:55 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
name = "proc-macro2"
2024-06-26 17:59:13 +03:00
version = "1.0.86"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 17:59:13 +03:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2019-06-05 13:22:41 +03:00
dependencies = [
2023-03-24 18:48:11 +03:00
"unicode-ident",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "quote"
2024-04-11 03:51:50 +03:00
version = "1.0.36"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-11 03:51:50 +03:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"proc-macro2",
2019-06-05 13:22:41 +03:00
]
2024-04-04 21:21:55 +03:00
[[package]]
name = "ratatui"
2024-08-09 03:17:01 +03:00
version = "0.28.0"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-09 03:17:01 +03:00
checksum = "5ba6a365afbe5615999275bea2446b970b10a41102500e27ce7678d50d978303"
2024-04-04 21:21:55 +03:00
dependencies = [
2024-06-26 17:59:13 +03:00
"bitflags 2.6.0",
2024-04-04 21:21:55 +03:00
"cassowary",
"compact_str",
"crossterm",
2024-08-09 03:17:01 +03:00
"instability",
2024-07-10 14:27:32 +03:00
"itertools",
2024-04-04 21:21:55 +03:00
"lru",
"paste",
"strum",
2024-06-26 17:59:13 +03:00
"strum_macros",
2024-04-04 21:21:55 +03:00
"unicode-segmentation",
2024-05-20 19:11:19 +03:00
"unicode-truncate",
2024-04-04 21:21:55 +03:00
"unicode-width",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "redox_syscall"
2024-03-11 01:57:35 +03:00
version = "0.4.1"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2019-06-05 13:22:41 +03:00
dependencies = [
"bitflags 1.3.2",
2019-06-05 13:22:41 +03:00
]
2024-04-27 05:21:29 +03:00
[[package]]
name = "redox_syscall"
2024-07-17 15:33:29 +03:00
version = "0.5.3"
2024-04-27 05:21:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-17 15:33:29 +03:00
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
2024-04-27 05:21:29 +03:00
dependencies = [
2024-06-26 17:59:13 +03:00
"bitflags 2.6.0",
2024-04-27 05:21:29 +03:00
]
2024-08-08 15:04:43 +03:00
[[package]]
name = "rustix"
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "rustlings"
2024-07-10 17:51:34 +03:00
version = "6.1.0"
2019-06-05 13:22:41 +03:00
dependencies = [
"ahash",
2024-03-25 05:46:56 +03:00
"anyhow",
2023-08-26 00:18:01 +03:00
"clap",
"notify-debouncer-mini",
2024-04-25 02:56:01 +03:00
"os_pipe",
2024-04-04 21:21:55 +03:00
"ratatui",
2024-03-28 19:34:48 +03:00
"rustlings-macros",
2020-12-29 13:39:26 +03:00
"serde",
"serde_json",
2024-08-08 15:04:43 +03:00
"tempfile",
2024-03-25 04:35:51 +03:00
"toml_edit",
2019-06-05 13:22:41 +03:00
]
2024-03-28 19:34:48 +03:00
[[package]]
name = "rustlings-macros"
2024-07-10 17:51:34 +03:00
version = "6.1.0"
2024-03-28 19:34:48 +03:00
dependencies = [
"quote",
"serde",
"toml_edit",
2024-03-28 19:34:48 +03:00
]
2024-04-04 21:21:55 +03:00
[[package]]
name = "rustversion"
2024-05-20 19:11:19 +03:00
version = "1.0.17"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-20 19:11:19 +03:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2024-04-04 21:21:55 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
name = "ryu"
2024-05-12 02:35:30 +03:00
version = "1.0.18"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-12 02:35:30 +03:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2019-06-05 13:22:41 +03:00
[[package]]
name = "same-file"
version = "1.0.6"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"winapi-util",
2019-06-05 13:22:41 +03:00
]
2024-04-04 21:21:55 +03:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2019-06-05 13:22:41 +03:00
[[package]]
name = "serde"
2024-08-09 02:06:27 +03:00
version = "1.0.205"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-09 02:06:27 +03:00
checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"serde_derive",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "serde_derive"
2024-08-09 02:06:27 +03:00
version = "1.0.205"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-09 02:06:27 +03:00
checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"proc-macro2",
"quote",
2024-04-16 00:35:30 +03:00
"syn",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "serde_json"
2024-08-05 04:15:43 +03:00
version = "1.0.122"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 04:15:43 +03:00
checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
dependencies = [
"itoa",
2024-07-31 19:54:24 +03:00
"memchr",
"ryu",
"serde",
]
2019-06-05 13:22:41 +03:00
[[package]]
2023-08-27 00:34:40 +03:00
name = "serde_spanned"
2024-07-28 14:30:31 +03:00
version = "0.6.7"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-28 14:30:31 +03:00
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
2023-03-24 18:48:11 +03:00
dependencies = [
2023-08-27 00:34:40 +03:00
"serde",
2023-03-24 18:48:11 +03:00
]
2019-06-05 13:22:41 +03:00
2024-04-04 21:21:55 +03:00
[[package]]
name = "signal-hook"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
2024-07-31 19:54:24 +03:00
version = "0.2.4"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-31 19:54:24 +03:00
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
2024-04-04 21:21:55 +03:00
dependencies = [
"libc",
2024-08-09 03:17:01 +03:00
"mio 1.0.1",
2024-04-04 21:21:55 +03:00
"signal-hook",
]
[[package]]
name = "signal-hook-registry"
2024-04-21 20:27:00 +03:00
version = "1.4.2"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-21 20:27:00 +03:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2024-04-04 21:21:55 +03:00
dependencies = [
"libc",
]
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2023-08-26 00:18:01 +03:00
[[package]]
name = "strsim"
2024-04-04 21:21:55 +03:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
2024-06-26 17:59:13 +03:00
version = "0.26.3"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 17:59:13 +03:00
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2024-04-04 21:21:55 +03:00
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
2024-06-06 02:58:05 +03:00
version = "0.26.4"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 02:58:05 +03:00
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2024-04-04 21:21:55 +03:00
dependencies = [
2024-06-06 02:58:05 +03:00
"heck",
2024-04-04 21:21:55 +03:00
"proc-macro2",
"quote",
"rustversion",
2024-04-16 00:35:30 +03:00
"syn",
2024-04-04 21:21:55 +03:00
]
[[package]]
name = "syn"
2024-07-22 13:01:41 +03:00
version = "2.0.72"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-22 13:01:41 +03:00
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
2019-06-05 13:22:41 +03:00
dependencies = [
2023-03-24 18:48:11 +03:00
"proc-macro2",
"quote",
"unicode-ident",
2019-06-05 13:22:41 +03:00
]
2024-08-08 15:04:43 +03:00
[[package]]
name = "tempfile"
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
dependencies = [
"cfg-if",
"fastrand",
"once_cell",
"rustix",
"windows-sys 0.59.0",
]
2023-08-27 00:34:40 +03:00
[[package]]
name = "toml_datetime"
2024-07-31 19:54:24 +03:00
version = "0.6.8"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-31 19:54:24 +03:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2023-08-27 00:34:40 +03:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-08-05 04:15:43 +03:00
version = "0.22.20"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 04:15:43 +03:00
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
2019-06-05 13:22:41 +03:00
dependencies = [
2023-08-27 00:34:40 +03:00
"indexmap",
2020-12-29 13:39:26 +03:00
"serde",
2023-08-27 00:34:40 +03:00
"serde_spanned",
"toml_datetime",
"winnow",
2019-06-05 13:22:41 +03:00
]
[[package]]
2023-03-24 18:48:11 +03:00
name = "unicode-ident"
2024-03-11 01:57:35 +03:00
version = "1.0.12"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2019-06-05 13:22:41 +03:00
2024-04-04 21:21:55 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2024-05-20 19:11:19 +03:00
[[package]]
name = "unicode-truncate"
2024-07-10 14:27:32 +03:00
version = "1.1.0"
2024-05-20 19:11:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-10 14:27:32 +03:00
checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
2024-05-20 19:11:19 +03:00
dependencies = [
2024-07-10 14:27:32 +03:00
"itertools",
"unicode-segmentation",
2024-05-20 19:11:19 +03:00
"unicode-width",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "unicode-width"
2024-06-06 02:58:05 +03:00
version = "0.1.13"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 02:58:05 +03:00
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
2019-06-05 13:22:41 +03:00
2023-08-26 00:18:01 +03:00
[[package]]
name = "utf8parse"
2024-06-08 22:19:16 +03:00
version = "0.2.2"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-08 22:19:16 +03:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-08-26 00:18:01 +03:00
2024-04-04 21:21:55 +03:00
[[package]]
name = "version_check"
2024-07-28 14:30:31 +03:00
version = "0.9.5"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-28 14:30:31 +03:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-04-04 21:21:55 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
name = "walkdir"
2024-03-11 01:57:35 +03:00
version = "2.5.0"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"same-file",
"winapi-util",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2019-06-05 13:22:41 +03:00
[[package]]
name = "winapi"
version = "0.3.9"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 13:39:26 +03:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-06-05 13:22:41 +03:00
[[package]]
name = "winapi-util"
2024-08-05 04:15:43 +03:00
version = "0.1.9"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 04:15:43 +03:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2019-06-05 13:22:41 +03:00
dependencies = [
2024-08-05 04:15:43 +03:00
"windows-sys 0.59.0",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 13:39:26 +03:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-06-05 13:22:41 +03:00
2023-09-18 11:16:05 +03:00
[[package]]
name = "windows-sys"
2024-03-11 01:57:35 +03:00
version = "0.48.0"
2023-09-18 11:16:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-09-18 11:16:05 +03:00
dependencies = [
2024-03-11 01:57:35 +03:00
"windows-targets 0.48.5",
2023-09-18 11:16:05 +03:00
]
2023-03-24 18:48:11 +03:00
[[package]]
name = "windows-sys"
2024-03-11 01:57:35 +03:00
version = "0.52.0"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2023-03-24 18:48:11 +03:00
dependencies = [
2024-07-04 20:48:09 +03:00
"windows-targets 0.52.6",
]
2024-08-05 04:15:43 +03:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-targets"
2023-08-27 00:34:40 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2023-08-27 00:34:40 +03:00
"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",
2023-03-24 18:48:11 +03:00
]
[[package]]
2024-03-11 01:57:35 +03:00
name = "windows-targets"
2024-07-04 20:48:09 +03:00
version = "0.52.6"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-03-11 01:57:35 +03:00
dependencies = [
2024-07-04 20:48:09 +03:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-04-14 06:13:50 +03:00
"windows_i686_gnullvm",
2024-07-04 20:48:09 +03:00
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2024-03-11 01:57:35 +03:00
]
2023-03-24 18:48:11 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-27 00:34:40 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-03-24 18:48:11 +03:00
[[package]]
2024-03-11 01:57:35 +03:00
name = "windows_aarch64_gnullvm"
2024-07-04 20:48:09 +03:00
version = "0.52.6"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-03-24 18:48:11 +03:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-27 00:34:40 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-03-24 18:48:11 +03:00
[[package]]
2024-03-11 01:57:35 +03:00
name = "windows_aarch64_msvc"
2024-07-04 20:48:09 +03:00
version = "0.52.6"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-03-24 18:48:11 +03:00
[[package]]
name = "windows_i686_gnu"
2023-08-27 00:34:40 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-03-24 18:48:11 +03:00
[[package]]
2024-03-11 01:57:35 +03:00
name = "windows_i686_gnu"
2024-07-04 20:48:09 +03:00
version = "0.52.6"
2024-04-14 06:13:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-04-14 06:13:50 +03:00
[[package]]
name = "windows_i686_gnullvm"
2024-07-04 20:48:09 +03:00
version = "0.52.6"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-03-24 18:48:11 +03:00
[[package]]
name = "windows_i686_msvc"
2023-08-27 00:34:40 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-03-24 18:48:11 +03:00
[[package]]
2024-03-11 01:57:35 +03:00
name = "windows_i686_msvc"
2024-07-04 20:48:09 +03:00
version = "0.52.6"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-03-24 18:48:11 +03:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-27 00:34:40 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-03-24 18:48:11 +03:00
[[package]]
2024-03-11 01:57:35 +03:00
name = "windows_x86_64_gnu"
2024-07-04 20:48:09 +03:00
version = "0.52.6"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-03-24 18:48:11 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-27 00:34:40 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-03-24 18:48:11 +03:00
[[package]]
2024-03-11 01:57:35 +03:00
name = "windows_x86_64_gnullvm"
2024-07-04 20:48:09 +03:00
version = "0.52.6"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-03-24 18:48:11 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-27 00:34:40 +03:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-03-11 01:57:35 +03:00
[[package]]
name = "windows_x86_64_msvc"
2024-07-04 20:48:09 +03:00
version = "0.52.6"
2024-03-11 01:57:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-04 20:48:09 +03:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-03-11 01:57:35 +03:00
2023-08-27 00:34:40 +03:00
[[package]]
name = "winnow"
2024-08-05 04:15:43 +03:00
version = "0.6.18"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-05 04:15:43 +03:00
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
2023-08-27 00:34:40 +03:00
dependencies = [
"memchr",
]
2024-04-04 21:21:55 +03:00
[[package]]
name = "zerocopy"
2024-07-03 16:28:53 +03:00
version = "0.7.35"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-03 16:28:53 +03:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-04-04 21:21:55 +03:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-07-03 16:28:53 +03:00
version = "0.7.35"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-03 16:28:53 +03:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-04-04 21:21:55 +03:00
dependencies = [
"proc-macro2",
"quote",
2024-04-16 00:35:30 +03:00
"syn",
2024-04-04 21:21:55 +03:00
]