Magisk/native/src/Cargo.lock

707 lines
17 KiB
Plaintext
Raw Normal View History

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]]
name = "anstream"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]]
name = "anstyle-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
2023-06-10 23:27:36 +00:00
"windows-sys",
2023-06-09 13:43:26 +00:00
]
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
2023-06-10 23:27:36 +00:00
"windows-sys",
2023-06-09 13:43:26 +00:00
]
2023-05-03 23:13:05 +00:00
[[package]]
name = "anyhow"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
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 = [
"hermit-abi 0.1.19",
"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-06-09 09:00:37 +00:00
"anyhow",
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",
"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"
[[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",
"strsim 0.8.0",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "clap"
version = "4.3.5"
2023-06-09 13:43:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 21:29:09 +00:00
checksum = "2686c4115cb0810d9a984776e197823d08ec94f176549a89a9efded477c456dc"
2023-06-09 13:43:26 +00:00
dependencies = [
"clap_builder",
"clap_derive",
"once_cell",
]
[[package]]
name = "clap_builder"
2023-06-20 21:29:09 +00:00
version = "4.3.5"
2023-06-09 13:43:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 21:29:09 +00:00
checksum = "2e53afce1efce6ed1f633cf0e57612fe51db54a1ee4fd8f8503d078fe02d69ae"
2023-06-09 13:43:26 +00:00
dependencies = [
"anstream",
"anstyle",
"bitflags",
"clap_lex",
2023-06-20 21:29:09 +00:00
"strsim 0.10.0",
2023-06-09 13:43:26 +00:00
]
[[package]]
name = "clap_derive"
version = "4.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-06-10 23:27:36 +00:00
"syn 2.0.18",
2023-06-09 13:43:26 +00:00
]
[[package]]
name = "clap_lex"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
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-09 13:43:26 +00:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
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-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-05-03 23:13:05 +00: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-10 23:27:36 +00:00
"windows-sys",
2023-05-03 23:13:05 +00: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-06-09 13:43:26 +00:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
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",
]
2023-05-03 23:13:05 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2023-06-20 21:29:09 +00:00
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]
2023-05-03 23:13:05 +00:00
[[package]]
name = "io-lifetimes"
2023-05-25 02:11:56 +00:00
version = "1.0.11"
2023-05-03 23:13:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 02:11:56 +00:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-05-03 23:13:05 +00:00
dependencies = [
2023-06-20 21:29:09 +00:00
"hermit-abi 0.3.1",
2023-05-03 23:13:05 +00:00
"libc",
2023-06-10 23:27:36 +00:00
"windows-sys",
2023-05-03 23:13:05 +00:00
]
2023-06-09 13:43:26 +00:00
[[package]]
name = "is-terminal"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
2023-06-20 21:29:09 +00:00
"hermit-abi 0.3.1",
2023-06-09 13:43:26 +00:00
"io-lifetimes",
"rustix",
2023-06-10 23:27:36 +00:00
"windows-sys",
2023-06-09 13:43:26 +00:00
]
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 = "linux-raw-sys"
2023-05-25 02:11:56 +00:00
version = "0.3.8"
2023-05-03 23:13:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 02:11:56 +00:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
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 = [
"anyhow",
2022-06-30 21:50:21 +00:00
"base",
"byteorder",
2023-06-20 21:29:09 +00:00
"clap 4.3.5",
"cxx",
2023-05-19 22:16:54 +00:00
"cxx-gen",
2023-06-20 16:22:48 +00:00
"pb-rs",
"quick-protobuf",
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 = [
2023-05-25 02:11:56 +00:00
"anyhow",
2022-06-30 21:50:21 +00:00
"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",
]
[[package]]
name = "once_cell"
2023-06-10 23:27:36 +00:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 23:27:36 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
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 21:29:09 +00:00
"clap 2.34.0",
"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"
[[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"
dependencies = [
2023-06-20 16:22:48 +00:00
"byteorder",
]
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-05-03 23:13:05 +00:00
[[package]]
name = "rustix"
2023-06-20 21:29:09 +00:00
version = "0.37.20"
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 = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
2023-05-03 23:13:05 +00:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-06-10 23:27:36 +00:00
"windows-sys",
2023-05-03 23:13:05 +00:00
]
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-06-09 13:43:26 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
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",
]
[[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-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-09 13:43:26 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
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-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"
2023-05-03 23:13:05 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-06-10 23:27:36 +00:00
"windows-targets",
2023-05-03 23:13:05 +00:00
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
2023-06-10 23:27:36 +00:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2023-05-03 23:13:05 +00: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"