2022-06-30 21:50:21 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base"
|
2022-08-09 05:53:37 +00:00
|
|
|
version = "0.0.0"
|
2022-07-01 11:53:41 +00:00
|
|
|
dependencies = [
|
2022-09-15 08:17:05 +00:00
|
|
|
"cfg-if",
|
2022-07-01 11:53:41 +00:00
|
|
|
"cxx",
|
2022-08-09 05:53:37 +00:00
|
|
|
"libc",
|
2022-07-01 11:53:41 +00:00
|
|
|
]
|
2022-06-30 21:50:21 +00:00
|
|
|
|
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"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-08-09 05:53:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-05-02 23:49:43 +00:00
|
|
|
version = "0.2.142"
|
2022-08-09 05:53:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-02 23:49:43 +00:00
|
|
|
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
|
2022-08-09 05:53:37 +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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "magiskboot"
|
2022-08-09 05:53:37 +00:00
|
|
|
version = "0.0.0"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"base",
|
2022-12-13 03:33:16 +00:00
|
|
|
"byteorder",
|
|
|
|
"cxx",
|
|
|
|
"protobuf",
|
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",
|
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",
|
|
|
|
]
|
|
|
|
|
2022-12-13 03:33:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-05-01 21:52:54 +00:00
|
|
|
version = "1.0.56"
|
2022-06-30 21:50:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-01 21:52:54 +00:00
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-12-13 03:33:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"protobuf-support",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf-support"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-05-01 21:52:54 +00:00
|
|
|
version = "1.0.26"
|
2022-06-30 21:50:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-01 21:52:54 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-05-01 21:52:54 +00:00
|
|
|
version = "2.0.15"
|
2022-06-30 21:50:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-01 21:52:54 +00:00
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
2022-06-30 21:50:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-30 21:50:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-05-02 23:49:43 +00:00
|
|
|
version = "1.0.8"
|
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 = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|