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
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|