2023-02-14 13:20:59 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.8.6"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-07-21 22:13:03 +00:00
|
|
|
"cfg-if",
|
2023-02-14 13:20:59 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-01 05:58:18 +00:00
|
|
|
"zerocopy",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.1.2"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-09-28 08:17:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
2023-11-01 05:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.74"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-01 05:58:18 +00:00
|
|
|
"syn",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.21.5"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-07-21 22:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "2.4.1"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-07-21 22:13:03 +00:00
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitpacking"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c7d2ac73c167c06af4a5f37e6e59d84148d57ccbe4480b76f0273eefea82d7"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "3.14.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.5.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.83"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-11-01 05:58:18 +00:00
|
|
|
"libc",
|
2023-07-21 22:13:03 +00:00
|
|
|
]
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "census"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fafee10a5dd1cffcb5cc560e0d0df8803d7355a2b12272e3557dee57314cb6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.4.31"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"android-tzdata",
|
2023-02-14 13:20:59 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows-targets",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.8.4"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.5.8"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.8.3"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.9.15"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2023-11-01 05:58:18 +00:00
|
|
|
"memoffset",
|
2023-02-14 13:20:59 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.8.16"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-01 05:58:18 +00:00
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.9"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.9.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
2023-07-21 22:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.5"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows-sys",
|
2023-07-21 22:13:03 +00:00
|
|
|
]
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastdivide"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25c7df09945d65ea8d70b3321547ed414bbc540aad5bac6883d021b970f35b04"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "2.0.1"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-21 22:13:03 +00:00
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs4"
|
|
|
|
version = "0.6.6"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 22:13:03 +00:00
|
|
|
checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-07-21 22:13:03 +00:00
|
|
|
"rustix",
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows-sys",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-01 05:58:18 +00:00
|
|
|
"syn",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.7.5"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.10"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-11-01 05:58:18 +00:00
|
|
|
"wasi",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.14.2"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
2023-09-28 08:17:15 +00:00
|
|
|
"allocator-api2",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
2023-11-01 05:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.3"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "htmlescape"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.58"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows-core",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.2"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"cc",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "2.0.4"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-09-28 08:17:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.9"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
2023-07-21 22:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.27"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.64"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "levenshtein_automata"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.149"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
2023-07-21 22:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.4.10"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
2023-07-21 22:13:03 +00:00
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.4.11"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.4.20"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "loom"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"generator",
|
|
|
|
"pin-utils",
|
|
|
|
"scoped-tls",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.11.1"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4_flex"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.11.1"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"regex-automata 0.1.10",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "measure_time"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56220900f1a0923789ecd6bf25fbae8af3b2f1ff3e9e297fc9b6b8674dd4d852"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "2.6.4"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.7.1"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-07-22 05:58:43 +00:00
|
|
|
version = "0.9.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-22 05:58:43 +00:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-09-28 08:17:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "murmurhash32"
|
2023-07-21 22:13:03 +00:00
|
|
|
version = "0.3.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 22:13:03 +00:00
|
|
|
checksum = "d9380db4c04d219ac5c51d14996bbf2c2e9a15229771b53f8671eb6c83cf44df"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
2023-09-28 08:17:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.17"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.16.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.18.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oneshot"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.6"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "6f6640c6bda7731b1fdbab747981a0f896dd1fedaf9f4a53fa237a04a84431f4"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ownedbytes"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.6.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "6e8a72b918ae8198abb3a18c190288123e1d442b6b9a7d709305fd194688b4b7"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.9.9"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows-targets",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.13"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-07-21 22:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
|
|
|
|
2023-11-01 05:58:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.69"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.20.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "04e8453b658fe480c3e70c8ed4e3d3ec33eb74988bd186561b0cc66b85c3bc4b"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-07-21 22:13:03 +00:00
|
|
|
"chrono",
|
2023-02-14 13:20:59 +00:00
|
|
|
"indoc",
|
|
|
|
"libc",
|
2023-11-01 05:58:18 +00:00
|
|
|
"memoffset",
|
2023-02-14 13:20:59 +00:00
|
|
|
"parking_lot",
|
|
|
|
"pyo3-build-config",
|
|
|
|
"pyo3-ffi",
|
|
|
|
"pyo3-macros",
|
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-build-config"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.20.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "a96fe70b176a89cff78f2fa7b3c930081e163d5379b4dcdf993e3ae29ca662e5"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-ffi"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.20.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "214929900fd25e6604661ed9cf349727c8920d47deff196c4e28165a6ef2a96b"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pyo3-build-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.20.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "dac53072f717aa1bfa4db832b39de8c875b7c7af4f4a6fe93cdbf9264cf8383b"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"pyo3-macros-backend",
|
|
|
|
"quote",
|
2023-11-01 05:58:18 +00:00
|
|
|
"syn",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros-backend"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.20.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "7774b5a8282bd4f25f803b1f0d945120be959a36c72e08e7cd031c792fdfd424"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"heck",
|
2023-02-14 13:20:59 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-01 05:58:18 +00:00
|
|
|
"syn",
|
2023-08-26 12:13:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pythonize"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.20.0"
|
2023-08-26 12:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "ffd1c3ef39c725d63db5f9bc455461bafd80540cb7824c61afb823501921a850"
|
2023-08-26 12:13:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"pyo3",
|
|
|
|
"serde",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.33"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.8.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.12.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.4.1"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-07-21 22:13:03 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.10.2"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata 0.4.3",
|
|
|
|
"regex-syntax 0.8.2",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.8.2",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.6.29"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-01 05:58:18 +00:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.2"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-stemmers"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-07-21 22:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.38.21"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"bitflags 2.4.1",
|
2023-07-21 22:13:03 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows-sys",
|
2023-07-21 22:13:03 +00:00
|
|
|
]
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.14"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.15"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.2.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.190"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.190"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-01 05:58:18 +00:00
|
|
|
"syn",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.108"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.7"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-07-21 22:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sketches-ddsketch"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68a406c1882ed7f29cd5e248c9848a80e7cb6ae0fea82346d2746f2f941c07e1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.4.9"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.11.1"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "2.0.38"
|
2023-08-26 12:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2023-08-26 12:13:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tantivy"
|
2023-11-19 00:05:00 +00:00
|
|
|
version = "0.21.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-10-03 07:52:22 +00:00
|
|
|
"base64",
|
2023-02-14 13:20:59 +00:00
|
|
|
"chrono",
|
|
|
|
"futures",
|
2023-09-28 08:17:15 +00:00
|
|
|
"itertools 0.10.5",
|
2023-02-14 13:20:59 +00:00
|
|
|
"pyo3",
|
|
|
|
"pyo3-build-config",
|
2023-08-26 12:13:29 +00:00
|
|
|
"pythonize",
|
|
|
|
"serde",
|
2023-02-14 13:20:59 +00:00
|
|
|
"serde_json",
|
2023-11-01 05:58:18 +00:00
|
|
|
"tantivy 0.21.1",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tantivy"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.21.1"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "d6083cd777fa94271b8ce0fe4533772cb8110c3044bab048d20f70108329a1f2"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"arc-swap",
|
|
|
|
"async-trait",
|
|
|
|
"base64",
|
|
|
|
"bitpacking",
|
|
|
|
"byteorder",
|
|
|
|
"census",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"downcast-rs",
|
|
|
|
"fastdivide",
|
2023-07-21 22:13:03 +00:00
|
|
|
"fs4",
|
2023-02-14 13:20:59 +00:00
|
|
|
"htmlescape",
|
2023-09-28 08:17:15 +00:00
|
|
|
"itertools 0.11.0",
|
2023-02-14 13:20:59 +00:00
|
|
|
"levenshtein_automata",
|
|
|
|
"log",
|
|
|
|
"lru",
|
|
|
|
"lz4_flex",
|
|
|
|
"measure_time",
|
|
|
|
"memmap2",
|
|
|
|
"murmurhash32",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"oneshot",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"rust-stemmers",
|
|
|
|
"rustc-hash",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-07-21 22:13:03 +00:00
|
|
|
"sketches-ddsketch",
|
2023-02-14 13:20:59 +00:00
|
|
|
"smallvec",
|
|
|
|
"tantivy-bitpacker",
|
2023-07-21 22:13:03 +00:00
|
|
|
"tantivy-columnar",
|
2023-02-14 13:20:59 +00:00
|
|
|
"tantivy-common",
|
|
|
|
"tantivy-fst",
|
|
|
|
"tantivy-query-grammar",
|
2023-07-21 22:13:03 +00:00
|
|
|
"tantivy-stacker",
|
|
|
|
"tantivy-tokenizer-api",
|
2023-02-14 13:20:59 +00:00
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-11-01 05:58:18 +00:00
|
|
|
"time",
|
2023-02-14 13:20:59 +00:00
|
|
|
"uuid",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tantivy-bitpacker"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.5.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "cecb164321482301f514dd582264fa67f70da2d7eb01872ccd71e35e0d96655a"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitpacking",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tantivy-columnar"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.2.0"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "8d85f8019af9a78b3118c11298b36ffd21c2314bd76bbcd9d12e00124cbb7e70"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastdivide",
|
|
|
|
"fnv",
|
2023-09-28 08:17:15 +00:00
|
|
|
"itertools 0.11.0",
|
2023-07-21 22:13:03 +00:00
|
|
|
"serde",
|
|
|
|
"tantivy-bitpacker",
|
|
|
|
"tantivy-common",
|
|
|
|
"tantivy-sstable",
|
|
|
|
"tantivy-stacker",
|
|
|
|
]
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tantivy-common"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.6.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "af4a3a975e604a2aba6b1106a04505e1e7a025e6def477fab6e410b4126471e1"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-07-21 22:13:03 +00:00
|
|
|
"async-trait",
|
2023-02-14 13:20:59 +00:00
|
|
|
"byteorder",
|
|
|
|
"ownedbytes",
|
2023-07-21 22:13:03 +00:00
|
|
|
"serde",
|
2023-11-01 05:58:18 +00:00
|
|
|
"time",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tantivy-fst"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc3c506b1a8443a3a65352df6382a1fb6a7afe1a02e871cee0d25e2c3d5f3944"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-11-01 05:58:18 +00:00
|
|
|
"regex-syntax 0.6.29",
|
2023-02-14 13:20:59 +00:00
|
|
|
"utf8-ranges",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tantivy-query-grammar"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.21.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "1d39c5a03100ac10c96e0c8b07538e2ab8b17da56434ab348309b31f23fada77"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-09-28 08:17:15 +00:00
|
|
|
"nom",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
2023-07-21 22:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tantivy-sstable"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.2.0"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "fc0c1bb43e5e8b8e05eb8009610344dbf285f06066c844032fbb3e546b3c71df"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"tantivy-common",
|
|
|
|
"tantivy-fst",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tantivy-stacker"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.2.0"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "b2c078595413f13f218cf6f97b23dcfd48936838f1d3d13a1016e05acd64ed6c"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"murmurhash32",
|
|
|
|
"tantivy-common",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tantivy-tokenizer-api"
|
2023-09-28 08:17:15 +00:00
|
|
|
version = "0.2.0"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 08:17:15 +00:00
|
|
|
checksum = "347b6fb212b26d3505d224f438e3c4b827ab8bd847fe9953ad5ac6b8f9443b66"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.12.12"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "3.8.1"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"redox_syscall",
|
2023-11-01 05:58:18 +00:00
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.50"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.50"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-01 05:58:18 +00:00
|
|
|
"syn",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.30"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"deranged",
|
2023-02-14 13:20:59 +00:00
|
|
|
"itoa",
|
2023-11-01 05:58:18 +00:00
|
|
|
"powerfmt",
|
2023-02-14 13:20:59 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.2"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.15"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.40"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.27"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-01 05:58:18 +00:00
|
|
|
"syn",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.32"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.1.4"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-11-01 05:58:18 +00:00
|
|
|
"once_cell",
|
2023-02-14 13:20:59 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.17"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.0.12"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.3"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "1.5.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.87"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.87"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-01 05:58:18 +00:00
|
|
|
"syn",
|
2023-02-14 13:20:59 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.87"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.87"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-01 05:58:18 +00:00
|
|
|
"syn",
|
2023-02-14 13:20:59 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.2.87"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.3.64"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.48.0"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows-targets",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-01 05:58:18 +00:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.51.1"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows-targets",
|
2023-07-21 22:13:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows-targets",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.48.5"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-02-14 13:20:59 +00:00
|
|
|
dependencies = [
|
2023-11-01 05:58:18 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-02-14 13:20:59 +00:00
|
|
|
]
|
|
|
|
|
2023-07-21 22:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.48.5"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.48.5"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.48.5"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-07-21 22:13:03 +00:00
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.48.5"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-07-21 22:13:03 +00:00
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.48.5"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-07-21 22:13:03 +00:00
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.48.5"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-07-21 22:13:03 +00:00
|
|
|
|
2023-02-14 13:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "0.48.5"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-02-14 13:20:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-01 05:58:18 +00:00
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.21"
|
2023-02-14 13:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "686b7e407015242119c33dab17b8f61ba6843534de936d94368856528eae4dcc"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
2023-07-21 22:13:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-01 05:58:18 +00:00
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.21"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "020f3dfe25dfc38dfea49ce62d5d45ecdd7f0d8a724fa63eb36b6eba4ec76806"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2023-07-21 22:13:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "6.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-11-01 05:58:18 +00:00
|
|
|
version = "2.0.9+zstd.1.5.5"
|
2023-07-21 22:13:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 05:58:18 +00:00
|
|
|
checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
|
2023-07-21 22:13:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|