rucksack/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1081 lines
28 KiB
Plaintext
Raw Permalink Normal View History

2022-07-10 17:56:41 +05:30
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2023-08-29 02:24:03 +05:30
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aho-corasick"
2024-03-20 07:44:07 +05:30
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-20 07:44:07 +05:30
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "anyhow"
version = "1.0.86"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2022-07-10 17:56:41 +05:30
2022-07-10 17:56:46 +05:30
[[package]]
name = "assay"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6400785ccafeab7f18a4d23d726f9090dd1195386f06026c6e59db36e11938"
dependencies = [
"assay-proc-macro",
"pretty_assertions",
"rusty-fork",
"tempfile",
"tokio",
]
[[package]]
name = "assay-proc-macro"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d94121b572ccf1d1b38a1004155e59c64f4c6ff7793070d84a8807e0550881e"
dependencies = [
"quote",
2023-05-18 17:49:21 +05:30
"syn 1.0.109",
2022-07-10 17:56:46 +05:30
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "autocfg"
2024-05-04 06:59:29 +05:30
version = "1.3.0"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 06:59:29 +05:30
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2022-07-10 17:56:41 +05:30
[[package]]
name = "backtrace"
2024-03-23 07:20:11 +05:30
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 07:20:11 +05:30
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "basic-toml"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
dependencies = [
"serde",
]
2023-07-21 08:09:08 +05:30
[[package]]
name = "bitflags"
2024-03-19 07:49:30 +05:30
version = "2.5.0"
2023-07-21 08:09:08 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-19 07:49:30 +05:30
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-07-21 08:09:08 +05:30
[[package]]
name = "bstr"
2024-02-25 05:52:44 +05:30
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-25 05:52:44 +05:30
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
dependencies = [
"memchr",
"serde",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "byteorder"
2023-10-06 07:21:05 +05:30
version = "1.5.0"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-06 07:21:05 +05:30
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-07-10 17:56:41 +05:30
[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
dependencies = [
"byteorder",
"iovec",
]
[[package]]
name = "bytes"
2024-03-23 07:20:11 +05:30
version = "1.6.0"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 07:20:11 +05:30
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2022-07-10 17:56:41 +05:30
dependencies = [
"serde",
]
2023-05-18 17:49:21 +05:30
[[package]]
name = "cc"
2024-05-07 06:41:23 +05:30
version = "1.0.97"
2023-05-18 17:49:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-07 06:41:23 +05:30
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
2023-05-18 17:49:21 +05:30
2022-07-10 17:56:41 +05:30
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-07-10 17:56:46 +05:30
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
2023-11-28 09:18:21 +05:30
"windows-sys 0.48.0",
]
2023-05-18 17:49:21 +05:30
[[package]]
name = "errno"
2024-05-08 22:45:14 +05:30
version = "0.3.9"
2023-05-18 17:49:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 22:45:14 +05:30
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-05-18 17:49:21 +05:30
dependencies = [
"libc",
2023-11-28 09:18:21 +05:30
"windows-sys 0.52.0",
2023-05-18 17:49:21 +05:30
]
2022-07-10 17:56:46 +05:30
[[package]]
name = "fastrand"
2024-04-28 06:52:07 +05:30
version = "2.1.0"
2022-07-10 17:56:46 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-28 06:52:07 +05:30
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2022-07-10 17:56:46 +05:30
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-07-10 17:56:41 +05:30
[[package]]
name = "futures"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
[[package]]
name = "futures"
version = "0.3.30"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2022-07-10 17:56:41 +05:30
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-07-10 17:56:41 +05:30
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.30"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-07-10 17:56:41 +05:30
[[package]]
name = "futures-executor"
version = "0.3.30"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-07-10 17:56:41 +05:30
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2022-07-10 17:56:41 +05:30
[[package]]
name = "futures-macro"
version = "0.3.30"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2022-07-10 17:56:41 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-05-17 09:16:16 +05:30
"syn 2.0.64",
2022-07-10 17:56:41 +05:30
]
[[package]]
name = "futures-sink"
version = "0.3.30"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-07-10 17:56:41 +05:30
[[package]]
name = "futures-task"
version = "0.3.30"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-07-10 17:56:41 +05:30
[[package]]
name = "futures-util"
version = "0.3.30"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-07-10 17:56:41 +05:30
dependencies = [
"futures 0.1.31",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "getrandom"
2024-05-19 06:01:04 +05:30
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 06:01:04 +05:30
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
2023-11-24 13:08:06 +05:30
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-24 13:08:06 +05:30
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "globset"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
dependencies = [
"aho-corasick",
"bstr",
"log",
"regex-automata",
"regex-syntax",
]
2023-05-18 17:49:21 +05:30
[[package]]
name = "hermit-abi"
2024-02-29 05:47:25 +05:30
version = "0.3.9"
2023-05-18 17:49:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 05:47:25 +05:30
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-05-18 17:49:21 +05:30
2022-07-10 17:56:41 +05:30
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-07-10 17:56:41 +05:30
[[package]]
name = "libc"
2024-05-19 06:01:04 +05:30
version = "0.2.155"
2023-05-18 17:49:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 06:01:04 +05:30
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2023-05-18 17:49:21 +05:30
2023-11-05 06:56:54 +05:30
[[package]]
name = "libredox"
2024-04-01 07:38:37 +05:30
version = "0.1.3"
2023-11-05 06:56:54 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-01 07:38:37 +05:30
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2023-11-05 06:56:54 +05:30
dependencies = [
2024-04-26 06:01:23 +05:30
"bitflags",
2023-11-05 06:56:54 +05:30
"libc",
]
2023-05-18 17:49:21 +05:30
[[package]]
name = "linux-raw-sys"
2024-05-17 09:16:16 +05:30
version = "0.4.14"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 09:16:16 +05:30
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2022-07-10 17:56:41 +05:30
[[package]]
name = "lock_api"
2024-04-26 06:01:23 +05:30
version = "0.4.12"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 06:01:23 +05:30
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2022-07-10 17:56:41 +05:30
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-02-29 05:47:25 +05:30
version = "0.4.21"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 05:47:25 +05:30
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2022-07-10 17:56:41 +05:30
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "memchr"
2024-03-28 06:55:41 +05:30
version = "2.7.2"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 06:55:41 +05:30
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2022-07-10 17:56:41 +05:30
[[package]]
name = "miniz_oxide"
2024-05-19 06:01:04 +05:30
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 06:01:04 +05:30
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
dependencies = [
"adler",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "mio"
2024-03-02 06:58:48 +05:30
version = "0.8.11"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-02 06:58:48 +05:30
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2022-07-10 17:56:41 +05:30
dependencies = [
"libc",
"wasi",
2023-11-28 09:18:21 +05:30
"windows-sys 0.48.0",
2022-07-10 17:56:41 +05:30
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "num_cpus"
2023-07-01 06:22:20 +05:30
version = "1.16.0"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-01 06:22:20 +05:30
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-07-10 17:56:41 +05:30
dependencies = [
2023-07-01 06:22:20 +05:30
"hermit-abi",
2022-07-10 17:56:41 +05:30
"libc",
]
[[package]]
name = "object"
2023-12-24 08:49:25 +05:30
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-24 08:49:25 +05:30
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "once_cell"
2023-12-08 06:02:41 +05:30
version = "1.19.0"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-08 06:02:41 +05:30
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-07-10 17:56:41 +05:30
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-07-10 17:56:41 +05:30
[[package]]
name = "parking_lot"
2024-04-26 06:01:23 +05:30
version = "0.12.2"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 06:01:23 +05:30
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
2022-07-10 17:56:41 +05:30
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-04-26 06:01:23 +05:30
version = "0.9.10"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 06:01:23 +05:30
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-07-10 17:56:41 +05:30
dependencies = [
"cfg-if",
"libc",
2023-11-05 06:56:54 +05:30
"redox_syscall",
2022-07-10 17:56:41 +05:30
"smallvec",
2024-04-26 06:01:23 +05:30
"windows-targets 0.52.5",
2022-07-10 17:56:41 +05:30
]
[[package]]
name = "pin-project-lite"
2024-03-30 07:10:38 +05:30
version = "0.2.14"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-30 07:10:38 +05:30
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2022-07-10 17:56:41 +05:30
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2022-07-10 17:56:46 +05:30
[[package]]
name = "pretty_assertions"
2023-07-21 08:09:08 +05:30
version = "1.4.0"
2022-07-10 17:56:46 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 08:09:08 +05:30
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
2022-07-10 17:56:46 +05:30
dependencies = [
"diff",
2022-09-15 20:24:42 +05:30
"yansi",
2022-07-10 17:56:46 +05:30
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "proc-macro2"
2024-05-08 22:45:14 +05:30
version = "1.0.82"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 22:45:14 +05:30
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
2022-07-10 17:56:41 +05:30
dependencies = [
"unicode-ident",
]
2022-07-10 17:56:46 +05:30
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2022-07-10 17:56:41 +05:30
[[package]]
name = "quote"
2024-04-11 06:26:37 +05:30
version = "1.0.36"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-11 06:26:37 +05:30
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2022-07-10 17:56:41 +05:30
dependencies = [
"proc-macro2",
]
2023-10-18 06:01:06 +05:30
[[package]]
name = "redox_syscall"
2024-04-26 06:01:23 +05:30
version = "0.5.1"
2023-10-18 06:01:06 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-26 06:01:23 +05:30
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
2023-10-18 06:01:06 +05:30
dependencies = [
2024-04-26 06:01:23 +05:30
"bitflags",
2023-05-18 17:49:21 +05:30
]
[[package]]
name = "redox_users"
2024-04-01 07:38:37 +05:30
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-01 07:38:37 +05:30
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
dependencies = [
"getrandom",
2023-11-05 06:56:54 +05:30
"libredox",
"thiserror",
]
[[package]]
name = "regex-automata"
2024-03-05 05:55:52 +05:30
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 05:55:52 +05:30
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-03-27 07:35:47 +05:30
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 07:35:47 +05:30
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-08-20 20:18:57 +05:30
[[package]]
name = "rucksack"
version = "1.1.1"
2023-08-20 20:18:57 +05:30
dependencies = [
"anyhow",
"assay",
"basic-toml",
"dirs",
"futures 0.3.30",
2023-08-20 20:18:57 +05:30
"globset",
"serde",
"serde_derive",
"tokio",
"tracing",
"tracing-journald",
"tracing-subscriber",
"watchman_client",
]
[[package]]
name = "rustc-demangle"
2024-05-08 22:45:14 +05:30
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 22:45:14 +05:30
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2022-07-10 17:56:46 +05:30
[[package]]
2023-05-18 17:49:21 +05:30
name = "rustix"
2024-04-23 07:39:24 +05:30
version = "0.38.34"
2022-07-10 17:56:46 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-23 07:39:24 +05:30
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2022-07-10 17:56:46 +05:30
dependencies = [
2024-04-26 06:01:23 +05:30
"bitflags",
2023-05-18 17:49:21 +05:30
"errno",
"libc",
"linux-raw-sys",
2023-12-01 07:15:54 +05:30
"windows-sys 0.52.0",
2022-07-10 17:56:46 +05:30
]
[[package]]
name = "rusty-fork"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
dependencies = [
"fnv",
"quick-error",
"tempfile",
"wait-timeout",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "scopeguard"
2023-07-21 08:09:08 +05:30
version = "1.2.0"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 08:09:08 +05:30
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-07-10 17:56:41 +05:30
[[package]]
name = "serde"
version = "1.0.202"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
2022-07-10 17:56:41 +05:30
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bser"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b929ea725591083cbca8b8ea178ed6efc918eccd40b784e199ce88967104199"
dependencies = [
"anyhow",
"byteorder",
"bytes 0.4.12",
"serde",
"thiserror",
]
[[package]]
name = "serde_derive"
version = "1.0.202"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
2022-07-10 17:56:41 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-05-17 09:16:16 +05:30
"syn 2.0.64",
2022-07-10 17:56:41 +05:30
]
[[package]]
name = "sharded-slab"
2023-10-05 05:50:13 +05:30
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-05 05:50:13 +05:30
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "signal-hook-registry"
2024-04-22 06:16:50 +05:30
version = "1.4.2"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 06:16:50 +05:30
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2022-07-10 17:56:41 +05:30
dependencies = [
"libc",
]
[[package]]
name = "slab"
2023-08-29 02:24:03 +05:30
version = "0.4.9"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-08-12 16:06:29 +05:30
dependencies = [
"autocfg",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "smallvec"
2024-03-21 05:42:43 +05:30
version = "1.13.2"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-21 05:42:43 +05:30
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2022-07-10 17:56:41 +05:30
[[package]]
name = "socket2"
2024-04-30 07:20:52 +05:30
version = "0.5.7"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 07:20:52 +05:30
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2022-07-10 17:56:41 +05:30
dependencies = [
"libc",
2024-02-24 08:00:31 +05:30
"windows-sys 0.52.0",
2022-07-10 17:56:41 +05:30
]
[[package]]
name = "syn"
2023-05-18 17:49:21 +05:30
version = "1.0.109"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 17:49:21 +05:30
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-05-17 09:16:16 +05:30
version = "2.0.64"
2023-05-18 17:49:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 09:16:16 +05:30
checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f"
2022-07-10 17:56:41 +05:30
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-07-10 17:56:46 +05:30
[[package]]
name = "tempfile"
2024-02-27 05:37:59 +05:30
version = "3.10.1"
2022-07-10 17:56:46 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-27 05:37:59 +05:30
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2022-07-10 17:56:46 +05:30
dependencies = [
"cfg-if",
"fastrand",
2023-05-18 17:49:21 +05:30
"rustix",
2023-12-29 06:27:50 +05:30
"windows-sys 0.52.0",
2022-07-10 17:56:46 +05:30
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "thiserror"
2024-05-19 06:01:04 +05:30
version = "1.0.61"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 06:01:04 +05:30
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2022-07-10 17:56:41 +05:30
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-05-19 06:01:04 +05:30
version = "1.0.61"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 06:01:04 +05:30
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2022-07-10 17:56:41 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-05-17 09:16:16 +05:30
"syn 2.0.64",
2022-07-10 17:56:41 +05:30
]
[[package]]
name = "thread_local"
2024-02-21 06:02:52 +05:30
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-21 06:02:52 +05:30
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
2023-02-16 20:08:10 +05:30
"cfg-if",
"once_cell",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "tokio"
version = "1.37.0"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2022-07-10 17:56:41 +05:30
dependencies = [
"backtrace",
2024-03-23 07:20:11 +05:30
"bytes 1.6.0",
2022-07-10 17:56:41 +05:30
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
2023-11-28 09:18:21 +05:30
"windows-sys 0.48.0",
2022-07-10 17:56:41 +05:30
]
[[package]]
name = "tokio-macros"
version = "2.2.0"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2022-07-10 17:56:41 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-05-17 09:16:16 +05:30
"syn 2.0.64",
2022-07-10 17:56:41 +05:30
]
[[package]]
name = "tokio-util"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
dependencies = [
2024-03-23 07:20:11 +05:30
"bytes 1.6.0",
2022-07-10 17:56:41 +05:30
"futures-core",
"futures-io",
"futures-sink",
"log",
"pin-project-lite",
"slab",
"tokio",
]
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-10-14 00:32:21 +05:30
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 00:32:21 +05:30
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
2024-05-17 09:16:16 +05:30
"syn 2.0.64",
]
[[package]]
name = "tracing-core"
2023-10-14 05:33:18 +05:30
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 05:33:18 +05:30
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
"valuable",
]
2022-08-15 01:20:45 +05:30
[[package]]
name = "tracing-journald"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd"
dependencies = [
"libc",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
2023-10-24 07:55:50 +05:30
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"nu-ansi-term",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "unicode-ident"
2023-09-18 08:06:17 +05:30
version = "1.0.12"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 08:06:17 +05:30
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-07-10 17:56:41 +05:30
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2022-07-10 17:56:46 +05:30
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2022-07-10 17:56:41 +05:30
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "watchman_client"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "839fea2d85719bb69089290d7970bba2131f544448db8f990ea75813c30775ca"
dependencies = [
"anyhow",
2024-03-23 07:20:11 +05:30
"bytes 1.6.0",
"futures 0.3.30",
2022-07-10 17:56:41 +05:30
"maplit",
"serde",
"serde_bser",
"thiserror",
"tokio",
"tokio-util",
"winapi",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-02-16 20:08:10 +05:30
[[package]]
name = "windows-sys"
2023-05-18 17:49:21 +05:30
version = "0.48.0"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-18 17:49:21 +05:30
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-11-28 09:18:21 +05:30
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-04-13 05:41:27 +05:30
"windows-targets 0.52.5",
2023-02-16 20:08:10 +05:30
]
[[package]]
name = "windows-targets"
2023-08-29 02:24:03 +05:30
version = "0.48.5"
2023-02-16 20:08:10 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-02-16 20:08:10 +05:30
dependencies = [
2023-11-28 09:18:21 +05:30
"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",
]
[[package]]
name = "windows-targets"
2024-04-13 05:41:27 +05:30
version = "0.52.5"
2023-11-28 09:18:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 05:41:27 +05:30
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-11-28 09:18:21 +05:30
dependencies = [
2024-04-13 05:41:27 +05:30
"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",
2022-07-10 17:56:41 +05:30
]
2023-05-18 17:49:21 +05:30
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-29 02:24:03 +05:30
version = "0.48.5"
2023-02-16 20:08:10 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-02-16 20:08:10 +05:30
2023-11-28 09:18:21 +05:30
[[package]]
name = "windows_aarch64_gnullvm"
2024-04-13 05:41:27 +05:30
version = "0.52.5"
2023-11-28 09:18:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 05:41:27 +05:30
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-11-28 09:18:21 +05:30
2023-05-18 17:49:21 +05:30
[[package]]
name = "windows_aarch64_msvc"
2023-08-29 02:24:03 +05:30
version = "0.48.5"
2023-05-18 17:49:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-05-18 17:49:21 +05:30
2023-11-28 09:18:21 +05:30
[[package]]
name = "windows_aarch64_msvc"
2024-04-13 05:41:27 +05:30
version = "0.52.5"
2023-11-28 09:18:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 05:41:27 +05:30
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-11-28 09:18:21 +05:30
2022-07-10 17:56:41 +05:30
[[package]]
name = "windows_i686_gnu"
2023-08-29 02:24:03 +05:30
version = "0.48.5"
2023-05-18 17:49:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-05-18 17:49:21 +05:30
2023-11-28 09:18:21 +05:30
[[package]]
name = "windows_i686_gnu"
2024-04-13 05:41:27 +05:30
version = "0.52.5"
2023-11-28 09:18:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 05:41:27 +05:30
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-11-28 09:18:21 +05:30
2022-07-10 17:56:41 +05:30
[[package]]
name = "windows_i686_msvc"
2023-08-29 02:24:03 +05:30
version = "0.48.5"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-07-10 17:56:41 +05:30
2023-11-28 09:18:21 +05:30
[[package]]
name = "windows_i686_msvc"
2024-04-13 05:41:27 +05:30
version = "0.52.5"
2023-11-28 09:18:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 05:41:27 +05:30
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-11-28 09:18:21 +05:30
2023-05-18 17:49:21 +05:30
[[package]]
name = "windows_x86_64_gnu"
2023-08-29 02:24:03 +05:30
version = "0.48.5"
2023-05-18 17:49:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-02-16 20:08:10 +05:30
2023-11-28 09:18:21 +05:30
[[package]]
name = "windows_x86_64_gnu"
2024-04-13 05:41:27 +05:30
version = "0.52.5"
2023-11-28 09:18:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 05:41:27 +05:30
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-11-28 09:18:21 +05:30
2023-05-18 17:49:21 +05:30
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-29 02:24:03 +05:30
version = "0.48.5"
2023-05-18 17:49:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-05-18 17:49:21 +05:30
2023-11-28 09:18:21 +05:30
[[package]]
name = "windows_x86_64_gnullvm"
2024-04-13 05:41:27 +05:30
version = "0.52.5"
2023-11-28 09:18:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 05:41:27 +05:30
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-11-28 09:18:21 +05:30
2022-07-10 17:56:41 +05:30
[[package]]
name = "windows_x86_64_msvc"
2023-08-29 02:24:03 +05:30
version = "0.48.5"
2022-07-10 17:56:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 02:24:03 +05:30
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2022-09-15 20:24:42 +05:30
2023-11-28 09:18:21 +05:30
[[package]]
name = "windows_x86_64_msvc"
2024-04-13 05:41:27 +05:30
version = "0.52.5"
2023-11-28 09:18:21 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-13 05:41:27 +05:30
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-11-28 09:18:21 +05:30
2022-09-15 20:24:42 +05:30
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"