rustlings/Cargo.lock

843 lines
22 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
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-09-18 00:33:48 +03:00
version = "1.0.89"
2024-03-25 05:46:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-18 00:33:48 +03:00
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
2024-03-25 05:46:56 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
name = "autocfg"
2024-10-14 16:24:42 +03:00
version = "1.4.0"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
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"
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-10-14 16:24:42 +03:00
version = "4.5.20"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2023-08-26 00:18:01 +03:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-10-14 16:24:42 +03:00
version = "4.5.20"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2023-08-26 00:18:01 +03:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-09-26 13:28:48 +03:00
version = "4.5.18"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-26 13:28:48 +03:00
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
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 = "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-17 17:57:58 +03:00
"mio 1.0.2",
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",
]
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"
2024-08-25 21:42:13 +03:00
version = "2.1.1"
2024-08-08 15:04:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-25 21:42:13 +03:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2024-08-08 15:04:43 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
name = "filetime"
2024-08-29 17:40:40 +03:00
version = "0.2.25"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-29 17:40:40 +03:00
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
2019-06-05 13:22:41 +03:00
dependencies = [
"cfg-if",
2020-12-29 13:39:26 +03:00
"libc",
2024-08-17 17:57:58 +03:00
"libredox",
"windows-sys 0.59.0",
2019-06-05 13:22:41 +03:00
]
2024-10-14 16:24:42 +03:00
[[package]]
name = "foldhash"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
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-10-14 16:24:42 +03:00
version = "0.15.0"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
2024-04-04 21:21:55 +03:00
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-10-14 16:24:42 +03:00
version = "2.6.0"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
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-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
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-09-26 13:28:48 +03:00
version = "0.2.159"
2024-08-17 17:57:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-26 13:28:48 +03:00
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
2024-08-17 17:57:58 +03:00
[[package]]
name = "libredox"
version = "0.1.3"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 17:57:58 +03:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.6.0",
"libc",
"redox_syscall",
]
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
[[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"
2024-08-17 17:57:58 +03:00
version = "1.0.2"
2024-08-09 03:17:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-17 17:57:58 +03:00
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2024-08-09 03:17:01 +03:00
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",
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",
]
2024-04-04 21:21:55 +03:00
[[package]]
name = "once_cell"
2024-10-14 16:24:42 +03:00
version = "1.20.2"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2024-04-04 21:21:55 +03:00
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-08-17 17:57:58 +03:00
"redox_syscall",
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
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "proc-macro2"
2024-10-14 16:24:42 +03:00
version = "1.0.87"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
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-08-24 01:14:12 +03:00
version = "1.0.37"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-24 01:14:12 +03:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
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-27 05:21:29 +03:00
[[package]]
name = "redox_syscall"
2024-10-14 16:24:42 +03:00
version = "0.5.7"
2024-04-27 05:21:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
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"
2024-09-12 16:40:21 +03:00
version = "0.38.37"
2024-08-08 15:04:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-12 16:40:21 +03:00
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
2024-08-08 15:04:43 +03:00
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-08-29 18:20:17 +03:00
version = "6.3.0"
2019-06-05 13:22:41 +03:00
dependencies = [
2024-03-25 05:46:56 +03:00
"anyhow",
2023-08-26 00:18:01 +03:00
"clap",
2024-08-24 01:14:12 +03:00
"crossterm",
2024-10-14 16:24:42 +03:00
"foldhash",
2024-09-18 02:43:48 +03:00
"notify",
2024-04-25 02:56:01 +03:00
"os_pipe",
"rustix",
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-08-29 18:20:17 +03:00
version = "6.3.0"
2024-03-28 19:34:48 +03:00
dependencies = [
"quote",
"serde",
"toml_edit",
2024-03-28 19:34:48 +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-09-12 16:40:21 +03:00
version = "1.0.210"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-12 16:40:21 +03:00
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
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-09-12 16:40:21 +03:00
version = "1.0.210"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-12 16:40:21 +03:00
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
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-09-05 02:55:31 +03:00
version = "1.0.128"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:55:31 +03:00
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
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-09-26 13:28:48 +03:00
version = "0.6.8"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-26 13:28:48 +03:00
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
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-17 17:57:58 +03:00
"mio 1.0.2",
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"
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 = "syn"
2024-10-14 16:24:42 +03:00
version = "2.0.79"
2024-04-04 21:21:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
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"
2024-10-14 16:24:42 +03:00
version = "3.13.0"
2024-08-08 15:04:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-14 16:24:42 +03:00
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
2024-08-08 15:04:43 +03:00
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-09-26 13:28:48 +03:00
version = "0.22.22"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-26 13:28:48 +03:00
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
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-09-12 16:40:21 +03:00
version = "1.0.13"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-12 16:40:21 +03:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2019-06-05 13:22:41 +03:00
2024-04-04 21:21:55 +03:00
[[package]]
2023-08-26 00:18:01 +03:00
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
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-09-26 13:28:48 +03:00
version = "0.6.20"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-26 13:28:48 +03:00
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
2023-08-27 00:34:40 +03:00
dependencies = [
"memchr",
]