rustlings/Cargo.lock

915 lines
24 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
2019-06-05 13:22:41 +03:00
[[package]]
name = "aho-corasick"
2024-03-27 17:16:42 +03:00
version = "1.1.3"
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 = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"memchr",
2019-06-05 13:22:41 +03:00
]
2023-08-26 00:18:01 +03:00
[[package]]
name = "anstream"
2024-06-27 12:18:21 +03:00
version = "0.6.14"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2023-08-26 00:18:01 +03:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-06-27 12:18:21 +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"
2024-06-27 12:18:21 +03:00
version = "1.0.7"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-08-27 00:34:40 +03:00
2023-08-26 00:18:01 +03:00
[[package]]
name = "anstyle-parse"
2024-06-27 12:18:21 +03:00
version = "0.2.4"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2023-08-26 00:18:01 +03:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-06-27 12:18:21 +03:00
version = "1.1.0"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
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"
2024-06-27 12:18:21 +03:00
version = "3.0.3"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
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-06-27 12:18:21 +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-06-27 12:18:21 +03:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2024-03-25 05:46:56 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
name = "assert_cmd"
2024-03-11 01:57:35 +03:00
version = "2.0.14"
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 = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
2019-06-05 13:22:41 +03:00
dependencies = [
2023-08-27 00:34:40 +03:00
"anstyle",
"bstr",
"doc-comment",
2020-12-29 13:39:26 +03:00
"predicates",
"predicates-core",
"predicates-tree",
2023-08-27 00:34:40 +03:00
"wait-timeout",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "autocfg"
2024-06-27 12:18:21 +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-06-27 12:18:21 +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-27 12:18:21 +03:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-08-27 00:34:40 +03:00
[[package]]
name = "bstr"
2024-03-11 01:57:35 +03:00
version = "1.9.1"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
2023-08-27 00:34:40 +03:00
dependencies = [
"memchr",
"regex-automata",
"serde",
]
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-06-27 12:18:21 +03:00
version = "4.5.7"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
2023-08-26 00:18:01 +03:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-06-27 12:18:21 +03:00
version = "4.5.7"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
2023-08-26 00:18:01 +03:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-06-27 12:18:21 +03:00
version = "4.5.5"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
2023-08-26 00:18:01 +03:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2024-06-27 12:18:21 +03:00
version = "0.7.1"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
2023-08-26 00:18:01 +03:00
[[package]]
name = "colorchoice"
2024-06-27 12:18:21 +03:00
version = "1.0.1"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2023-08-26 00:18:01 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
name = "console"
2024-03-11 01:57:35 +03:00
version = "0.15.8"
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 = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"encode_unicode",
2023-03-24 18:48:11 +03:00
"lazy_static",
2020-12-29 13:39:26 +03:00
"libc",
"unicode-width",
2024-03-11 01:57:35 +03:00
"windows-sys 0.52.0",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "crossbeam-channel"
2024-06-27 12:18:21 +03:00
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-06-27 12:18:21 +03:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2019-06-05 13:22:41 +03:00
[[package]]
2023-08-27 00:34:40 +03:00
name = "difflib"
version = "0.4.0"
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 = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "either"
2024-06-27 12:18:21 +03:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2019-06-05 13:22:41 +03:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
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
[[package]]
name = "errno"
2024-06-27 12:18:21 +03:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
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",
"redox_syscall",
2024-03-11 01:57:35 +03:00
"windows-sys 0.52.0",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "float-cmp"
2023-08-27 00:34:40 +03:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 00:34:40 +03:00
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
dependencies = [
2020-12-29 13:39:26 +03:00
"num-traits",
]
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
]
[[package]]
name = "glob"
2023-03-24 18:48:11 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 18:48:11 +03:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2023-08-27 00:34:40 +03:00
[[package]]
name = "hashbrown"
2024-06-27 12:18:21 +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-06-27 12:18:21 +03:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-08-27 00:34:40 +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
2022-06-16 06:53:41 +03:00
[[package]]
name = "home"
2024-03-11 01:57:35 +03:00
version = "0.5.9"
2022-06-16 06:53:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2022-06-16 06:53:41 +03:00
dependencies = [
2024-03-11 01:57:35 +03:00
"windows-sys 0.52.0",
2022-06-16 06:53:41 +03:00
]
2023-08-27 00:34:40 +03:00
[[package]]
name = "indexmap"
2024-03-27 17:16:42 +03:00
version = "2.2.6"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 17:16:42 +03:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-08-27 00:34:40 +03:00
dependencies = [
"equivalent",
"hashbrown",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "indicatif"
2024-03-11 01:57:35 +03:00
version = "0.17.8"
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 = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
2019-06-05 13:22:41 +03:00
dependencies = [
2022-04-20 10:35:08 +03:00
"console",
2023-08-27 00:34:40 +03:00
"instant",
2020-12-29 13:39:26 +03:00
"number_prefix",
2023-08-27 00:34:40 +03:00
"portable-atomic",
"unicode-width",
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
]
2023-08-27 00:34:40 +03:00
[[package]]
name = "instant"
2024-06-27 12:18:21 +03:00
version = "0.1.13"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2023-08-27 00:34:40 +03:00
dependencies = [
"cfg-if",
2019-06-05 13:22:41 +03:00
]
2024-06-27 12:18:21 +03:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
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 = "lazy_static"
2024-06-27 12:18:21 +03:00
version = "1.5.0"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2019-06-05 13:22:41 +03:00
[[package]]
name = "libc"
2024-06-27 12:18:21 +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-06-27 12:18:21 +03:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2019-06-05 13:22:41 +03:00
[[package]]
name = "linux-raw-sys"
2024-06-27 12:18:21 +03:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2019-06-05 13:22:41 +03:00
[[package]]
name = "log"
2024-03-11 01:57:35 +03:00
version = "0.4.21"
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 = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2019-06-05 13:22:41 +03:00
[[package]]
name = "memchr"
2024-06-27 12:18:21 +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-27 12:18:21 +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
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
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-27 12:18:21 +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",
2020-12-29 13:39:26 +03:00
"mio",
"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 = [
"crossbeam-channel",
"log",
"notify",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "num-traits"
2024-06-27 12:18:21 +03:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
2020-12-29 13:39:26 +03:00
"autocfg",
]
2020-02-26 01:00:19 +03:00
[[package]]
name = "number_prefix"
2022-04-20 10:35:08 +03:00
version = "0.4.0"
2020-02-26 01:00:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 10:35:08 +03:00
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2020-02-26 01:00:19 +03:00
2023-08-27 00:34:40 +03:00
[[package]]
name = "portable-atomic"
2024-03-11 01:57:35 +03:00
version = "1.6.0"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:57:35 +03:00
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
2023-08-27 00:34:40 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
name = "predicates"
2024-03-11 01:57:35 +03:00
version = "3.1.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 = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
2019-06-05 13:22:41 +03:00
dependencies = [
2023-08-27 00:34:40 +03:00
"anstyle",
"difflib",
2020-12-29 13:39:26 +03:00
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "predicates-core"
2023-03-24 18:48:11 +03:00
version = "1.0.6"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 18:48:11 +03:00
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
2019-06-05 13:22:41 +03:00
[[package]]
name = "predicates-tree"
2023-03-24 18:48:11 +03:00
version = "1.0.9"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 18:48:11 +03:00
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"predicates-core",
2023-03-24 18:48:11 +03:00
"termtree",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "proc-macro2"
2024-06-27 12:18:21 +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-27 12:18:21 +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-19 13:41:13 +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-19 13:41:13 +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
]
[[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
]
[[package]]
name = "regex"
2024-06-27 12:18:21 +03:00
version = "1.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
dependencies = [
"aho-corasick",
"memchr",
2024-03-11 01:57:35 +03:00
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-06-27 12:18:21 +03:00
version = "0.4.7"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2024-03-11 01:57:35 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "regex-syntax"
2024-06-27 12:18:21 +03:00
version = "0.8.4"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2019-06-05 13:22:41 +03:00
[[package]]
name = "rustix"
2024-06-27 12:18:21 +03:00
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
2024-06-27 12:18:21 +03:00
"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"
2023-09-18 11:16:05 +03:00
version = "5.6.1"
2019-06-05 13:22:41 +03:00
dependencies = [
2024-03-25 05:46:56 +03:00
"anyhow",
2020-12-29 13:39:26 +03:00
"assert_cmd",
2023-08-26 00:18:01 +03:00
"clap",
2022-04-20 10:35:08 +03:00
"console",
2020-12-29 13:39:26 +03:00
"glob",
"indicatif",
"notify-debouncer-mini",
2020-12-29 13:39:26 +03:00
"predicates",
"serde",
2022-06-16 06:53:41 +03:00
"serde_json",
2024-03-23 20:51:25 +03:00
"shlex",
2024-03-25 04:35:51 +03:00
"toml_edit",
"which",
2024-03-24 21:18:19 +03:00
"winnow",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "ryu"
2024-06-27 12:18:21 +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-06-27 12:18:21 +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
]
[[package]]
name = "serde"
2024-06-27 12:18:21 +03:00
version = "1.0.203"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
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-06-27 12:18:21 +03:00
version = "1.0.203"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"proc-macro2",
"quote",
2023-08-27 00:34:40 +03:00
"syn",
2019-06-05 13:22:41 +03:00
]
[[package]]
name = "serde_json"
2024-06-27 12:18:21 +03:00
version = "1.0.118"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4"
2019-06-05 13:22:41 +03:00
dependencies = [
2020-12-29 13:39:26 +03:00
"itoa",
"ryu",
"serde",
2019-06-05 13:22:41 +03:00
]
[[package]]
2023-08-27 00:34:40 +03:00
name = "serde_spanned"
2024-06-27 12:18:21 +03:00
version = "0.6.6"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
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-03-23 20:51:25 +03:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2023-08-26 00:18:01 +03:00
[[package]]
name = "strsim"
2024-04-19 13:41:13 +03:00
version = "0.11.1"
2023-08-26 00:18:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 13:41:13 +03:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2023-08-26 00:18:01 +03:00
2019-06-05 13:22:41 +03:00
[[package]]
2023-03-24 18:48:11 +03:00
name = "syn"
2024-06-27 12:18:21 +03:00
version = "2.0.68"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
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
]
2023-03-24 18:48:11 +03:00
[[package]]
name = "termtree"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2023-08-27 00:34:40 +03:00
[[package]]
name = "toml_datetime"
2024-06-27 12:18:21 +03:00
version = "0.6.6"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
2023-08-27 00:34:40 +03:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-06-27 12:18:21 +03:00
version = "0.22.14"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
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
[[package]]
name = "unicode-width"
2024-06-27 12:18:21 +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-27 12:18:21 +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-27 12:18:21 +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-27 12:18:21 +03:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-08-26 00:18:01 +03:00
2023-08-27 00:34:40 +03:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
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 = "which"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
dependencies = [
"either",
"home",
"rustix",
"winsafe",
]
2019-06-05 13:22:41 +03:00
[[package]]
name = "winapi-util"
2024-06-27 12:18:21 +03:00
version = "0.1.8"
2019-06-05 13:22:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2019-06-05 13:22:41 +03:00
dependencies = [
2024-06-27 12:18:21 +03:00
"windows-sys 0.52.0",
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-04-19 13:41:13 +03:00
"windows-targets 0.52.5",
]
[[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-04-19 13:41:13 +03:00
version = "0.52.5"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 13:41:13 +03:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2024-03-11 01:57:35 +03:00
dependencies = [
2024-04-19 13:41:13 +03:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
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-04-19 13:41:13 +03:00
version = "0.52.5"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 13:41:13 +03:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
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-04-19 13:41:13 +03:00
version = "0.52.5"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 13:41:13 +03:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
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-04-19 13:41:13 +03:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 13:41:13 +03:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
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-04-19 13:41:13 +03:00
version = "0.52.5"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 13:41:13 +03:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
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-04-19 13:41:13 +03:00
version = "0.52.5"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 13:41:13 +03:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
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-04-19 13:41:13 +03:00
version = "0.52.5"
2023-03-24 18:48:11 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 13:41:13 +03:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
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-04-19 13:41:13 +03:00
version = "0.52.5"
2024-03-11 01:57:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 13:41:13 +03:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2024-03-11 01:57:35 +03:00
2023-08-27 00:34:40 +03:00
[[package]]
name = "winnow"
2024-06-27 12:18:21 +03:00
version = "0.6.13"
2023-08-27 00:34:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 12:18:21 +03:00
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
2023-08-27 00:34:40 +03:00
dependencies = [
"memchr",
]
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"