2022-06-30 21:50:21 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-06-20 21:29:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-06-09 13:43:26 +00:00
|
|
|
[[package]]
|
2023-06-20 13:41:20 +00:00
|
|
|
name = "argh"
|
|
|
|
version = "0.1.10"
|
2023-07-06 17:12:44 +00:00
|
|
|
source = "git+https://github.com/topjohnwu/argh.git?rev=2fecd81d606364a8b07b942ed01697bbd3a62193#2fecd81d606364a8b07b942ed01697bbd3a62193"
|
2023-06-09 13:43:26 +00:00
|
|
|
dependencies = [
|
2023-06-20 13:41:20 +00:00
|
|
|
"argh_derive",
|
|
|
|
"argh_shared",
|
2023-06-09 13:43:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-20 13:41:20 +00:00
|
|
|
name = "argh_derive"
|
|
|
|
version = "0.1.10"
|
2023-07-06 17:12:44 +00:00
|
|
|
source = "git+https://github.com/topjohnwu/argh.git?rev=2fecd81d606364a8b07b942ed01697bbd3a62193#2fecd81d606364a8b07b942ed01697bbd3a62193"
|
2023-06-09 13:43:26 +00:00
|
|
|
dependencies = [
|
2023-06-20 13:41:20 +00:00
|
|
|
"argh_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
2023-06-09 13:43:26 +00:00
|
|
|
]
|
|
|
|
|
2023-05-03 23:13:05 +00:00
|
|
|
[[package]]
|
2023-06-20 13:41:20 +00:00
|
|
|
name = "argh_shared"
|
|
|
|
version = "0.1.10"
|
2023-07-06 17:12:44 +00:00
|
|
|
source = "git+https://github.com/topjohnwu/argh.git?rev=2fecd81d606364a8b07b942ed01697bbd3a62193#2fecd81d606364a8b07b942ed01697bbd3a62193"
|
2023-05-03 23:13:05 +00:00
|
|
|
|
2023-06-20 21:29:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-06-20 13:41:20 +00:00
|
|
|
"hermit-abi",
|
2023-06-20 21:29:09 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-05-03 23:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base"
|
2022-08-09 05:53:37 +00:00
|
|
|
version = "0.0.0"
|
2022-07-01 11:53:41 +00:00
|
|
|
dependencies = [
|
2023-07-04 04:57:28 +00:00
|
|
|
"argh",
|
2022-09-15 08:17:05 +00:00
|
|
|
"cfg-if",
|
2022-07-01 11:53:41 +00:00
|
|
|
"cxx",
|
2023-05-19 22:16:54 +00:00
|
|
|
"cxx-gen",
|
2022-08-09 05:53:37 +00:00
|
|
|
"libc",
|
2023-05-26 06:45:38 +00:00
|
|
|
"thiserror",
|
2022-07-01 11:53:41 +00:00
|
|
|
]
|
2022-06-30 21:50:21 +00:00
|
|
|
|
2023-05-03 23:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-06-24 19:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-12-13 03:33:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-05-02 23:49:43 +00:00
|
|
|
version = "1.0.79"
|
2022-06-30 21:50:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-02 23:49:43 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2022-06-30 21:50:21 +00:00
|
|
|
|
2022-09-15 08:17:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-06-09 13:43:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-06-20 21:29:09 +00:00
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2023-06-20 13:41:20 +00:00
|
|
|
"strsim",
|
2023-06-20 21:29:09 +00:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2023-05-19 22:16:54 +00: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",
|
|
|
|
]
|
|
|
|
|
2023-06-24 19:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-05-01 21:52:54 +00:00
|
|
|
version = "1.0.94"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
]
|
|
|
|
|
2023-05-19 22:16:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cxx-gen"
|
|
|
|
version = "0.7.94"
|
|
|
|
dependencies = [
|
|
|
|
"codespan-reporting",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-10 23:27:36 +00:00
|
|
|
"syn 2.0.18",
|
2023-05-19 22:16:54 +00:00
|
|
|
]
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-05-01 21:52:54 +00:00
|
|
|
version = "1.0.94"
|
2022-06-30 21:50:21 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-05-01 21:52:54 +00:00
|
|
|
version = "1.0.94"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-10 23:27:36 +00:00
|
|
|
"syn 2.0.18",
|
2022-06-30 21:50:21 +00:00
|
|
|
]
|
|
|
|
|
2023-06-24 19:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2023-06-20 21:29:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-06-24 19:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-06-20 21:29:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2022-08-09 05:53:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-06-10 23:27:36 +00:00
|
|
|
version = "0.2.146"
|
2022-08-09 05:53:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-10 23:27:36 +00:00
|
|
|
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
|
2022-08-09 05:53:37 +00:00
|
|
|
|
2023-05-03 23:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-06-20 21:29:09 +00:00
|
|
|
version = "0.4.19"
|
2023-05-03 23:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 21:29:09 +00:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2023-05-03 23:13:05 +00:00
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "magisk"
|
2022-08-09 05:53:37 +00:00
|
|
|
version = "0.0.0"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"base",
|
|
|
|
"cxx",
|
2023-05-19 22:16:54 +00:00
|
|
|
"cxx-gen",
|
2023-05-10 01:54:38 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
2022-06-30 21:50:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "magiskboot"
|
2022-08-09 05:53:37 +00:00
|
|
|
version = "0.0.0"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
2023-06-20 13:41:20 +00:00
|
|
|
"argh",
|
2022-06-30 21:50:21 +00:00
|
|
|
"base",
|
2022-12-13 03:33:16 +00:00
|
|
|
"byteorder",
|
|
|
|
"cxx",
|
2023-05-19 22:16:54 +00:00
|
|
|
"cxx-gen",
|
2023-06-24 19:50:21 +00:00
|
|
|
"digest",
|
2023-06-20 16:22:48 +00:00
|
|
|
"pb-rs",
|
|
|
|
"quick-protobuf",
|
2023-06-24 19:50:21 +00:00
|
|
|
"sha1",
|
|
|
|
"sha2",
|
2023-06-09 13:43:26 +00:00
|
|
|
"size",
|
2022-06-30 21:50:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "magiskinit"
|
2022-08-09 05:53:37 +00:00
|
|
|
version = "0.0.0"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"base",
|
2022-07-06 04:13:09 +00:00
|
|
|
"cxx",
|
2023-05-19 22:16:54 +00:00
|
|
|
"cxx-gen",
|
2023-05-25 02:11:56 +00:00
|
|
|
"magiskpolicy",
|
2022-06-30 21:50:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "magiskpolicy"
|
2022-08-09 05:53:37 +00:00
|
|
|
version = "0.0.0"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"base",
|
2023-05-25 02:11:56 +00:00
|
|
|
"cxx",
|
|
|
|
"cxx-gen",
|
2022-06-30 21:50:21 +00:00
|
|
|
]
|
|
|
|
|
2023-05-03 23:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
2023-06-20 16:22:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-05-10 01:54:38 +00: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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
2023-06-20 16:22:48 +00:00
|
|
|
name = "pb-rs"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "git+https://github.com/tafia/quick-protobuf.git?rev=2f37d5a65504de7d716b5b28fd82219501a901a9#2f37d5a65504de7d716b5b28fd82219501a901a9"
|
2023-05-03 23:13:05 +00:00
|
|
|
dependencies = [
|
2023-06-20 13:41:20 +00:00
|
|
|
"clap",
|
2023-06-20 21:29:09 +00:00
|
|
|
"env_logger",
|
2023-06-20 16:22:48 +00:00
|
|
|
"log",
|
|
|
|
"nom",
|
2023-05-03 23:13:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-20 16:22:48 +00:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.60"
|
2023-05-03 23:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 16:22:48 +00:00
|
|
|
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
|
2023-05-03 23:13:05 +00:00
|
|
|
dependencies = [
|
2023-06-20 16:22:48 +00:00
|
|
|
"unicode-ident",
|
2023-05-03 23:13:05 +00:00
|
|
|
]
|
|
|
|
|
2023-06-20 21:29:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2022-12-13 03:33:16 +00:00
|
|
|
[[package]]
|
2023-06-20 16:22:48 +00:00
|
|
|
name = "quick-protobuf"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "git+https://github.com/tafia/quick-protobuf.git?rev=2f37d5a65504de7d716b5b28fd82219501a901a9#2f37d5a65504de7d716b5b28fd82219501a901a9"
|
2022-12-13 03:33:16 +00:00
|
|
|
dependencies = [
|
2023-06-20 16:22:48 +00:00
|
|
|
"byteorder",
|
2022-12-13 03:33:16 +00:00
|
|
|
]
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-06-10 23:27:36 +00:00
|
|
|
version = "1.0.28"
|
2022-06-30 21:50:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-10 23:27:36 +00:00
|
|
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-06-20 21:29:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "1.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
|
|
|
|
2023-06-24 19:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-06-09 13:43:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "size"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fed904c7fb2856d868b92464fc8fa597fce366edea1a9cbfaa8cb5fe080bd6d"
|
|
|
|
|
2023-06-20 21:29:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2023-05-10 01:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-06-10 23:27:36 +00:00
|
|
|
version = "2.0.18"
|
2022-06-30 21:50:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-10 23:27:36 +00:00
|
|
|
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-05-19 22:16:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-06-20 21:29:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-12-13 03:33:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-10 23:27:36 +00:00
|
|
|
"syn 2.0.18",
|
2022-12-13 03:33:16 +00:00
|
|
|
]
|
|
|
|
|
2023-06-24 19:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-05-25 02:11:56 +00:00
|
|
|
version = "1.0.9"
|
2022-06-30 21:50:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-25 02:11:56 +00:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
2023-05-03 23:13:05 +00:00
|
|
|
|
2023-05-19 22:16:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
2023-06-20 21:29:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2023-06-24 19:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-05-19 22:16:54 +00: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"
|