2019-06-05 10:22:41 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-24 12:06:30 +00:00
|
|
|
version = 3
|
|
|
|
|
2024-04-04 18:21:55 +00: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",
|
|
|
|
]
|
|
|
|
|
2023-08-25 21:18:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-07-25 14:26:48 +00:00
|
|
|
version = "0.6.15"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-25 14:26:48 +00:00
|
|
|
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
2023-08-25 21:18:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-11 23:35:30 +00:00
|
|
|
"is_terminal_polyfill",
|
2023-08-25 21:18:01 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-08-26 21:34:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-07-25 14:26:48 +00:00
|
|
|
version = "1.0.8"
|
2023-08-26 21:34:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-25 14:26:48 +00:00
|
|
|
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
2023-08-26 21:34:40 +00:00
|
|
|
|
2023-08-25 21:18:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-07-25 14:26:48 +00:00
|
|
|
version = "0.2.5"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-25 14:26:48 +00:00
|
|
|
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
2023-08-25 21:18:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-07-25 14:26:48 +00:00
|
|
|
version = "1.1.1"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-25 14:26:48 +00:00
|
|
|
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
2023-08-25 21:18:01 +00:00
|
|
|
dependencies = [
|
2024-03-10 22:57:35 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-25 21:18:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-07-25 14:26:48 +00:00
|
|
|
version = "3.0.4"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-25 14:26:48 +00:00
|
|
|
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
2023-08-25 21:18:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-03-10 22:57:35 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-25 21:18:01 +00:00
|
|
|
]
|
|
|
|
|
2024-03-25 02:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-09-12 13:40:21 +00:00
|
|
|
version = "1.0.88"
|
2024-03-25 02:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 13:40:21 +00:00
|
|
|
checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356"
|
2024-03-25 02:46:56 +00:00
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-11 23:35:30 +00:00
|
|
|
version = "1.3.0"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 23:35:30 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-24 12:06:30 +00:00
|
|
|
version = "1.3.2"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 12:06:30 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
2023-11-15 22:17:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-06-26 14:59:13 +00:00
|
|
|
version = "2.6.0"
|
2023-11-15 22:17:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-26 14:59:13 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-11-15 22:17:40 +00:00
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.
I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2021-04-20 10:46:49 +00:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.
I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2021-04-20 10:46:49 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
2023-08-25 21:18:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-09-04 23:55:31 +00:00
|
|
|
version = "4.5.17"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-04 23:55:31 +00:00
|
|
|
checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac"
|
2023-08-25 21:18:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-09-04 23:55:31 +00:00
|
|
|
version = "4.5.17"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-04 23:55:31 +00:00
|
|
|
checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73"
|
2023-08-25 21:18:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-08-05 01:15:43 +00:00
|
|
|
version = "4.5.13"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 01:15:43 +00:00
|
|
|
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
|
2023-08-25 21:18:01 +00:00
|
|
|
dependencies = [
|
2024-06-05 23:58:05 +00:00
|
|
|
"heck",
|
2023-08-25 21:18:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-15 21:35:30 +00:00
|
|
|
"syn",
|
2023-08-25 21:18:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-07-25 14:26:48 +00:00
|
|
|
version = "0.7.2"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-25 14:26:48 +00:00
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
2023-08-25 21:18:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-07-25 14:26:48 +00:00
|
|
|
version = "1.0.2"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-25 14:26:48 +00:00
|
|
|
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
2023-08-25 21:18:01 +00:00
|
|
|
|
2023-11-15 22:17:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-05-20 16:11:19 +00:00
|
|
|
version = "0.5.13"
|
2023-11-15 22:17:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-20 16:11:19 +00:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
2023-11-15 22:17:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-05-20 16:11:19 +00:00
|
|
|
version = "0.8.20"
|
2023-11-15 22:17:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-20 16:11:19 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2023-11-15 22:17:40 +00:00
|
|
|
|
2024-04-04 18:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2024-08-09 00:17:01 +00:00
|
|
|
version = "0.28.1"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-09 00:17:01 +00:00
|
|
|
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
|
2024-04-04 18:21:55 +00:00
|
|
|
dependencies = [
|
2024-06-26 14:59:13 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-04-04 18:21:55 +00:00
|
|
|
"crossterm_winapi",
|
2024-08-17 14:57:58 +00:00
|
|
|
"mio 1.0.2",
|
2024-04-04 18:21:55 +00:00
|
|
|
"parking_lot",
|
2024-08-09 00:17:01 +00:00
|
|
|
"rustix",
|
2024-04-04 18:21:55 +00: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 10:22:41 +00:00
|
|
|
[[package]]
|
2023-08-26 21:34:40 +00:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 21:34:40 +00:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
2024-08-08 12:04:43 +00: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 18:42:13 +00:00
|
|
|
version = "2.1.1"
|
2024-08-08 12:04:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-25 18:42:13 +00:00
|
|
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
2024-08-08 12:04:43 +00:00
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-08-29 14:40:40 +00:00
|
|
|
version = "0.2.25"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-29 14:40:40 +00:00
|
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2023-11-15 22:17:40 +00:00
|
|
|
"cfg-if",
|
2020-12-29 10:39:26 +00:00
|
|
|
"libc",
|
2024-08-17 14:57:58 +00:00
|
|
|
"libredox",
|
|
|
|
"windows-sys 0.59.0",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2023-11-15 22:17:40 +00:00
|
|
|
version = "4.1.0"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 22:17:40 +00:00
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2020-12-29 10:39:26 +00:00
|
|
|
"libc",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
2023-08-26 21:34:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-04-28 22:36:13 +00:00
|
|
|
version = "0.14.5"
|
2023-08-26 21:34:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 22:36:13 +00:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2024-04-04 18:21:55 +00:00
|
|
|
|
2023-08-25 21:18:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-03-27 14:16:42 +00:00
|
|
|
version = "0.5.0"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 14:16:42 +00:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-08-25 21:18:01 +00:00
|
|
|
|
2024-08-09 00:17:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
|
|
2023-08-26 21:34:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-09-04 23:55:31 +00:00
|
|
|
version = "2.5.0"
|
2023-08-26 21:34:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-04 23:55:31 +00:00
|
|
|
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
|
2023-08-26 21:34:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2023-11-15 22:17:40 +00:00
|
|
|
version = "0.9.6"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 22:17:40 +00:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2023-11-15 22:17:40 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-12-29 10:39:26 +00:00
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.
I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2021-04-20 10:46:49 +00:00
|
|
|
version = "0.1.5"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.
I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2021-04-20 10:46:49 +00:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2020-12-29 10:39:26 +00:00
|
|
|
"libc",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
2024-05-11 23:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-07-25 14:26:48 +00:00
|
|
|
version = "1.70.1"
|
2024-05-11 23:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-25 14:26:48 +00:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-05-11 23:35:30 +00:00
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-03-27 14:16:42 +00:00
|
|
|
version = "1.0.11"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 14:16:42 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-15 22:17:40 +00:00
|
|
|
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 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 22:17:40 +00:00
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2023-11-15 22:17:40 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"libc",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-08-19 21:28:53 +00:00
|
|
|
version = "0.2.158"
|
2024-08-17 14:57:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-19 21:28:53 +00:00
|
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
2024-08-17 14:57:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-17 14:57:58 +00:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
2019-06-05 10:22:41 +00:00
|
|
|
|
2024-08-08 12:04:43 +00: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 18:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-04-27 02:21:29 +00:00
|
|
|
version = "0.4.12"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 02:21:29 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2024-04-04 18:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-01 23:45:55 +00:00
|
|
|
version = "0.4.22"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-01 23:45:55 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-14 11:32:02 +00:00
|
|
|
version = "2.7.4"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-14 11:32:02 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-03-10 22:57:35 +00:00
|
|
|
version = "0.8.11"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 22:57:35 +00:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2020-12-29 10:39:26 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-11-15 22:17:40 +00:00
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.48.0",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
2024-08-09 00:17:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-08-17 14:57:58 +00:00
|
|
|
version = "1.0.2"
|
2024-08-09 00:17:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-17 14:57:58 +00:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2024-08-09 00:17:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2023-11-15 22:17:40 +00:00
|
|
|
version = "6.1.1"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 22:17:40 +00:00
|
|
|
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2024-06-26 14:59:13 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-11-15 22:17:40 +00:00
|
|
|
"crossbeam-channel",
|
2020-12-29 10:39:26 +00:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2023-11-15 22:17:40 +00:00
|
|
|
"kqueue",
|
2020-12-29 10:39:26 +00:00
|
|
|
"libc",
|
2023-11-15 22:17:40 +00:00
|
|
|
"log",
|
2024-08-09 00:17:01 +00:00
|
|
|
"mio 0.8.11",
|
2020-12-29 10:39:26 +00:00
|
|
|
"walkdir",
|
2023-11-15 22:17:40 +00:00
|
|
|
"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 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
2024-04-04 18:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
|
2024-04-24 23:56:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
2024-08-05 01:15:43 +00:00
|
|
|
version = "1.2.1"
|
2024-04-24 23:56:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 01:15:43 +00:00
|
|
|
checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982"
|
2024-04-24 23:56:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-08-05 01:15:43 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-04-24 23:56:01 +00:00
|
|
|
]
|
|
|
|
|
2024-04-04 18:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-05-25 14:15:35 +00:00
|
|
|
version = "0.12.3"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 14:15:35 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2024-04-04 18:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-04-27 02:21:29 +00:00
|
|
|
version = "0.9.10"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-27 02:21:29 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2024-04-04 18:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-08-17 14:57:58 +00:00
|
|
|
"redox_syscall",
|
2024-04-04 18:21:55 +00:00
|
|
|
"smallvec",
|
2024-07-04 17:48:09 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-04-04 18:21:55 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-06-26 14:59:13 +00:00
|
|
|
version = "1.0.86"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-26 14:59:13 +00:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2023-03-24 15:48:11 +00:00
|
|
|
"unicode-ident",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-08-23 22:14:12 +00:00
|
|
|
version = "1.0.37"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 22:14:12 +00:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2020-12-29 10:39:26 +00:00
|
|
|
"proc-macro2",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
2024-04-27 02:21:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-09-12 13:40:21 +00:00
|
|
|
version = "0.5.4"
|
2024-04-27 02:21:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 13:40:21 +00:00
|
|
|
checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853"
|
2024-04-27 02:21:29 +00:00
|
|
|
dependencies = [
|
2024-06-26 14:59:13 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-04-27 02:21:29 +00:00
|
|
|
]
|
|
|
|
|
2024-08-08 12:04:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-09-12 13:40:21 +00:00
|
|
|
version = "0.38.37"
|
2024-08-08 12:04:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 13:40:21 +00:00
|
|
|
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
2024-08-08 12:04:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustlings"
|
2024-08-29 15:20:17 +00:00
|
|
|
version = "6.3.0"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2024-08-07 23:23:58 +00:00
|
|
|
"ahash",
|
2024-03-25 02:46:56 +00:00
|
|
|
"anyhow",
|
2023-08-25 21:18:01 +00:00
|
|
|
"clap",
|
2024-08-23 22:14:12 +00:00
|
|
|
"crossterm",
|
2023-11-15 22:17:40 +00:00
|
|
|
"notify-debouncer-mini",
|
2024-04-24 23:56:01 +00:00
|
|
|
"os_pipe",
|
2024-09-05 00:11:19 +00:00
|
|
|
"rustix",
|
2024-03-28 16:34:48 +00:00
|
|
|
"rustlings-macros",
|
2020-12-29 10:39:26 +00:00
|
|
|
"serde",
|
2024-04-27 02:14:59 +00:00
|
|
|
"serde_json",
|
2024-08-08 12:04:43 +00:00
|
|
|
"tempfile",
|
2024-03-25 01:35:51 +00:00
|
|
|
"toml_edit",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
2024-03-28 16:34:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustlings-macros"
|
2024-08-29 15:20:17 +00:00
|
|
|
version = "6.3.0"
|
2024-03-28 16:34:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-04-23 17:18:25 +00:00
|
|
|
"serde",
|
|
|
|
"toml_edit",
|
2024-03-28 16:34:48 +00:00
|
|
|
]
|
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-11 23:35:30 +00:00
|
|
|
version = "1.0.18"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 23:35:30 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.
I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2021-04-20 10:46:49 +00:00
|
|
|
version = "1.0.6"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.
I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2021-04-20 10:46:49 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2020-12-29 10:39:26 +00:00
|
|
|
"winapi-util",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
2024-04-04 18:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-09-12 13:40:21 +00:00
|
|
|
version = "1.0.210"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 13:40:21 +00:00
|
|
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2020-12-29 10:39:26 +00:00
|
|
|
"serde_derive",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-09-12 13:40:21 +00:00
|
|
|
version = "1.0.210"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 13:40:21 +00:00
|
|
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2020-12-29 10:39:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-15 21:35:30 +00:00
|
|
|
"syn",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
2024-04-27 02:14:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-09-04 23:55:31 +00:00
|
|
|
version = "1.0.128"
|
2024-04-27 02:14:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-04 23:55:31 +00:00
|
|
|
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
2024-04-27 02:14:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-07-31 16:54:24 +00:00
|
|
|
"memchr",
|
2024-04-27 02:14:59 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
2023-08-26 21:34:40 +00:00
|
|
|
name = "serde_spanned"
|
2024-07-28 11:30:31 +00:00
|
|
|
version = "0.6.7"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 11:30:31 +00:00
|
|
|
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
2023-03-24 15:48:11 +00:00
|
|
|
dependencies = [
|
2023-08-26 21:34:40 +00:00
|
|
|
"serde",
|
2023-03-24 15:48:11 +00:00
|
|
|
]
|
2019-06-05 10:22:41 +00:00
|
|
|
|
2024-04-04 18:21:55 +00: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 16:54:24 +00:00
|
|
|
version = "0.2.4"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-31 16:54:24 +00:00
|
|
|
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
|
2024-04-04 18:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-08-17 14:57:58 +00:00
|
|
|
"mio 1.0.2",
|
2024-04-04 18:21:55 +00:00
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-04-21 17:27:00 +00:00
|
|
|
version = "1.4.2"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-21 17:27:00 +00:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2024-04-04 18:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
|
|
2023-08-25 21:18:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-04-04 18:21:55 +00:00
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-09-04 23:55:31 +00:00
|
|
|
version = "2.0.77"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-04 23:55:31 +00:00
|
|
|
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2023-03-24 15:48:11 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
2024-08-08 12:04:43 +00: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-26 21:34:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-07-31 16:54:24 +00:00
|
|
|
version = "0.6.8"
|
2023-08-26 21:34:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-31 16:54:24 +00:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-08-26 21:34:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-08-05 01:15:43 +00:00
|
|
|
version = "0.22.20"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 01:15:43 +00:00
|
|
|
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2023-08-26 21:34:40 +00:00
|
|
|
"indexmap",
|
2020-12-29 10:39:26 +00:00
|
|
|
"serde",
|
2023-08-26 21:34:40 +00:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-24 15:48:11 +00:00
|
|
|
name = "unicode-ident"
|
2024-09-12 13:40:21 +00:00
|
|
|
version = "1.0.13"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 13:40:21 +00:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
2024-04-04 18:21:55 +00:00
|
|
|
[[package]]
|
2023-08-25 21:18:01 +00:00
|
|
|
name = "utf8parse"
|
2024-06-08 19:19:16 +00:00
|
|
|
version = "0.2.2"
|
2023-08-25 21:18:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:19:16 +00:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-08-25 21:18:01 +00:00
|
|
|
|
2024-04-04 18:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-07-28 11:30:31 +00:00
|
|
|
version = "0.9.5"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 11:30:31 +00:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2024-04-04 18:21:55 +00:00
|
|
|
|
2019-06-05 10:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-03-10 22:57:35 +00:00
|
|
|
version = "2.5.0"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 22:57:35 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2020-12-29 10:39:26 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2019-06-05 10:22:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-15 22:17:40 +00:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 22:17:40 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.
I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2021-04-20 10:46:49 +00:00
|
|
|
version = "0.3.9"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.
I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
2021-04-20 10:46:49 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2020-12-29 10:39:26 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-06-05 10:22:41 +00: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 10:39:26 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-08-05 01:15:43 +00:00
|
|
|
version = "0.1.9"
|
2019-06-05 10:22:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 01:15:43 +00:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2019-06-05 10:22:41 +00:00
|
|
|
dependencies = [
|
2024-08-05 01:15:43 +00:00
|
|
|
"windows-sys 0.59.0",
|
2019-06-05 10:22:41 +00: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 10:39:26 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-06-05 10:22:41 +00:00
|
|
|
|
2023-09-18 08:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-03-10 22:57:35 +00:00
|
|
|
version = "0.48.0"
|
2023-09-18 08:16:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 22:57:35 +00:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-09-18 08:16:05 +00:00
|
|
|
dependencies = [
|
2024-03-10 22:57:35 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-09-18 08:16:05 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 15:48:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-03-10 22:57:35 +00:00
|
|
|
version = "0.52.0"
|
2023-03-24 15:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 22:57:35 +00:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-03-24 15:48:11 +00:00
|
|
|
dependencies = [
|
2024-07-04 17:48:09 +00:00
|
|
|
"windows-targets 0.52.6",
|
2023-07-14 17:47:42 +00:00
|
|
|
]
|
|
|
|
|
2024-08-05 01:15:43 +00: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",
|
|
|
|
]
|
|
|
|
|
2023-07-14 17:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-26 21:34:40 +00:00
|
|
|
version = "0.48.5"
|
2023-07-14 17:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 21:34:40 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-07-14 17:47:42 +00:00
|
|
|
dependencies = [
|
2023-08-26 21:34:40 +00: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 15:48:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-10 22:57:35 +00:00
|
|
|
name = "windows-targets"
|
2024-07-04 17:48:09 +00:00
|
|
|
version = "0.52.6"
|
2023-03-24 15:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 17:48:09 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-03-10 22:57:35 +00:00
|
|
|
dependencies = [
|
2024-07-04 17:48:09 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-04-14 03:13:50 +00:00
|
|
|
"windows_i686_gnullvm",
|
2024-07-04 17:48:09 +00: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-10 22:57:35 +00:00
|
|
|
]
|
2023-03-24 15:48:11 +00:00
|
|
|
|
2023-07-14 17:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-26 21:34:40 +00:00
|
|
|
version = "0.48.5"
|
2023-07-14 17:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 21:34:40 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-07-14 17:47:42 +00:00
|
|
|
|
2023-03-24 15:48:11 +00:00
|
|
|
[[package]]
|
2024-03-10 22:57:35 +00:00
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-04 17:48:09 +00:00
|
|
|
version = "0.52.6"
|
2023-03-24 15:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 17:48:09 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-03-24 15:48:11 +00:00
|
|
|
|
2023-07-14 17:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-26 21:34:40 +00:00
|
|
|
version = "0.48.5"
|
2023-07-14 17:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 21:34:40 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-07-14 17:47:42 +00:00
|
|
|
|
2023-03-24 15:48:11 +00:00
|
|
|
[[package]]
|
2024-03-10 22:57:35 +00:00
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-04 17:48:09 +00:00
|
|
|
version = "0.52.6"
|
2023-03-24 15:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 17:48:09 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-03-24 15:48:11 +00:00
|
|
|
|
2023-07-14 17:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-26 21:34:40 +00:00
|
|
|
version = "0.48.5"
|
2023-07-14 17:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 21:34:40 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-07-14 17:47:42 +00:00
|
|
|
|
2023-03-24 15:48:11 +00:00
|
|
|
[[package]]
|
2024-03-10 22:57:35 +00:00
|
|
|
name = "windows_i686_gnu"
|
2024-07-04 17:48:09 +00:00
|
|
|
version = "0.52.6"
|
2024-04-14 03:13:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 17:48:09 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-14 03:13:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-04 17:48:09 +00:00
|
|
|
version = "0.52.6"
|
2023-03-24 15:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 17:48:09 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-03-24 15:48:11 +00:00
|
|
|
|
2023-07-14 17:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-26 21:34:40 +00:00
|
|
|
version = "0.48.5"
|
2023-07-14 17:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 21:34:40 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-07-14 17:47:42 +00:00
|
|
|
|
2023-03-24 15:48:11 +00:00
|
|
|
[[package]]
|
2024-03-10 22:57:35 +00:00
|
|
|
name = "windows_i686_msvc"
|
2024-07-04 17:48:09 +00:00
|
|
|
version = "0.52.6"
|
2023-03-24 15:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 17:48:09 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-03-24 15:48:11 +00:00
|
|
|
|
2023-07-14 17:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-26 21:34:40 +00:00
|
|
|
version = "0.48.5"
|
2023-07-14 17:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 21:34:40 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-07-14 17:47:42 +00:00
|
|
|
|
2023-03-24 15:48:11 +00:00
|
|
|
[[package]]
|
2024-03-10 22:57:35 +00:00
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-04 17:48:09 +00:00
|
|
|
version = "0.52.6"
|
2023-03-24 15:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 17:48:09 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-03-24 15:48:11 +00:00
|
|
|
|
2023-07-14 17:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-26 21:34:40 +00:00
|
|
|
version = "0.48.5"
|
2023-07-14 17:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 21:34:40 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-07-14 17:47:42 +00:00
|
|
|
|
2023-03-24 15:48:11 +00:00
|
|
|
[[package]]
|
2024-03-10 22:57:35 +00:00
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-04 17:48:09 +00:00
|
|
|
version = "0.52.6"
|
2023-03-24 15:48:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 17:48:09 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-03-24 15:48:11 +00:00
|
|
|
|
2023-07-14 17:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-26 21:34:40 +00:00
|
|
|
version = "0.48.5"
|
2023-07-14 17:47:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 21:34:40 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
2024-03-10 22:57:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-04 17:48:09 +00:00
|
|
|
version = "0.52.6"
|
2024-03-10 22:57:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 17:48:09 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-03-10 22:57:35 +00:00
|
|
|
|
2023-08-26 21:34:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-08-05 01:15:43 +00:00
|
|
|
version = "0.6.18"
|
2023-08-26 21:34:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 01:15:43 +00:00
|
|
|
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
2023-08-26 21:34:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2024-03-24 23:30:01 +00:00
|
|
|
|
2024-04-04 18:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-07-03 13:28:53 +00:00
|
|
|
version = "0.7.35"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 13:28:53 +00:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2024-04-04 18:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-07-03 13:28:53 +00:00
|
|
|
version = "0.7.35"
|
2024-04-04 18:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 13:28:53 +00:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2024-04-04 18:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-15 21:35:30 +00:00
|
|
|
"syn",
|
2024-04-04 18:21:55 +00:00
|
|
|
]
|