quicfs/Cargo.lock

1453 lines
37 KiB
Plaintext
Raw Normal View History

2023-09-21 12:17:01 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-09-24 10:41:54 +01:00
[[package]]
name = "addr2line"
2024-06-26 22:21:14 +01:00
version = "0.22.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-09-24 10:41:54 +01:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-09-28 23:41:44 +01:00
[[package]]
name = "aho-corasick"
2024-06-26 22:21:14 +01:00
version = "1.1.3"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-09-28 23:41:44 +01:00
dependencies = [
"memchr",
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "anstream"
2024-06-26 22:21:14 +01:00
version = "0.6.14"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2023-09-24 10:41:54 +01:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-06-26 22:21:14 +01:00
"is_terminal_polyfill",
2023-09-24 10:41:54 +01:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-06-26 22:21:14 +01:00
version = "1.0.7"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-09-24 10:41:54 +01:00
[[package]]
name = "anstyle-parse"
2024-06-26 22:21:14 +01:00
version = "0.2.4"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2023-09-24 10:41:54 +01:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-06-26 22:21:14 +01:00
version = "1.1.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
2023-09-24 10:41:54 +01:00
dependencies = [
2024-01-26 12:07:51 +00:00
"windows-sys 0.52.0",
2023-09-24 10:41:54 +01:00
]
[[package]]
name = "anstyle-wincon"
2024-06-26 22:21:14 +01:00
version = "3.0.3"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
2023-09-24 10:41:54 +01:00
dependencies = [
"anstyle",
2024-01-26 12:07:51 +00:00
"windows-sys 0.52.0",
2023-09-24 10:41:54 +01:00
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "anyhow"
2024-06-26 22:21:14 +01:00
version = "1.0.86"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2023-09-28 23:41:44 +01:00
2023-09-24 10:41:54 +01:00
[[package]]
name = "autocfg"
2024-06-26 22:21:14 +01:00
version = "1.3.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-09-24 10:41:54 +01:00
[[package]]
name = "backtrace"
2024-06-26 22:21:14 +01:00
version = "0.3.73"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-09-24 10:41:54 +01:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
2024-06-26 22:21:14 +01:00
version = "0.22.1"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2023-09-24 10:41:54 +01:00
[[package]]
name = "bitflags"
2024-06-26 22:21:14 +01:00
version = "2.6.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-09-24 10:41:54 +01:00
[[package]]
name = "byteorder"
2024-01-26 12:07:51 +00:00
version = "1.5.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-09-24 10:41:54 +01:00
[[package]]
name = "bytes"
2024-06-26 22:21:14 +01:00
version = "1.6.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-09-24 10:41:54 +01:00
[[package]]
name = "cc"
2024-06-26 22:21:14 +01:00
version = "1.0.101"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d"
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2023-09-24 10:41:54 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2024-06-26 22:21:14 +01:00
version = "4.5.7"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
2023-09-24 10:41:54 +01:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-06-26 22:21:14 +01:00
version = "4.5.7"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
2023-09-24 10:41:54 +01:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-06-26 22:21:14 +01:00
version = "4.5.5"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
2023-09-24 10:41:54 +01:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2024-06-26 22:21:14 +01:00
version = "0.7.1"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
2023-09-24 10:41:54 +01:00
[[package]]
name = "colorchoice"
2024-06-26 22:21:14 +01:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
[[package]]
name = "combine"
version = "4.6.7"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
dependencies = [
"bytes",
"memchr",
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "core-foundation"
2024-01-26 12:07:51 +00:00
version = "0.9.4"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2023-09-24 10:41:54 +01:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2024-01-26 12:07:51 +00:00
version = "0.8.6"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-09-24 10:41:54 +01:00
2024-06-26 22:21:14 +01:00
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "either"
2024-06-26 22:21:14 +01:00
version = "1.13.0"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2023-09-28 23:41:44 +01:00
2024-01-26 12:07:51 +00:00
[[package]]
name = "env_filter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
dependencies = [
"log",
"regex",
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "env_logger"
2024-06-26 22:21:14 +01:00
version = "0.11.3"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
2023-09-28 23:41:44 +01:00
dependencies = [
2024-01-26 12:07:51 +00:00
"anstream",
"anstyle",
"env_filter",
2023-09-28 23:41:44 +01:00
"humantime",
"log",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2024-06-26 22:21:14 +01:00
version = "0.3.9"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-09-28 23:41:44 +01:00
dependencies = [
"libc",
2024-01-26 12:07:51 +00:00
"windows-sys 0.52.0",
2023-09-28 23:41:44 +01:00
]
[[package]]
name = "fastrand"
2024-06-26 22:21:14 +01:00
version = "2.1.0"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2023-09-28 23:41:44 +01:00
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2023-09-24 10:41:54 +01:00
[[package]]
name = "fuser"
2024-01-26 12:07:51 +00:00
version = "0.14.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "2e697f6f62c20b6fad1ba0f84ae909f25971cf16e735273524e3977c94604cf8"
2023-09-24 10:41:54 +01:00
dependencies = [
"libc",
"log",
"memchr",
"page_size",
"pkg-config",
"smallvec",
"zerocopy",
]
[[package]]
name = "getrandom"
2024-06-26 22:21:14 +01:00
version = "0.2.15"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-09-24 10:41:54 +01:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
2024-06-26 22:21:14 +01:00
version = "0.29.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-09-24 10:41:54 +01:00
2023-09-28 23:41:44 +01:00
[[package]]
name = "hashbrown"
2024-06-26 22:21:14 +01:00
version = "0.14.5"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-09-28 23:41:44 +01:00
2023-09-24 10:41:54 +01:00
[[package]]
name = "heck"
2024-06-26 22:21:14 +01:00
version = "0.5.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-09-24 10:41:54 +01:00
2023-09-28 23:41:44 +01:00
[[package]]
name = "hermit-abi"
2024-06-26 22:21:14 +01:00
version = "0.3.9"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-09-28 23:41:44 +01:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "indexmap"
2024-06-26 22:21:14 +01:00
version = "2.2.6"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-09-28 23:41:44 +01:00
dependencies = [
"equivalent",
"hashbrown",
]
2024-06-26 22:21:14 +01:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2023-09-28 23:41:44 +01:00
[[package]]
name = "itertools"
2024-06-26 22:21:14 +01:00
version = "0.12.1"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2023-09-28 23:41:44 +01:00
dependencies = [
"either",
]
2023-09-24 10:41:54 +01:00
[[package]]
2024-06-26 22:21:14 +01:00
name = "jni"
version = "0.19.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
2023-09-24 10:41:54 +01:00
dependencies = [
2024-06-26 22:21:14 +01:00
"cesu8",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
2023-09-24 10:41:54 +01:00
]
2024-06-26 22:21:14 +01:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2023-09-24 10:41:54 +01:00
[[package]]
name = "libc"
2024-06-26 22:21:14 +01:00
version = "0.2.155"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2023-09-24 10:41:54 +01:00
2023-09-28 23:41:44 +01:00
[[package]]
name = "linux-raw-sys"
2024-06-26 22:21:14 +01:00
version = "0.4.14"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-09-28 23:41:44 +01:00
[[package]]
name = "lock_api"
2024-06-26 22:21:14 +01:00
version = "0.4.12"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-09-28 23:41:44 +01:00
dependencies = [
"autocfg",
"scopeguard",
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "log"
2024-06-26 22:21:14 +01:00
version = "0.4.21"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2023-09-24 10:41:54 +01:00
[[package]]
name = "memchr"
2024-06-26 22:21:14 +01:00
version = "2.7.4"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-09-24 10:41:54 +01:00
[[package]]
name = "miniz_oxide"
2024-06-26 22:21:14 +01:00
version = "0.7.4"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2023-09-24 10:41:54 +01:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2024-06-26 22:21:14 +01:00
version = "0.8.11"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-09-24 10:41:54 +01:00
dependencies = [
"libc",
"wasi",
2024-01-26 12:07:51 +00:00
"windows-sys 0.48.0",
2023-09-24 10:41:54 +01:00
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "multimap"
2024-06-26 22:21:14 +01:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
[[package]]
name = "num-bigint"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-conv"
version = "0.1.0"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "object"
2024-06-26 22:21:14 +01:00
version = "0.36.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
2023-09-24 10:41:54 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2024-01-26 12:07:51 +00:00
version = "1.19.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-09-24 10:41:54 +01:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "page_size"
2024-01-26 12:07:51 +00:00
version = "0.6.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
2023-09-24 10:41:54 +01:00
dependencies = [
"libc",
"winapi",
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "parking_lot"
2024-06-26 22:21:14 +01:00
version = "0.12.3"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-09-28 23:41:44 +01:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-06-26 22:21:14 +01:00
version = "0.9.10"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-09-28 23:41:44 +01:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-06-26 22:21:14 +01:00
"windows-targets 0.52.5",
]
[[package]]
name = "pem"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
dependencies = [
"base64",
"serde",
2023-09-28 23:41:44 +01:00
]
[[package]]
name = "petgraph"
2024-06-26 22:21:14 +01:00
version = "0.6.5"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2023-09-28 23:41:44 +01:00
dependencies = [
"fixedbitset",
"indexmap",
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "pin-project-lite"
2024-06-26 22:21:14 +01:00
version = "0.2.14"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-09-24 10:41:54 +01:00
[[package]]
name = "pkg-config"
2024-06-26 22:21:14 +01:00
version = "0.3.30"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2023-09-24 10:41:54 +01:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2023-09-28 23:41:44 +01:00
[[package]]
name = "prettyplease"
2024-06-26 22:21:14 +01:00
version = "0.2.20"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
2023-09-28 23:41:44 +01:00
dependencies = [
"proc-macro2",
"syn",
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "proc-macro2"
2024-06-26 22:21:14 +01:00
version = "1.0.86"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2023-09-24 10:41:54 +01:00
dependencies = [
"unicode-ident",
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "prost"
2024-06-26 22:21:14 +01:00
version = "0.12.6"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
2023-09-28 23:41:44 +01:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
2024-06-26 22:21:14 +01:00
version = "0.12.6"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
2023-09-28 23:41:44 +01:00
dependencies = [
"bytes",
"heck",
"itertools",
"log",
"multimap",
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost-types",
"regex",
"syn",
"tempfile",
]
[[package]]
name = "prost-derive"
2024-06-26 22:21:14 +01:00
version = "0.12.6"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
2023-09-28 23:41:44 +01:00
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost-types"
2024-06-26 22:21:14 +01:00
version = "0.12.6"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
2023-09-28 23:41:44 +01:00
dependencies = [
"prost",
]
2023-09-21 12:17:01 +01:00
[[package]]
name = "quicfs"
version = "0.1.0"
2023-09-24 10:41:54 +01:00
dependencies = [
"clap",
2023-09-28 23:41:44 +01:00
"env_logger",
2023-09-24 10:41:54 +01:00
"fuser",
2023-09-28 23:41:44 +01:00
"libc",
"log",
"prost",
"prost-build",
2023-09-24 10:41:54 +01:00
"quinn",
2024-06-26 22:21:14 +01:00
"rcgen",
2023-09-28 23:41:44 +01:00
"signal-hook",
"tokio",
2023-09-24 10:41:54 +01:00
]
[[package]]
name = "quinn"
2024-06-26 22:21:14 +01:00
version = "0.11.2"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad"
2023-09-24 10:41:54 +01:00
dependencies = [
"bytes",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash",
"rustls",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "quinn-proto"
2024-06-26 22:21:14 +01:00
version = "0.11.3"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe"
2023-09-24 10:41:54 +01:00
dependencies = [
"bytes",
"rand",
2024-06-26 22:21:14 +01:00
"ring",
2023-09-24 10:41:54 +01:00
"rustc-hash",
"rustls",
2024-06-26 22:21:14 +01:00
"rustls-platform-verifier",
2023-09-24 10:41:54 +01:00
"slab",
"thiserror",
"tinyvec",
"tracing",
]
[[package]]
name = "quinn-udp"
2024-06-26 22:21:14 +01:00
version = "0.5.2"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46"
2023-09-24 10:41:54 +01:00
dependencies = [
"libc",
2024-06-26 22:21:14 +01:00
"once_cell",
2023-09-24 10:41:54 +01:00
"socket2",
"tracing",
2024-06-26 22:21:14 +01:00
"windows-sys 0.52.0",
2023-09-24 10:41:54 +01:00
]
[[package]]
name = "quote"
2024-06-26 22:21:14 +01:00
version = "1.0.36"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-09-24 10:41:54 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2024-06-26 22:21:14 +01:00
[[package]]
name = "rcgen"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779"
dependencies = [
"pem",
"ring",
"rustls-pki-types",
"time",
"yasna",
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "redox_syscall"
2024-06-26 22:21:14 +01:00
version = "0.5.2"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
2023-09-28 23:41:44 +01:00
dependencies = [
2024-06-26 22:21:14 +01:00
"bitflags",
2023-09-28 23:41:44 +01:00
]
[[package]]
name = "regex"
2024-06-26 22:21:14 +01:00
version = "1.10.5"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2023-09-28 23:41:44 +01:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-06-26 22:21:14 +01:00
version = "0.4.7"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-09-28 23:41:44 +01:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-06-26 22:21:14 +01:00
version = "0.8.4"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2023-09-24 10:41:54 +01:00
2024-01-26 12:07:51 +00:00
[[package]]
name = "ring"
2024-06-26 22:21:14 +01:00
version = "0.17.8"
2024-01-26 12:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2024-01-26 12:07:51 +00:00
dependencies = [
"cc",
2024-06-26 22:21:14 +01:00
"cfg-if",
2024-01-26 12:07:51 +00:00
"getrandom",
"libc",
2024-06-26 22:21:14 +01:00
"spin",
"untrusted",
"windows-sys 0.52.0",
2024-01-26 12:07:51 +00:00
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "rustc-demangle"
2024-06-26 22:21:14 +01:00
version = "0.1.24"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-09-24 10:41:54 +01:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-09-28 23:41:44 +01:00
[[package]]
name = "rustix"
2024-06-26 22:21:14 +01:00
version = "0.38.34"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-09-28 23:41:44 +01:00
dependencies = [
2024-06-26 22:21:14 +01:00
"bitflags",
2023-09-28 23:41:44 +01:00
"errno",
"libc",
"linux-raw-sys",
2024-01-26 12:07:51 +00:00
"windows-sys 0.52.0",
2023-09-28 23:41:44 +01:00
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "rustls"
2024-06-26 22:21:14 +01:00
version = "0.23.10"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
2023-09-24 10:41:54 +01:00
dependencies = [
2024-06-26 22:21:14 +01:00
"once_cell",
"ring",
"rustls-pki-types",
2023-09-24 10:41:54 +01:00
"rustls-webpki",
2024-06-26 22:21:14 +01:00
"subtle",
"zeroize",
2023-09-24 10:41:54 +01:00
]
[[package]]
name = "rustls-native-certs"
2024-06-26 22:21:14 +01:00
version = "0.7.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
2023-09-24 10:41:54 +01:00
dependencies = [
"openssl-probe",
"rustls-pemfile",
2024-06-26 22:21:14 +01:00
"rustls-pki-types",
2023-09-24 10:41:54 +01:00
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
2024-06-26 22:21:14 +01:00
version = "2.1.2"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
2023-09-24 10:41:54 +01:00
dependencies = [
"base64",
2024-06-26 22:21:14 +01:00
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
[[package]]
name = "rustls-platform-verifier"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e3beb939bcd33c269f4bf946cc829fcd336370267c4a927ac0399c84a3151a1"
dependencies = [
"core-foundation",
"core-foundation-sys",
"jni",
"log",
"once_cell",
"rustls",
"rustls-native-certs",
"rustls-platform-verifier-android",
"rustls-webpki",
"security-framework",
"security-framework-sys",
"webpki-roots",
"winapi",
2023-09-24 10:41:54 +01:00
]
2024-06-26 22:21:14 +01:00
[[package]]
name = "rustls-platform-verifier-android"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84e217e7fdc8466b5b35d30f8c0a30febd29173df4a3a0c2115d306b9c4117ad"
2023-09-24 10:41:54 +01:00
[[package]]
name = "rustls-webpki"
2024-06-26 22:21:14 +01:00
version = "0.102.4"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
2023-09-24 10:41:54 +01:00
dependencies = [
2024-06-26 22:21:14 +01:00
"ring",
"rustls-pki-types",
"untrusted",
]
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
2023-09-24 10:41:54 +01:00
]
[[package]]
name = "schannel"
2024-01-26 12:07:51 +00:00
version = "0.1.23"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2023-09-24 10:41:54 +01:00
dependencies = [
2024-01-26 12:07:51 +00:00
"windows-sys 0.52.0",
2023-09-24 10:41:54 +01:00
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-09-24 10:41:54 +01:00
[[package]]
name = "security-framework"
2024-06-26 22:21:14 +01:00
version = "2.11.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
2023-09-24 10:41:54 +01:00
dependencies = [
2024-06-26 22:21:14 +01:00
"bitflags",
2023-09-24 10:41:54 +01:00
"core-foundation",
"core-foundation-sys",
"libc",
2024-06-26 22:21:14 +01:00
"num-bigint",
2023-09-24 10:41:54 +01:00
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-06-26 22:21:14 +01:00
version = "2.11.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
2023-09-24 10:41:54 +01:00
dependencies = [
"core-foundation-sys",
"libc",
]
2024-06-26 22:21:14 +01:00
[[package]]
name = "serde"
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-09-28 23:41:44 +01: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-registry"
2024-06-26 22:21:14 +01:00
version = "1.4.2"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2023-09-28 23:41:44 +01:00
dependencies = [
"libc",
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-06-26 22:21:14 +01:00
version = "1.13.2"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-09-24 10:41:54 +01:00
[[package]]
name = "socket2"
2024-06-26 22:21:14 +01:00
version = "0.5.7"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-09-24 10:41:54 +01:00
dependencies = [
"libc",
2024-06-26 22:21:14 +01:00
"windows-sys 0.52.0",
2023-09-24 10:41:54 +01:00
]
2024-01-26 12:07:51 +00:00
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-09-24 10:41:54 +01:00
[[package]]
name = "strsim"
2024-06-26 22:21:14 +01:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subtle"
version = "2.6.1"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2023-09-24 10:41:54 +01:00
[[package]]
name = "syn"
2024-06-26 22:21:14 +01:00
version = "2.0.68"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
2023-09-24 10:41:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "tempfile"
2024-06-26 22:21:14 +01:00
version = "3.10.1"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2023-09-28 23:41:44 +01:00
dependencies = [
"cfg-if",
"fastrand",
"rustix",
2024-01-26 12:07:51 +00:00
"windows-sys 0.52.0",
2023-09-28 23:41:44 +01:00
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "thiserror"
2024-06-26 22:21:14 +01:00
version = "1.0.61"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2023-09-24 10:41:54 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-06-26 22:21:14 +01:00
version = "1.0.61"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2023-09-24 10:41:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-06-26 22:21:14 +01:00
[[package]]
name = "time"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
"deranged",
"num-conv",
"powerfmt",
"serde",
"time-core",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-09-24 10:41:54 +01:00
[[package]]
name = "tinyvec"
2024-06-26 22:21:14 +01:00
version = "1.6.1"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82"
2023-09-24 10:41:54 +01:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2024-06-26 22:21:14 +01:00
version = "1.38.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
2023-09-24 10:41:54 +01:00
dependencies = [
"backtrace",
2023-09-28 23:41:44 +01:00
"bytes",
2023-09-24 10:41:54 +01:00
"libc",
"mio",
2023-09-28 23:41:44 +01:00
"num_cpus",
"parking_lot",
2023-09-24 10:41:54 +01:00
"pin-project-lite",
2023-09-28 23:41:44 +01:00
"signal-hook-registry",
2023-09-24 10:41:54 +01:00
"socket2",
2023-09-28 23:41:44 +01:00
"tokio-macros",
2024-01-26 12:07:51 +00:00
"windows-sys 0.48.0",
2023-09-24 10:41:54 +01:00
]
2023-09-28 23:41:44 +01:00
[[package]]
name = "tokio-macros"
2024-06-26 22:21:14 +01:00
version = "2.3.0"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
2023-09-28 23:41:44 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "tracing"
2024-01-26 12:07:51 +00:00
version = "0.1.40"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-09-24 10:41:54 +01:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2024-01-26 12:07:51 +00:00
version = "0.1.27"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-09-24 10:41:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2024-01-26 12:07:51 +00:00
version = "0.1.32"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 12:07:51 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-09-24 10:41:54 +01:00
dependencies = [
"once_cell",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2024-01-26 12:07:51 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2023-09-24 10:41:54 +01:00
[[package]]
name = "utf8parse"
2024-06-26 22:21:14 +01:00
version = "0.2.2"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-09-24 10:41:54 +01:00
[[package]]
2024-06-26 22:21:14 +01:00
name = "walkdir"
version = "2.5.0"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2023-09-24 10:41:54 +01:00
dependencies = [
2024-06-26 22:21:14 +01:00
"same-file",
"winapi-util",
2023-09-24 10:41:54 +01:00
]
[[package]]
2024-06-26 22:21:14 +01:00
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-09-24 10:41:54 +01:00
2023-09-28 23:41:44 +01:00
[[package]]
2024-06-26 22:21:14 +01:00
name = "webpki-roots"
version = "0.26.3"
2023-09-28 23:41:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
2023-09-28 23:41:44 +01:00
dependencies = [
2024-06-26 22:21:14 +01:00
"rustls-pki-types",
2023-09-28 23:41:44 +01:00
]
2023-09-24 10:41:54 +01:00
[[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"
2024-06-26 22:21:14 +01:00
[[package]]
name = "winapi-util"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
dependencies = [
"windows-sys 0.52.0",
]
2023-09-24 10:41:54 +01:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-01-26 12:07:51 +00:00
"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-06-26 22:21:14 +01:00
"windows-targets 0.52.5",
2023-09-24 10:41:54 +01:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2024-01-26 12:07:51 +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",
]
[[package]]
name = "windows-targets"
2024-06-26 22:21:14 +01:00
version = "0.52.5"
2024-01-26 12:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2024-01-26 12:07:51 +00:00
dependencies = [
2024-06-26 22:21:14 +01: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",
2023-09-24 10:41:54 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2024-01-26 12:07:51 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-06-26 22:21:14 +01:00
version = "0.52.5"
2024-01-26 12:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2024-01-26 12:07:51 +00:00
2023-09-24 10:41:54 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2024-01-26 12:07:51 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-06-26 22:21:14 +01:00
version = "0.52.5"
2024-01-26 12:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2024-01-26 12:07:51 +00:00
2023-09-24 10:41:54 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2024-01-26 12:07:51 +00:00
[[package]]
name = "windows_i686_gnu"
2024-06-26 22:21:14 +01:00
version = "0.52.5"
2024-01-26 12:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2024-01-26 12:07:51 +00:00
2023-09-24 10:41:54 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2024-01-26 12:07:51 +00:00
[[package]]
name = "windows_i686_msvc"
2024-06-26 22:21:14 +01:00
version = "0.52.5"
2024-01-26 12:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2024-01-26 12:07:51 +00:00
2023-09-24 10:41:54 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2024-01-26 12:07:51 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-06-26 22:21:14 +01:00
version = "0.52.5"
2024-01-26 12:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2024-01-26 12:07:51 +00:00
2023-09-24 10:41:54 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2024-01-26 12:07:51 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-06-26 22:21:14 +01:00
version = "0.52.5"
2024-01-26 12:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2024-01-26 12:07:51 +00:00
2023-09-24 10:41:54 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-01-26 12:07:51 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-06-26 22:21:14 +01:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
name = "yasna"
version = "0.5.2"
2024-01-26 12:07:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
dependencies = [
"time",
]
2024-01-26 12:07:51 +00:00
2023-09-24 10:41:54 +01:00
[[package]]
name = "zerocopy"
2024-06-26 22:21:14 +01:00
version = "0.7.34"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
2023-09-24 10:41:54 +01:00
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-06-26 22:21:14 +01:00
version = "0.7.34"
2023-09-24 10:41:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 22:21:14 +01:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
2023-09-24 10:41:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-06-26 22:21:14 +01:00
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"