2022-06-30 14:50:21 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-06-20 14:29:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.1.3"
|
2023-06-20 14:29:09 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-06-20 14:29:09 -07:00
|
|
|
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 21:43:26 +08:00
|
|
|
[[package]]
|
2023-06-20 21:41:20 +08:00
|
|
|
name = "argh"
|
2023-08-17 21:24:29 -07:00
|
|
|
version = "0.1.12"
|
2023-10-24 21:41:16 +08:00
|
|
|
source = "git+https://github.com/google/argh.git?rev=1c632b046d084e7bde86b82dfc969b30b4647c8c#1c632b046d084e7bde86b82dfc969b30b4647c8c"
|
2023-06-09 21:43:26 +08:00
|
|
|
dependencies = [
|
2023-06-20 21:41:20 +08:00
|
|
|
"argh_derive",
|
|
|
|
"argh_shared",
|
2023-06-09 21:43:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-20 21:41:20 +08:00
|
|
|
name = "argh_derive"
|
2023-08-17 21:24:29 -07:00
|
|
|
version = "0.1.12"
|
2023-10-24 21:41:16 +08:00
|
|
|
source = "git+https://github.com/google/argh.git?rev=1c632b046d084e7bde86b82dfc969b30b4647c8c#1c632b046d084e7bde86b82dfc969b30b4647c8c"
|
2023-06-09 21:43:26 +08:00
|
|
|
dependencies = [
|
2023-06-20 21:41:20 +08:00
|
|
|
"argh_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-06 13:57:43 -07:00
|
|
|
"syn",
|
2023-06-09 21:43:26 +08:00
|
|
|
]
|
|
|
|
|
2023-05-03 16:13:05 -07:00
|
|
|
[[package]]
|
2023-06-20 21:41:20 +08:00
|
|
|
name = "argh_shared"
|
2023-08-17 21:24:29 -07:00
|
|
|
version = "0.1.12"
|
2023-10-24 21:41:16 +08:00
|
|
|
source = "git+https://github.com/google/argh.git?rev=1c632b046d084e7bde86b82dfc969b30b4647c8c#1c632b046d084e7bde86b82dfc969b30b4647c8c"
|
2023-08-17 21:24:29 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-05-03 16:13:05 -07:00
|
|
|
|
2023-06-20 14:29:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-06-20 21:41:20 +08:00
|
|
|
"hermit-abi",
|
2023-06-20 14:29:09 -07:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-05-03 16:13:05 -07:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.2.0"
|
2023-05-03 16:13:05 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
2023-05-03 16:13:05 -07:00
|
|
|
|
2022-06-30 14:50:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base"
|
2022-08-08 22:53:37 -07:00
|
|
|
version = "0.0.0"
|
2022-07-01 04:53:41 -07:00
|
|
|
dependencies = [
|
2023-07-03 21:57:28 -07:00
|
|
|
"argh",
|
2023-09-14 13:10:09 -07:00
|
|
|
"bytemuck",
|
2022-09-15 01:17:05 -07:00
|
|
|
"cfg-if",
|
2024-03-28 14:11:03 -07:00
|
|
|
"const_format",
|
2022-07-01 04:53:41 -07:00
|
|
|
"cxx",
|
2023-05-19 15:16:54 -07:00
|
|
|
"cxx-gen",
|
2022-08-08 22:53:37 -07:00
|
|
|
"libc",
|
2023-10-13 16:59:54 -07:00
|
|
|
"num-derive",
|
2023-09-26 20:18:37 -07:00
|
|
|
"num-traits",
|
2023-05-25 23:45:38 -07:00
|
|
|
"thiserror",
|
2022-07-01 04:53:41 -07:00
|
|
|
]
|
2022-06-30 14:50:21 -07:00
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
2023-05-03 16:13:05 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-06-25 03:50:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.11.0-pre.5"
|
2023-06-25 03:50:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "3ded684142010808eb980d9974ef794da2bcf97d13396143b1515e9f0fb4a10e"
|
2023-06-25 03:50:21 +08:00
|
|
|
dependencies = [
|
2024-04-03 15:40:03 -05:00
|
|
|
"crypto-common",
|
2023-06-25 03:50:21 +08:00
|
|
|
]
|
|
|
|
|
2023-09-14 13:10:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.15.0"
|
2023-09-14 13:10:09 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
|
2023-09-14 13:10:09 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.6.0"
|
2023-09-14 13:10:09 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
|
2023-09-14 13:10:09 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-12-13 11:33:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "1.5.0"
|
2022-12-13 11:33:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-12-13 11:33:16 +08:00
|
|
|
|
2022-06-30 14:50:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.0.90"
|
2022-06-30 14:50:21 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
2022-06-30 14:50:21 -07:00
|
|
|
|
2022-09-15 01:17:05 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-06-09 21:43:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-06-20 14:29:09 -07:00
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2024-02-27 22:27:52 +08:00
|
|
|
"bitflags",
|
2023-06-20 21:41:20 +08:00
|
|
|
"strsim",
|
2023-06-20 14:29:09 -07:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2023-05-19 15:16:54 -07: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-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.10.0-pre.2"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "f7e3352a27098ba6b09546e5f13b15165e6a88b5c2723afecb3ea9576b27e3ea"
|
2023-07-17 18:57:50 -07:00
|
|
|
|
2024-03-26 18:03:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "const_format"
|
|
|
|
version = "0.2.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673"
|
|
|
|
dependencies = [
|
|
|
|
"const_format_proc_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const_format_proc_macros"
|
|
|
|
version = "0.2.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2023-06-25 03:50:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "0.2.12"
|
2023-06-25 03:50:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2023-06-25 03:50:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.6.0-pre.12"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "1943d7beadd9ce2b25f3bae73b9e9336fccc1edf38bdec1ed58d3aa183989e11"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
2024-04-03 15:40:03 -05:00
|
|
|
"hybrid-array",
|
|
|
|
"num-traits",
|
2023-07-17 18:57:50 -07:00
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-06-25 03:50:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.2.0-pre.5"
|
2023-06-25 03:50:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "b7aa2ec04f5120b830272a481e8d9d8ba4dda140d2cda59b0f1110d5eb93c38e"
|
2023-06-25 03:50:21 +08:00
|
|
|
dependencies = [
|
2024-04-03 15:40:03 -05:00
|
|
|
"getrandom",
|
|
|
|
"hybrid-array",
|
|
|
|
"rand_core",
|
2023-06-25 03:50:21 +08:00
|
|
|
]
|
|
|
|
|
2022-06-30 14:50:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "1.0.115"
|
2022-06-30 14:50:21 -07:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
]
|
|
|
|
|
2023-05-19 15:16:54 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cxx-gen"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "0.7.115"
|
2023-05-19 15:16:54 -07:00
|
|
|
dependencies = [
|
|
|
|
"codespan-reporting",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-06 13:57:43 -07:00
|
|
|
"syn",
|
2023-05-19 15:16:54 -07:00
|
|
|
]
|
|
|
|
|
2022-06-30 14:50:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "1.0.115"
|
2022-06-30 14:50:21 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "1.0.115"
|
2022-06-30 14:50:21 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-06 13:57:43 -07:00
|
|
|
"syn",
|
2023-07-17 18:57:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.8.0-pre.0"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "b489fd2221710c1dd46637d66b984161fb66134f81437a8489800306bcc2ecea"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"der_derive",
|
|
|
|
"flagset",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "der_derive"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.8.0-pre.0"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "dd1ee9778ac378876dc78f546d2821fae40a1b69ec8d82f3745392d69ff89ce6"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-06 13:57:43 -07:00
|
|
|
"syn",
|
2022-06-30 14:50:21 -07:00
|
|
|
]
|
|
|
|
|
2023-06-25 03:50:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.11.0-pre.8"
|
2023-06-25 03:50:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "065d93ead7c220b85d5b4be4795d8398eac4ff68b5ee63895de0a3c1fb6edf25"
|
2023-06-25 03:50:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
2023-07-17 18:57:50 -07:00
|
|
|
"const-oid",
|
2023-06-25 03:50:21 +08:00
|
|
|
"crypto-common",
|
2023-07-17 18:57:50 -07:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ecdsa"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.17.0-pre.5"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "d7e045ee5c360512162782f3d4cb07d2f4ce8c4ef9bf7c77ec16d1cf60b3d5ca"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"digest",
|
|
|
|
"elliptic-curve",
|
|
|
|
"rfc6979",
|
|
|
|
"signature",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elliptic-curve"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.14.0-pre.5"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "4a1775af172997a40c14854c3a9fde9e03e5772084b334b6a0bb18bf7f93ac16"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"crypto-bigint",
|
|
|
|
"digest",
|
|
|
|
"ff",
|
|
|
|
"group",
|
|
|
|
"hkdf",
|
2024-04-03 15:40:03 -05:00
|
|
|
"hybrid-array",
|
2023-07-17 18:57:50 -07:00
|
|
|
"pem-rfc7468",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"sec1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2023-06-25 03:50:21 +08:00
|
|
|
]
|
|
|
|
|
2023-06-20 14:29:09 -07: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-09-19 00:12:49 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fdt"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "784a4df722dc6267a04af36895398f59d21d07dce47232adf31ec0ff2fa45e67"
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flagset"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "0.4.5"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "cdeb3aa5e95cf9aabc17f060cfa0ced7b83f042390760ca53bf09df9968acaa1"
|
2023-07-17 18:57:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "0.2.12"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
|
|
dependencies = [
|
|
|
|
"ff",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
2023-06-25 03:50:21 +08:00
|
|
|
]
|
|
|
|
|
2023-06-20 14:29:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.13.0-pre.3"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "fd5d615ab5c462f96c309b3a00b19f373025a4981312f717f9df5bbd0201530c"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.13.0-pre.3"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "ffd790a0795ee332ed3e8959e5b177beb70d7112eb7d345428ec17427897d5ce"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-06-20 14:29:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2024-04-03 15:40:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hybrid-array"
|
|
|
|
version = "0.2.0-rc.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53668f5da5a41d9eaf4bf7064be46d1ebe6a4e1ceed817f387587b18f2b51047"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
dependencies = [
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
|
2022-08-08 22:53:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "0.2.153"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2023-07-17 18:57:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "0.2.8"
|
2022-08-08 22:53:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2022-08-08 22:53:37 -07:00
|
|
|
|
2023-05-03 16:13:05 -07:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "0.4.21"
|
2023-05-03 16:13:05 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2023-05-03 16:13:05 -07:00
|
|
|
|
2022-06-30 14:50:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "magisk"
|
2022-08-08 22:53:37 -07:00
|
|
|
version = "0.0.0"
|
2022-06-30 14:50:21 -07:00
|
|
|
dependencies = [
|
|
|
|
"base",
|
2023-09-14 13:10:09 -07:00
|
|
|
"bytemuck",
|
2022-06-30 14:50:21 -07:00
|
|
|
"cxx",
|
2023-05-19 15:16:54 -07:00
|
|
|
"cxx-gen",
|
2023-05-09 18:54:38 -07:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
2023-06-23 20:37:06 +08:00
|
|
|
"pb-rs",
|
|
|
|
"quick-protobuf",
|
2022-06-30 14:50:21 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "magiskboot"
|
2022-08-08 22:53:37 -07:00
|
|
|
version = "0.0.0"
|
2022-06-30 14:50:21 -07:00
|
|
|
dependencies = [
|
2023-06-20 21:41:20 +08:00
|
|
|
"argh",
|
2022-06-30 14:50:21 -07:00
|
|
|
"base",
|
2023-09-22 01:39:21 -07:00
|
|
|
"bytemuck",
|
2022-12-13 11:33:16 +08:00
|
|
|
"byteorder",
|
|
|
|
"cxx",
|
2023-05-19 15:16:54 -07:00
|
|
|
"cxx-gen",
|
2023-07-17 18:57:50 -07:00
|
|
|
"der",
|
2023-06-25 03:50:21 +08:00
|
|
|
"digest",
|
2023-09-19 00:12:49 -07:00
|
|
|
"fdt",
|
2023-09-22 01:39:21 -07:00
|
|
|
"num-traits",
|
2023-07-17 18:57:50 -07:00
|
|
|
"p256",
|
|
|
|
"p384",
|
2024-03-29 17:52:12 +08:00
|
|
|
"p521",
|
2023-06-21 00:22:48 +08:00
|
|
|
"pb-rs",
|
|
|
|
"quick-protobuf",
|
2023-07-17 18:57:50 -07:00
|
|
|
"rsa",
|
2023-06-25 03:50:21 +08:00
|
|
|
"sha1",
|
|
|
|
"sha2",
|
2023-06-09 21:43:26 +08:00
|
|
|
"size",
|
2023-07-17 18:57:50 -07:00
|
|
|
"x509-cert",
|
2022-06-30 14:50:21 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "magiskinit"
|
2022-08-08 22:53:37 -07:00
|
|
|
version = "0.0.0"
|
2022-06-30 14:50:21 -07:00
|
|
|
dependencies = [
|
|
|
|
"base",
|
2022-07-05 21:13:09 -07:00
|
|
|
"cxx",
|
2023-05-19 15:16:54 -07:00
|
|
|
"cxx-gen",
|
2023-05-24 19:11:56 -07:00
|
|
|
"magiskpolicy",
|
2022-06-30 14:50:21 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "magiskpolicy"
|
2022-08-08 22:53:37 -07:00
|
|
|
version = "0.0.0"
|
2022-06-30 14:50:21 -07:00
|
|
|
dependencies = [
|
|
|
|
"base",
|
2023-05-24 19:11:56 -07:00
|
|
|
"cxx",
|
|
|
|
"cxx-gen",
|
2022-06-30 14:50:21 -07:00
|
|
|
]
|
|
|
|
|
2023-05-03 16:13:05 -07:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "2.7.2"
|
2023-05-03 16:13:05 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
2023-05-03 16:13:05 -07:00
|
|
|
|
2023-06-21 00:22:48 +08: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-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-05-09 18:54:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
2024-02-27 03:14:26 -08:00
|
|
|
version = "0.4.2"
|
2023-05-09 18:54:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-27 03:14:26 -08:00
|
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
2023-05-09 18:54:38 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-06 13:57:43 -07:00
|
|
|
"syn",
|
2023-05-09 18:54:38 -07:00
|
|
|
]
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-02-27 03:14:26 -08:00
|
|
|
version = "0.1.46"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-27 03:14:26 -08:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2024-02-27 03:14:26 -08:00
|
|
|
version = "0.1.44"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-27 03:14:26 -08:00
|
|
|
checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-05-09 18:54:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-02-27 03:14:26 -08:00
|
|
|
version = "0.2.18"
|
2023-05-09 18:54:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-27 03:14:26 -08:00
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
2023-05-09 18:54:38 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-07-17 18:57:50 -07:00
|
|
|
"libm",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "p256"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.14.0-pre.0"
|
|
|
|
source = "git+https://github.com/RustCrypto/elliptic-curves.git?rev=5d1c252c2defb5808f55329f3e2955ca72d7f8b5#5d1c252c2defb5808f55329f3e2955ca72d7f8b5"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
|
|
|
"primeorder",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "p384"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.14.0-pre"
|
|
|
|
source = "git+https://github.com/RustCrypto/elliptic-curves.git?rev=5d1c252c2defb5808f55329f3e2955ca72d7f8b5#5d1c252c2defb5808f55329f3e2955ca72d7f8b5"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
|
|
|
"primeorder",
|
|
|
|
"sha2",
|
2023-05-09 18:54:38 -07:00
|
|
|
]
|
|
|
|
|
2024-03-29 17:52:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "p521"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.14.0-pre"
|
|
|
|
source = "git+https://github.com/RustCrypto/elliptic-curves.git?rev=5d1c252c2defb5808f55329f3e2955ca72d7f8b5#5d1c252c2defb5808f55329f3e2955ca72d7f8b5"
|
2024-03-29 17:52:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
2024-04-03 15:40:03 -05:00
|
|
|
"primefield",
|
2024-03-29 17:52:12 +08:00
|
|
|
"primeorder",
|
|
|
|
"rand_core",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2022-06-30 14:50:21 -07:00
|
|
|
[[package]]
|
2023-06-21 00:22:48 +08:00
|
|
|
name = "pb-rs"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "git+https://github.com/tafia/quick-protobuf.git?rev=2f37d5a65504de7d716b5b28fd82219501a901a9#2f37d5a65504de7d716b5b28fd82219501a901a9"
|
2023-05-03 16:13:05 -07:00
|
|
|
dependencies = [
|
2023-06-20 21:41:20 +08:00
|
|
|
"clap",
|
2023-06-20 14:29:09 -07:00
|
|
|
"env_logger",
|
2023-06-21 00:22:48 +08:00
|
|
|
"log",
|
|
|
|
"nom",
|
2023-05-03 16:13:05 -07:00
|
|
|
]
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "1.0.0-pre.0"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "76a65e1c27d1680f8805b3f8c9949f08d6aa5d6cbd088c9896e64a53821dc27d"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.8.0-pre.0"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "4f6af6e88ac39402f67488e22faa9eb15cf065f520cf4a09419393691a6d0133"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pkcs8",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.11.0-pre.0"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "935c09e0aecb0cb8f8907b57438b19a068cb74a25189b06724f061170b2465ff"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2024-04-03 15:40:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "primefield"
|
|
|
|
version = "0.14.0-pre"
|
|
|
|
source = "git+https://github.com/RustCrypto/elliptic-curves.git?rev=5d1c252c2defb5808f55329f3e2955ca72d7f8b5#5d1c252c2defb5808f55329f3e2955ca72d7f8b5"
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "primeorder"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.14.0-pre.0"
|
|
|
|
source = "git+https://github.com/RustCrypto/elliptic-curves.git?rev=5d1c252c2defb5808f55329f3e2955ca72d7f8b5#5d1c252c2defb5808f55329f3e2955ca72d7f8b5"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"elliptic-curve",
|
|
|
|
]
|
|
|
|
|
2023-05-03 16:13:05 -07:00
|
|
|
[[package]]
|
2023-06-21 00:22:48 +08:00
|
|
|
name = "proc-macro2"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.0.79"
|
2023-05-03 16:13:05 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
2023-05-03 16:13:05 -07:00
|
|
|
dependencies = [
|
2023-06-21 00:22:48 +08:00
|
|
|
"unicode-ident",
|
2023-05-03 16:13:05 -07:00
|
|
|
]
|
|
|
|
|
2023-06-20 14:29:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2022-12-13 11:33:16 +08:00
|
|
|
[[package]]
|
2023-06-21 00:22:48 +08:00
|
|
|
name = "quick-protobuf"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "git+https://github.com/tafia/quick-protobuf.git?rev=2f37d5a65504de7d716b5b28fd82219501a901a9#2f37d5a65504de7d716b5b28fd82219501a901a9"
|
2022-12-13 11:33:16 +08:00
|
|
|
dependencies = [
|
2023-06-21 00:22:48 +08:00
|
|
|
"byteorder",
|
2022-12-13 11:33:16 +08:00
|
|
|
]
|
|
|
|
|
2022-06-30 14:50:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "1.0.35"
|
2022-06-30 14:50:21 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2022-06-30 14:50:21 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2023-06-20 14:29:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.10.4"
|
2023-06-20 14:29:09 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "0.4.6"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
2023-06-20 14:29:09 -07:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.8.3"
|
2023-06-20 14:29:09 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
2023-07-17 18:57:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rfc6979"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.5.0-pre.3"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "045972f2f66b9467a2f6834b7fd0f9b23ca214b4a8700b880c36edb726e96da6"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.10.0-pre.1"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "43e0089f12e510517c97e1adc17d0f8374efbabdd021dfb7645d6619f85633e9"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"digest",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"sha2",
|
|
|
|
"signature",
|
|
|
|
"spki",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sec1"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.8.0-pre.1"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "02dc081ed777a3bab68583b52ffb8221677b6e90d483b320963a247e2c07f328"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"der",
|
2024-04-03 15:40:03 -05:00
|
|
|
"hybrid-array",
|
2023-07-17 18:57:50 -07:00
|
|
|
"pkcs8",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2023-06-20 14:29:09 -07:00
|
|
|
|
2023-08-17 21:24:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-02-27 03:14:26 -08:00
|
|
|
version = "1.0.197"
|
2023-08-17 21:24:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-27 03:14:26 -08:00
|
|
|
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
2023-08-17 21:24:29 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-02-27 03:14:26 -08:00
|
|
|
version = "1.0.197"
|
2023-08-17 21:24:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-27 03:14:26 -08:00
|
|
|
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
2023-08-17 21:24:29 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-06 13:57:43 -07:00
|
|
|
"syn",
|
2023-08-17 21:24:29 -07:00
|
|
|
]
|
|
|
|
|
2023-06-25 03:50:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.11.0-pre.3"
|
2023-06-25 03:50:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "3885de8cb916f223718c1ccd47a840b91f806333e76002dc5cb3862154b4fed3"
|
2023-06-25 03:50:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.11.0-pre.3"
|
2023-06-25 03:50:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "8f33549bf3064b62478926aa89cbfc7c109aab66ae8f0d5d2ef839e482cc30d6"
|
2023-06-25 03:50:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "2.3.0-pre.3"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "1700c22ba9ce32c7b0a1495068a906c3552e7db386af7cf865162e0dea498523"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2023-06-09 21:43:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "size"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fed904c7fb2856d868b92464fc8fa597fce366edea1a9cbfaa8cb5fe080bd6d"
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.13.2"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-07-17 18:57:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.8.0-pre.0"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "cb2b56670f5ef52934c97efad30bf42585de0c33ec3e2a886e38b80d2db67243"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2023-06-20 14:29:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|
|
|
|
2023-05-09 18:54:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "2.0.58"
|
2022-06-30 14:50:21 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-03 15:40:03 -05:00
|
|
|
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
|
2022-06-30 14:50:21 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-05-19 15:16:54 -07:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "1.4.1"
|
2023-05-19 15:16:54 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2023-05-19 15:16:54 -07:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-06-20 14:29:09 -07: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 11:33:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.0.58"
|
2022-12-13 11:33:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
|
2022-12-13 11:33:16 +08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-03-26 18:03:40 -07:00
|
|
|
version = "1.0.58"
|
2022-12-13 11:33:16 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-26 18:03:40 -07:00
|
|
|
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
2024-02-02 14:35:23 -08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tls_codec"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a"
|
|
|
|
dependencies = [
|
|
|
|
"tls_codec_derive",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tls_codec_derive"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c"
|
2022-12-13 11:33:16 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-06 13:57:43 -07:00
|
|
|
"syn",
|
2022-12-13 11:33:16 +08:00
|
|
|
]
|
|
|
|
|
2023-06-25 03:50:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-09-19 00:12:49 -07:00
|
|
|
version = "1.17.0"
|
2023-06-25 03:50:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 00:12:49 -07:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2023-06-25 03:50:21 +08:00
|
|
|
|
2022-06-30 14:50:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-19 00:12:49 -07:00
|
|
|
version = "1.0.12"
|
2022-06-30 14:50:21 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 00:12:49 -07:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-05-03 16:13:05 -07:00
|
|
|
|
2023-05-19 15:16:54 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "0.1.11"
|
2023-05-19 15:16:54 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2023-05-19 15:16:54 -07:00
|
|
|
|
2024-03-26 18:03:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
|
|
2023-06-20 14:29:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2023-07-17 18:57:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2023-05-19 15:16:54 -07: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"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "0.1.6"
|
2023-05-19 15:16:54 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2023-05-19 15:16:54 -07:00
|
|
|
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-07-17 18:57:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x509-cert"
|
2024-04-03 15:40:03 -05:00
|
|
|
version = "0.3.0-pre"
|
|
|
|
source = "git+https://github.com/RustCrypto/formats.git?rev=809df65b20d61e88afb7f514b5cfdd3d1958a40f#809df65b20d61e88afb7f514b5cfdd3d1958a40f"
|
2023-07-17 18:57:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"der",
|
|
|
|
"spki",
|
2024-02-02 14:35:23 -08:00
|
|
|
"tls_codec",
|
2023-07-17 18:57:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-02-02 14:35:23 -08:00
|
|
|
version = "1.7.0"
|
2023-07-17 18:57:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 14:35:23 -08:00
|
|
|
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|