2023-01-15 06:56:24 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-03-14 10:23:31 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.0.2"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aquamarine"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f"
|
|
|
|
dependencies = [
|
|
|
|
"itertools 0.9.0",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-03-26 06:57:20 +08:00
|
|
|
"hermit-abi 0.1.19",
|
2023-01-15 06:56:24 +08:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocxx"
|
|
|
|
version = "0.23.1"
|
2023-03-06 11:52:14 +08:00
|
|
|
source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"aquamarine",
|
|
|
|
"autocxx-macro",
|
|
|
|
"cxx",
|
|
|
|
"moveit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocxx-bindgen"
|
|
|
|
version = "0.62.0"
|
2023-03-10 13:01:49 +08:00
|
|
|
source = "git+https://github.com/fish-shell/autocxx-bindgen?branch=fish#a229d3473bd90d2d10fc61a244408cfc1958934a"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocxx-build"
|
|
|
|
version = "0.23.1"
|
2023-03-06 11:52:14 +08:00
|
|
|
source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocxx-engine",
|
|
|
|
"env_logger",
|
|
|
|
"indexmap",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocxx-engine"
|
|
|
|
version = "0.23.1"
|
2023-03-06 11:52:14 +08:00
|
|
|
source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"aquamarine",
|
|
|
|
"autocxx-bindgen",
|
|
|
|
"autocxx-parser",
|
|
|
|
"cc",
|
|
|
|
"cxx-gen",
|
|
|
|
"indexmap",
|
|
|
|
"indoc",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"log",
|
|
|
|
"miette",
|
|
|
|
"once_cell",
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustversion",
|
|
|
|
"serde_json",
|
|
|
|
"strum_macros",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocxx-macro"
|
|
|
|
version = "0.23.1"
|
2023-03-06 11:52:14 +08:00
|
|
|
source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocxx-parser",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocxx-parser"
|
|
|
|
version = "0.23.1"
|
2023-03-06 11:52:14 +08:00
|
|
|
source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-03 03:04:16 +08:00
|
|
|
version = "1.0.79"
|
|
|
|
source = "git+https://github.com/mqudsi/cc-rs?branch=fish#cdc3a376eb0f56c2fb2cf640cc0e9192feaa621b"
|
2023-03-26 06:57:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2023-04-15 22:42:59 +08:00
|
|
|
version = "1.6.1"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-15 22:42:59 +08:00
|
|
|
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
|
|
|
version = "1.0.81"
|
2023-04-15 22:42:59 +08:00
|
|
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
"widestring",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
|
|
|
version = "1.0.81"
|
2023-04-15 22:42:59 +08:00
|
|
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-gen"
|
|
|
|
version = "0.7.81"
|
2023-04-15 22:42:59 +08:00
|
|
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"codespan-reporting",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
|
|
|
version = "1.0.81"
|
2023-04-15 22:42:59 +08:00
|
|
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
|
|
|
version = "1.0.81"
|
2023-04-15 22:42:59 +08:00
|
|
|
source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-02-03 03:04:16 +08:00
|
|
|
version = "1.8.1"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 03:04:16 +08:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-15 22:42:59 +08:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-06-30 08:28:41 +08:00
|
|
|
"windows-sys",
|
2023-04-15 22:42:59 +08:00
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-27 04:37:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fast-float"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "git+https://github.com/fish-shell/fast-float-rust?branch=fish#9590c33a3f166a3533ba1cbb7a03e1105acec034"
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "1.9.0"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fish-rust"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"autocxx",
|
|
|
|
"autocxx-build",
|
2023-03-01 13:05:27 +08:00
|
|
|
"bitflags",
|
2023-03-26 23:23:05 +08:00
|
|
|
"cc",
|
2023-01-15 06:56:24 +08:00
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
"cxx-gen",
|
2023-04-15 22:42:59 +08:00
|
|
|
"errno 0.2.8",
|
2023-03-27 04:37:38 +08:00
|
|
|
"fast-float",
|
2023-04-02 09:26:20 +08:00
|
|
|
"hexponent",
|
2023-01-16 06:56:04 +08:00
|
|
|
"inventory",
|
2023-04-20 00:35:33 +08:00
|
|
|
"lazy_static",
|
2023-01-15 06:56:24 +08:00
|
|
|
"libc",
|
2023-03-14 10:23:31 +08:00
|
|
|
"lru",
|
2023-04-11 03:19:36 +08:00
|
|
|
"moveit",
|
2023-01-15 06:56:24 +08:00
|
|
|
"nix",
|
2023-06-28 01:05:55 +08:00
|
|
|
"num-derive",
|
2023-01-15 06:56:24 +08:00
|
|
|
"num-traits",
|
2023-02-06 07:53:48 +08:00
|
|
|
"once_cell",
|
2023-03-26 06:57:20 +08:00
|
|
|
"pcre2",
|
2023-03-06 11:52:14 +08:00
|
|
|
"printf-compat",
|
2023-02-19 05:06:05 +08:00
|
|
|
"rand",
|
2023-05-17 02:02:22 +08:00
|
|
|
"rsconf",
|
2023-01-15 06:56:24 +08:00
|
|
|
"unixstring",
|
|
|
|
"widestring",
|
|
|
|
"widestring-suffix",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "0.2.10"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-01-16 06:56:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "0.1.9"
|
2023-01-16 06:56:04 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "e77ac7b51b8e6313251737fcef4b1c01a2ea102bde68415b62c0ee9268fec357"
|
2023-01-16 06:56:04 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-30 08:28:41 +08:00
|
|
|
"syn 2.0.22",
|
2023-01-16 06:56:04 +08:00
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-03-14 10:23:31 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
2023-05-25 23:19:07 +08:00
|
|
|
"ahash",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-03 03:04:16 +08:00
|
|
|
version = "0.4.1"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 03:04:16 +08:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-26 06:57:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
2023-04-02 09:26:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hexponent"
|
|
|
|
version = "0.3.1"
|
2023-04-15 22:42:59 +08:00
|
|
|
source = "git+https://github.com/fish-shell/hexponent?branch=fish#71febaf2ffa3c63ea50a70aa4308293d69bd709c"
|
2023-04-02 09:26:20 +08:00
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "1.9.3"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-03-14 10:23:31 +08:00
|
|
|
"hashbrown 0.12.3",
|
2023-01-15 06:56:24 +08:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2023-02-03 03:04:16 +08:00
|
|
|
version = "1.0.9"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 03:04:16 +08:00
|
|
|
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-01-16 06:56:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "0.3.6"
|
2023-01-16 06:56:04 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "e0539b5de9241582ce6bd6b0ba7399313560151e58c9aaf8b74b711b1bdce644"
|
2023-01-16 06:56:04 +08:00
|
|
|
dependencies = [
|
|
|
|
"ghost",
|
|
|
|
]
|
|
|
|
|
2023-03-26 06:57:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.0.11"
|
2023-03-26 06:57:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-03-26 06:57:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.1",
|
|
|
|
"libc",
|
2023-06-30 08:28:41 +08:00
|
|
|
"windows-sys",
|
2023-03-26 06:57:20 +08:00
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.26"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "0.2.147"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-03-26 06:57:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "0.3.8"
|
2023-03-26 06:57:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-03-26 06:57:20 +08:00
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "0.4.19"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
2023-03-14 10:23:31 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.13.2",
|
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miette"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "5.9.0"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "a236ff270093b0b67451bc50a509bd1bad302cb1d3c7d37d5efe931238581fa9"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"miette-derive",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miette-derive"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "5.9.0"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "4901771e1d44ddb37964565c654a3223ba41a594d02b8da471cc4464912b5cfa"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-30 08:28:41 +08:00
|
|
|
"syn 2.0.22",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "moveit"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7d756ffe4e38013507d35bf726a93fcdae2cae043ab5ce477f13857a335030d"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.25.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-02-03 03:04:16 +08:00
|
|
|
version = "7.1.3"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 03:04:16 +08:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-06-28 01:05:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.18.0"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
2023-03-26 06:57:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pcre2"
|
|
|
|
version = "0.2.3"
|
2023-06-28 01:05:55 +08:00
|
|
|
source = "git+https://github.com/fish-shell/rust-pcre2?branch=master#813a4267546e5ca8ff349c9c67d65e52a82172d2"
|
2023-03-26 06:57:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"pcre2-sys",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pcre2-sys"
|
|
|
|
version = "0.2.4"
|
2023-06-28 01:05:55 +08:00
|
|
|
source = "git+https://github.com/fish-shell/rust-pcre2?branch=master#813a4267546e5ca8ff349c9c67d65e52a82172d2"
|
2023-03-26 06:57:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2023-03-26 06:57:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "0.3.27"
|
2023-03-26 06:57:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2023-03-26 06:57:20 +08:00
|
|
|
|
2023-02-19 05:06:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "0.1.25"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
2023-03-06 11:52:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "printf-compat"
|
|
|
|
version = "0.1.1"
|
2023-04-23 19:01:40 +08:00
|
|
|
source = "git+https://github.com/fish-shell/printf-compat.git?branch=fish#ff460021ba11e2a2c69e1fe04cb1961d6a75be15"
|
2023-03-06 11:52:14 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"itertools 0.9.0",
|
|
|
|
"libc",
|
|
|
|
"widestring",
|
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.0.63"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.0.29"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-02-19 05:06:05 +08: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-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-04-15 22:42:59 +08:00
|
|
|
version = "0.3.5"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-15 22:42:59 +08:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.8.4"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "0.7.2"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
2023-05-17 02:02:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rsconf"
|
|
|
|
version = "0.1.0"
|
2023-06-30 08:28:41 +08:00
|
|
|
source = "git+https://github.com/mqudsi/rsconf?branch=master#0790778ef5ec521bfc15a34a6b07caf25aa0a0db"
|
2023-05-17 02:02:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-03-26 06:57:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "0.37.21"
|
2023-03-26 06:57:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "62f25693a73057a1b4cb56179dd3c7ea21a7c6c5ee7d85781f5749b46f34b79c"
|
2023-03-26 06:57:20 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2023-04-15 22:42:59 +08:00
|
|
|
"errno 0.3.1",
|
2023-03-26 06:57:20 +08:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-06-30 08:28:41 +08:00
|
|
|
"windows-sys",
|
2023-03-26 06:57:20 +08:00
|
|
|
]
|
|
|
|
|
2023-01-15 06:56:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "1.0.12"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "1.0.13"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "1.0.5"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.0.164"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.0.164"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-30 08:28:41 +08:00
|
|
|
"syn 2.0.22",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.0.99"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.24.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
2023-03-26 06:57:20 +08: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-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "2.0.22"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "3.6.0"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
2023-06-30 08:28:41 +08:00
|
|
|
"autocfg",
|
2023-01-15 06:56:24 +08:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"redox_syscall",
|
2023-03-26 06:57:20 +08:00
|
|
|
"rustix",
|
2023-06-30 08:28:41 +08:00
|
|
|
"windows-sys",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-02-03 03:04:16 +08:00
|
|
|
version = "1.2.0"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 03:04:16 +08:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "1.0.40"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-03-26 06:57:20 +08:00
|
|
|
version = "1.0.40"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 06:57:20 +08:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-30 08:28:41 +08:00
|
|
|
"syn 2.0.22",
|
2023-03-26 06:57:20 +08: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",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "1.0.9"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
2023-01-15 06:56:24 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unixstring"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "366c5c5657cbe7a684b3476acc7b96d4087e953bf750b1eab4dfbffeda32b2f3"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = "which"
|
2023-02-03 03:04:16 +08:00
|
|
|
version = "4.4.0"
|
2023-01-15 06:56:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 03:04:16 +08:00
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2023-01-15 06:56:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "widestring-suffix"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-26 06:57:20 +08:00
|
|
|
"syn 1.0.109",
|
2023-01-15 06:56:24 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2023-03-26 06:57:20 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-04-15 22:42:59 +08:00
|
|
|
version = "0.48.0"
|
2023-03-26 06:57:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-15 22:42:59 +08:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-03-26 06:57:20 +08:00
|
|
|
dependencies = [
|
2023-06-30 08:28:41 +08:00
|
|
|
"windows-targets",
|
2023-03-26 06:57:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-06-30 08:28:41 +08:00
|
|
|
version = "0.48.1"
|
2023-04-15 22:42:59 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-30 08:28:41 +08:00
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2023-04-15 22:42:59 +08:00
|
|
|
dependencies = [
|
2023-06-30 08:28:41 +08: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-03-26 06:57:20 +08:00
|
|
|
]
|
|
|
|
|
2023-04-15 22:42:59 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|