2023-01-14 22:56:24 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-03-14 02:23:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "0.8.7"
|
2023-03-14 02:23:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
2023-03-14 02:23:31 +00:00
|
|
|
dependencies = [
|
2024-01-03 19:57:28 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-14 02:23:31 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2024-01-28 12:29:25 +00:00
|
|
|
"zerocopy",
|
2023-03-14 02:23:31 +00:00
|
|
|
]
|
|
|
|
|
2023-01-14 22:56:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-08-13 13:17:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "2.4.2"
|
2023-08-13 13:17:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-08-13 13:17:28 +00:00
|
|
|
|
2023-01-14 22:56:24 +00:00
|
|
|
[[package]]
|
2024-01-07 20:38:49 +00:00
|
|
|
name = "cc"
|
|
|
|
version = "1.0.83"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 20:38:49 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-01-14 22:56:24 +00:00
|
|
|
dependencies = [
|
2024-01-07 20:38:49 +00:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2023-01-14 22:56:24 +00:00
|
|
|
]
|
|
|
|
|
2024-01-03 19:57:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2023-01-14 22:56:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-01-03 19:57:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2023-01-14 22:56:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-13 13:17:28 +00:00
|
|
|
version = "1.9.0"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 13:17:28 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2023-01-14 22:56:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
2024-01-11 22:58:32 +00:00
|
|
|
"cc",
|
2023-01-14 22:56:24 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-26 20:37:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fast-float"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "git+https://github.com/fish-shell/fast-float-rust?branch=fish#9590c33a3f166a3533ba1cbb7a03e1105acec034"
|
|
|
|
|
2023-01-14 22:56:24 +00:00
|
|
|
[[package]]
|
2024-01-12 12:08:41 +00:00
|
|
|
name = "fish"
|
2023-01-14 22:56:24 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-01-28 12:29:25 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-01-11 22:58:32 +00:00
|
|
|
"cc",
|
2024-01-07 20:38:49 +00:00
|
|
|
"errno",
|
2023-03-26 20:37:38 +00:00
|
|
|
"fast-float",
|
2023-08-20 13:48:41 +00:00
|
|
|
"git-version",
|
2023-04-02 01:26:20 +00:00
|
|
|
"hexponent",
|
2023-04-19 16:35:33 +00:00
|
|
|
"lazy_static",
|
2023-01-14 22:56:24 +00:00
|
|
|
"libc",
|
2023-03-14 02:23:31 +00:00
|
|
|
"lru",
|
2023-01-14 22:56:24 +00:00
|
|
|
"nix",
|
|
|
|
"num-traits",
|
2023-02-05 23:53:48 +00:00
|
|
|
"once_cell",
|
2023-03-25 22:57:20 +00:00
|
|
|
"pcre2",
|
2023-03-06 03:52:14 +00:00
|
|
|
"printf-compat",
|
2023-02-18 21:06:05 +00:00
|
|
|
"rand",
|
2023-07-04 20:00:26 +00:00
|
|
|
"rand_pcg",
|
2023-05-16 18:02:22 +00:00
|
|
|
"rsconf",
|
2024-01-03 19:57:28 +00:00
|
|
|
"serial_test",
|
2023-01-14 22:56:24 +00:00
|
|
|
"widestring",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "0.2.12"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
2023-01-14 22:56:24 +00:00
|
|
|
dependencies = [
|
2024-01-03 19:57:28 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-01-14 22:56:24 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-08-20 13:48:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git-version"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "0.3.9"
|
2023-08-20 13:48:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19"
|
2023-08-20 13:48:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"git-version-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git-version-macro"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "0.3.9"
|
2023-08-20 13:48:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
|
2023-08-20 13:48:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-28 12:29:25 +00:00
|
|
|
"syn 2.0.48",
|
2023-08-20 13:48:41 +00:00
|
|
|
]
|
|
|
|
|
2023-03-14 02:23:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
2023-05-25 15:19:07 +00:00
|
|
|
"ahash",
|
2023-01-14 22:56:24 +00:00
|
|
|
]
|
|
|
|
|
2023-04-02 01:26:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hexponent"
|
|
|
|
version = "0.3.1"
|
2023-04-15 14:42:59 +00:00
|
|
|
source = "git+https://github.com/fish-shell/hexponent?branch=fish#71febaf2ffa3c63ea50a70aa4308293d69bd709c"
|
2023-04-02 01:26:20 +00:00
|
|
|
|
2023-01-14 22:56:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-03-25 22:57:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "0.1.27"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
|
2023-03-25 22:57:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2023-01-14 22:56:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "0.2.152"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
2023-01-14 22:56:24 +00:00
|
|
|
|
2024-01-03 19:57:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2023-01-14 22:56:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-13 13:17:28 +00:00
|
|
|
version = "0.4.20"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 13:17:28 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-01-14 22:56:24 +00:00
|
|
|
|
2023-03-14 02:23:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2023-08-13 13:17:28 +00:00
|
|
|
version = "0.10.1"
|
2023-03-14 02:23:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 13:17:28 +00:00
|
|
|
checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"
|
2023-03-14 02:23:31 +00:00
|
|
|
dependencies = [
|
2024-01-07 20:38:49 +00:00
|
|
|
"hashbrown",
|
2023-01-14 22:56:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.25.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-08-13 13:17:28 +00:00
|
|
|
"bitflags 1.3.2",
|
2024-01-03 19:57:28 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-01-14 22:56:24 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "0.2.17"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2023-01-14 22:56:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "1.19.0"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-01-14 22:56:24 +00:00
|
|
|
|
2024-01-03 19:57:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b93f386bb233083c799e6e642a9d73db98c24a5deeb95ffc85bf281255dffc98"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
2024-01-07 20:38:49 +00:00
|
|
|
"redox_syscall",
|
2024-01-03 19:57:28 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-03-25 22:57:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pcre2"
|
|
|
|
version = "0.2.3"
|
2023-06-27 17:05:55 +00:00
|
|
|
source = "git+https://github.com/fish-shell/rust-pcre2?branch=master#813a4267546e5ca8ff349c9c67d65e52a82172d2"
|
2023-03-25 22:57:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"pcre2-sys",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pcre2-sys"
|
|
|
|
version = "0.2.4"
|
2023-06-27 17:05:55 +00:00
|
|
|
source = "git+https://github.com/fish-shell/rust-pcre2?branch=master#813a4267546e5ca8ff349c9c67d65e52a82172d2"
|
2023-03-25 22:57:20 +00:00
|
|
|
dependencies = [
|
2024-01-11 22:58:32 +00:00
|
|
|
"cc",
|
2023-03-25 22:57:20 +00:00
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "0.3.29"
|
2023-03-25 22:57:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
|
2023-03-25 22:57:20 +00:00
|
|
|
|
2023-02-18 21:06:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2023-03-06 03:52:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "printf-compat"
|
|
|
|
version = "0.1.1"
|
2023-04-23 11:01:40 +00:00
|
|
|
source = "git+https://github.com/fish-shell/printf-compat.git?branch=fish#ff460021ba11e2a2c69e1fe04cb1961d6a75be15"
|
2023-03-06 03:52:14 +00:00
|
|
|
dependencies = [
|
2023-08-13 13:17:28 +00:00
|
|
|
"bitflags 1.3.2",
|
2024-01-07 20:38:49 +00:00
|
|
|
"itertools",
|
2023-03-06 03:52:14 +00:00
|
|
|
"libc",
|
|
|
|
"widestring",
|
|
|
|
]
|
|
|
|
|
2023-01-14 22:56:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "1.0.78"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
2023-01-14 22:56:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "1.0.35"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2023-01-14 22:56:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-02-18 21:06:05 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:00:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2024-01-03 19:57:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
2023-05-16 18:02:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rsconf"
|
2024-01-19 00:22:07 +00:00
|
|
|
version = "0.1.2"
|
2024-01-11 22:58:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-19 00:22:07 +00:00
|
|
|
checksum = "7b9653c00e095416c7586382524a5ede22b9dec6f067879bd7eed21429721e6d"
|
2023-05-16 18:02:22 +00:00
|
|
|
dependencies = [
|
2024-01-11 22:58:32 +00:00
|
|
|
"cc",
|
2023-03-25 22:57:20 +00:00
|
|
|
]
|
|
|
|
|
2024-01-03 19:57:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial_test"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fef5f7c7434b2f2c598adc6f9494648a1e41274a75c0ba4056f680ae0c117fd6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"parking_lot",
|
|
|
|
"serial_test_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial_test_derive"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d08338d8024b227c62bd68a12c7c9883f5c66780abaef15c550dc56f46ee6515"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-28 12:29:25 +00:00
|
|
|
"syn 1.0.109",
|
2024-01-03 19:57:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "1.13.1"
|
2024-01-03 19:57:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
2024-01-03 19:57:28 +00:00
|
|
|
|
2023-03-25 22:57:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2023-01-14 22:56:24 +00:00
|
|
|
]
|
|
|
|
|
2024-01-28 12:29:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.48"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-03-25 22:57:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
|
|
|
dependencies = [
|
2024-01-03 19:57:28 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-03-25 22:57:20 +00:00
|
|
|
"once_cell",
|
2023-01-14 22:56:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-01-28 12:29:25 +00:00
|
|
|
version = "1.0.12"
|
2023-01-14 22:56:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 12:29:25 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-01-14 22:56:24 +00:00
|
|
|
|
|
|
|
[[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 = "widestring"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
|
|
|
|
|
|
|
|
[[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"
|
2024-01-28 12:29:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
|
|
|
]
|