2020-05-04 16:28:38 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-10-18 20:27:51 +03:00
|
|
|
version = 3
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-11-26 04:39:39 +03:00
|
|
|
version = "0.7.20"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 04:39:39 +03:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"libc",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.68"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.1.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bcachefs-mount"
|
2021-10-18 20:27:51 +03:00
|
|
|
version = "0.3.1"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-10-18 20:27:51 +03:00
|
|
|
"bch_bindgen",
|
2020-05-04 16:28:38 +03:00
|
|
|
"byteorder",
|
2021-10-18 20:27:51 +03:00
|
|
|
"camino",
|
2020-05-04 16:28:38 +03:00
|
|
|
"clap",
|
|
|
|
"either",
|
|
|
|
"errno",
|
|
|
|
"gag",
|
|
|
|
"getset",
|
|
|
|
"itertools",
|
|
|
|
"libc",
|
|
|
|
"parse-display",
|
|
|
|
"rpassword",
|
2021-10-18 20:27:51 +03:00
|
|
|
"tracing",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"udev",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bch_bindgen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bindgen",
|
|
|
|
"bitfield",
|
|
|
|
"byteorder",
|
|
|
|
"gag",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
"pkg-config",
|
|
|
|
"tracing",
|
|
|
|
"tracing-attributes",
|
2020-05-04 16:28:38 +03:00
|
|
|
"udev",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2022-11-26 04:39:39 +03:00
|
|
|
version = "0.63.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-26 04:39:39 +03:00
|
|
|
checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2022-11-26 04:39:39 +03:00
|
|
|
"syn",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.14.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "2d7e60934ceec538daadb9d8432424ed043a904d8e0243f3c6446bce549a46ac"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.3.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.11.1"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.4.3"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.1.2"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"
|
2022-11-20 03:00:25 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.78"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.6.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.4.23"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"iana-time-zone",
|
2021-10-18 20:27:51 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.4.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "4.1.1"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2023-01-12 22:35:23 +03:00
|
|
|
"clap_derive",
|
|
|
|
"clap_lex",
|
|
|
|
"is-terminal",
|
|
|
|
"once_cell",
|
2020-05-04 16:28:38 +03:00
|
|
|
"strsim",
|
2023-01-12 22:35:23 +03:00
|
|
|
"termcolor",
|
|
|
|
"terminal_size",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[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 = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.86"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"
|
2022-11-20 03:00:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.86"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"
|
2022-11-20 03:00:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.86"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"
|
2022-11-20 03:00:25 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.86"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"
|
2022-11-20 03:00:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.8.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.2.8"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"cc",
|
2020-05-04 16:28:38 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
2021-10-18 20:27:51 +03:00
|
|
|
name = "filedescriptor"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.8.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-10-18 20:27:51 +03:00
|
|
|
"thiserror",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gag"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a713bee13966e9fbffdf7193af71d54a6b35a0bb34997cd6c9519ebeb5005972"
|
|
|
|
dependencies = [
|
|
|
|
"filedescriptor",
|
2020-05-04 16:28:38 +03:00
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getset"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"proc-macro-error",
|
2020-05-04 16:28:38 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.3.1"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.4.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.2.6"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.53"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-01-12 22:35:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.5"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2022-11-20 03:00:25 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.60"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2021-10-18 20:27:51 +03:00
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.3.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.2.139"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libudev-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.8"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2022-11-20 03:00:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-01-12 22:35:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.4.17"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"cfg-if",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "2.5.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.8.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "7.1.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-11-20 03:00:25 +03:00
|
|
|
"minimal-lexical",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.45"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.2.15"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.17.0"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
2022-11-20 03:00:25 +03:00
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parse-display"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "bd87725635cbae7fe960f91f55a114ed104e637790317cc8d9197ea16b058010"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"parse-display-derive",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parse-display-derive"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "cc52b391380aa8550348736a356bf028f5469391d580533a566e97543f55e813"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"regex-syntax",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.2.9"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.3.26"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.4"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"proc-macro-error-attr",
|
2020-05-04 16:28:38 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.0.4"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.49"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"unicode-ident",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.23"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"bitflags",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.7.1"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.6.28"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.5.3"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "4.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-01-12 22:35:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.36.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.12"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
2022-11-20 03:00:25 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.3"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.152"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.91"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.4"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2021-10-18 20:27:51 +03:00
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.10.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.10.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.107"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-11-20 03:00:25 +03:00
|
|
|
"unicode-ident",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "3.3.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2020-05-04 16:28:38 +03:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.2.0"
|
2022-11-20 03:00:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2022-11-20 03:00:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
2023-01-12 22:35:23 +03:00
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.2.3"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2023-01-12 22:35:23 +03:00
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.38"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.38"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "1.1.4"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"once_cell",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.37"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"cfg-if",
|
2021-10-18 20:27:51 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.23"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.30"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
2021-10-18 20:27:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.3"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.3"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.2.25"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
2021-10-18 20:27:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 03:00:25 +03:00
|
|
|
"ansi_term",
|
2021-10-18 20:27:51 +03:00
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
|
|
|
]
|
|
|
|
|
2020-05-04 16:28:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "udev"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "0.7.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a"
|
2020-05-04 16:28:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libudev-sys",
|
2023-01-12 22:35:23 +03:00
|
|
|
"pkg-config",
|
2020-05-04 16:28:38 +03:00
|
|
|
]
|
|
|
|
|
2022-11-20 03:00:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.0.6"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.1.10"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "uuid"
|
2023-01-12 22:35:23 +03:00
|
|
|
version = "1.2.2"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:35:23 +03:00
|
|
|
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.9.4"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.83"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.83"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2020-05-04 16:28:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2022-11-20 03:00:25 +03:00
|
|
|
version = "0.3.9"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-05-04 16:28:38 +03:00
|
|
|
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]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
2020-05-04 16:28:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
2021-10-18 20:27:51 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-20 03:00:25 +03:00
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2021-10-18 20:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 03:00:25 +03:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2023-01-12 22:35:23 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|