2020-12-22 19:33:47 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2021-04-11 20:44:27 +00:00
|
|
|
version = 3
|
|
|
|
|
|
2021-05-31 00:09:34 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "Inflector"
|
|
|
|
|
version = "0.11.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
|
|
2021-07-14 23:29:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "aliasable"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
|
|
|
|
|
|
2022-08-09 22:58:19 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "android_system_properties"
|
2022-08-30 12:27:17 +00:00
|
|
|
version = "0.1.5"
|
2022-08-09 22:58:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 12:27:17 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-09 22:58:19 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2021-04-11 20:44:27 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "asn1"
|
2022-11-27 20:39:19 +00:00
|
|
|
version = "0.13.0"
|
2021-04-11 20:44:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 20:39:19 +00:00
|
|
|
checksum = "2affba5e62ee09eeba078f01a00c4aed45ac4287e091298eccbb0d4802efbdc5"
|
2021-04-11 20:44:27 +00:00
|
|
|
dependencies = [
|
2021-05-03 16:10:32 +00:00
|
|
|
"asn1_derive",
|
2021-04-11 20:44:27 +00:00
|
|
|
"chrono",
|
|
|
|
|
]
|
|
|
|
|
|
2021-05-03 16:10:32 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "asn1_derive"
|
2022-11-27 20:39:19 +00:00
|
|
|
version = "0.13.0"
|
2021-05-03 16:10:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 20:39:19 +00:00
|
|
|
checksum = "bfab79c195875e5aef2bd20b4c8ed8d43ef9610bcffefbbcf66f88f555cc78af"
|
2021-05-03 16:10:32 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2021-04-11 20:44:27 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2022-02-08 01:21:13 +00:00
|
|
|
version = "1.1.0"
|
2021-04-11 20:44:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-08 01:21:13 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-04-11 20:44:27 +00:00
|
|
|
|
2021-07-25 22:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
2022-10-22 23:44:25 +00:00
|
|
|
version = "0.13.1"
|
2021-07-25 22:03:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 23:44:25 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-07-25 22:03:14 +00:00
|
|
|
|
2021-02-13 19:35:56 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2021-08-16 12:41:31 +00:00
|
|
|
version = "1.3.2"
|
2021-02-13 19:35:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-16 12:41:31 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-02-13 19:35:56 +00:00
|
|
|
|
2022-08-04 23:39:54 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
2023-03-24 13:36:14 +00:00
|
|
|
version = "3.12.0"
|
2022-08-04 23:39:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 13:36:14 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2022-08-04 23:39:54 +00:00
|
|
|
|
2022-10-09 14:00:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2023-01-29 15:32:20 +00:00
|
|
|
version = "1.0.79"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 15:32:20 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2022-10-09 14:00:06 +00:00
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
2021-04-11 20:44:27 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "chrono"
|
2023-03-13 03:22:07 +00:00
|
|
|
version = "0.4.24"
|
2021-04-11 20:44:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 03:22:07 +00:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2021-04-11 20:44:27 +00:00
|
|
|
dependencies = [
|
2022-08-09 22:58:19 +00:00
|
|
|
"iana-time-zone",
|
2021-04-11 20:44:27 +00:00
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
2021-10-25 00:19:53 +00:00
|
|
|
"winapi",
|
2021-04-11 20:44:27 +00:00
|
|
|
]
|
|
|
|
|
|
2022-10-09 14:00:06 +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",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-09 22:58:19 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
|
version = "0.8.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cryptography-rust"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2021-04-11 20:44:27 +00:00
|
|
|
"asn1",
|
2023-03-15 05:06:16 +00:00
|
|
|
"cc",
|
2021-06-09 04:25:07 +00:00
|
|
|
"chrono",
|
2023-03-24 03:48:40 +00:00
|
|
|
"foreign-types-shared",
|
2022-05-27 21:11:53 +00:00
|
|
|
"once_cell",
|
2023-03-15 05:06:16 +00:00
|
|
|
"openssl",
|
|
|
|
|
"openssl-sys",
|
2021-05-31 00:09:34 +00:00
|
|
|
"ouroboros",
|
2021-07-25 22:03:14 +00:00
|
|
|
"pem",
|
2020-12-22 19:33:47 +00:00
|
|
|
"pyo3",
|
|
|
|
|
]
|
|
|
|
|
|
2022-10-09 14:00:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cxx"
|
2023-03-22 22:03:50 +00:00
|
|
|
version = "1.0.86"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 22:03:50 +00:00
|
|
|
checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"
|
2022-10-09 14:00:06 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"cxxbridge-flags",
|
|
|
|
|
"cxxbridge-macro",
|
|
|
|
|
"link-cplusplus",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cxx-build"
|
2023-03-22 22:03:50 +00:00
|
|
|
version = "1.0.86"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 22:03:50 +00:00
|
|
|
checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"
|
2022-10-09 14:00:06 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"codespan-reporting",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"scratch",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cxxbridge-flags"
|
2023-03-22 22:03:50 +00:00
|
|
|
version = "1.0.86"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 22:03:50 +00:00
|
|
|
checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"
|
2022-10-09 14:00:06 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cxxbridge-macro"
|
2023-03-22 22:03:50 +00:00
|
|
|
version = "1.0.86"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 22:03:50 +00:00
|
|
|
checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"
|
2022-10-09 14:00:06 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-15 05:06:16 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"foreign-types-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
2022-08-09 22:58:19 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone"
|
2023-03-30 13:09:44 +00:00
|
|
|
version = "0.1.55"
|
2022-08-09 22:58:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 13:09:44 +00:00
|
|
|
checksum = "716f12fbcfac6ffab0a5e9ec51d0a0ff70503742bb2dc7b99396394c9dc323f0"
|
2022-08-09 22:58:19 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"android_system_properties",
|
2022-08-11 22:22:08 +00:00
|
|
|
"core-foundation-sys",
|
2022-10-09 14:00:06 +00:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-09 22:58:19 +00:00
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
2023-03-21 13:10:44 +00:00
|
|
|
"windows",
|
2022-08-09 22:58:19 +00:00
|
|
|
]
|
|
|
|
|
|
2022-10-09 14:00:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone-haiku"
|
2022-10-18 00:43:34 +00:00
|
|
|
version = "0.1.1"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-18 00:43:34 +00:00
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
2022-10-09 14:00:06 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cxx",
|
|
|
|
|
"cxx-build",
|
|
|
|
|
]
|
|
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "indoc"
|
2023-03-25 02:24:38 +00:00
|
|
|
version = "1.0.9"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 02:24:38 +00:00
|
|
|
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
|
2020-12-22 19:33:47 +00:00
|
|
|
|
2022-08-04 23:39:54 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2023-02-02 13:28:25 +00:00
|
|
|
version = "0.3.61"
|
2022-08-04 23:39:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 13:28:25 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2022-08-04 23:39:54 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2023-03-10 13:11:38 +00:00
|
|
|
version = "0.2.140"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 13:11:38 +00:00
|
|
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
2020-12-22 19:33:47 +00:00
|
|
|
|
2022-10-09 14:00:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "link-cplusplus"
|
2022-12-20 12:28:07 +00:00
|
|
|
version = "1.0.8"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-20 12:28:07 +00:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2022-10-09 14:00:06 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2022-09-21 01:27:56 +00:00
|
|
|
version = "0.4.9"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 01:27:56 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
2022-03-30 17:31:32 +00:00
|
|
|
"autocfg",
|
2020-12-22 19:33:47 +00:00
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-04 23:39:54 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
|
|
|
|
version = "0.4.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-24 21:23:13 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2021-04-11 20:44:27 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-integer"
|
2022-05-02 13:18:18 +00:00
|
|
|
version = "0.1.45"
|
2021-04-11 20:44:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 13:18:18 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-04-11 20:44:27 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-traits"
|
2022-05-03 04:07:21 +00:00
|
|
|
version = "0.2.15"
|
2021-04-11 20:44:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 04:07:21 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-04-11 20:44:27 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2021-07-04 23:01:10 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2023-03-24 13:36:14 +00:00
|
|
|
version = "1.17.1"
|
2021-07-04 23:01:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 13:36:14 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2021-07-04 23:01:10 +00:00
|
|
|
|
2023-03-15 05:06:16 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "openssl"
|
2023-03-24 02:16:38 +00:00
|
|
|
version = "0.10.48"
|
2023-03-15 05:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 02:16:38 +00:00
|
|
|
checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
|
2023-03-15 05:06:16 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"openssl-macros",
|
|
|
|
|
"openssl-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-macros"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-sys"
|
2023-03-24 02:16:38 +00:00
|
|
|
version = "0.9.83"
|
2023-03-15 05:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 02:16:38 +00:00
|
|
|
checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
|
2023-03-15 05:06:16 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"vcpkg",
|
|
|
|
|
]
|
|
|
|
|
|
2021-05-31 00:09:34 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "ouroboros"
|
2023-02-16 13:43:32 +00:00
|
|
|
version = "0.15.6"
|
2021-05-31 00:09:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 13:43:32 +00:00
|
|
|
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
|
2021-05-31 00:09:34 +00:00
|
|
|
dependencies = [
|
2021-07-14 23:29:44 +00:00
|
|
|
"aliasable",
|
2021-05-31 00:09:34 +00:00
|
|
|
"ouroboros_macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ouroboros_macro"
|
2023-02-16 13:43:32 +00:00
|
|
|
version = "0.15.6"
|
2021-05-31 00:09:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 13:43:32 +00:00
|
|
|
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
|
2021-05-31 00:09:34 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"Inflector",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
2023-03-25 01:59:22 +00:00
|
|
|
version = "0.12.1"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 01:59:22 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
2023-03-25 01:59:22 +00:00
|
|
|
version = "0.9.7"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 01:59:22 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"smallvec",
|
2023-03-25 01:59:22 +00:00
|
|
|
"windows-sys",
|
2020-12-22 19:33:47 +00:00
|
|
|
]
|
|
|
|
|
|
2021-07-25 22:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "pem"
|
2023-01-11 13:49:47 +00:00
|
|
|
version = "1.1.1"
|
2021-07-25 22:03:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 13:49:47 +00:00
|
|
|
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
2021-07-25 22:03:14 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"base64",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-15 05:06:16 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
2023-03-15 13:14:41 +00:00
|
|
|
version = "0.3.26"
|
2023-03-15 05:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 13:14:41 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2023-03-15 05:06:16 +00:00
|
|
|
|
2021-05-31 00:09:34 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2023-03-26 23:52:12 +00:00
|
|
|
version = "1.0.54"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 23:52:12 +00:00
|
|
|
checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
2022-05-17 12:21:43 +00:00
|
|
|
"unicode-ident",
|
2020-12-22 19:33:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3"
|
2023-03-25 01:59:33 +00:00
|
|
|
version = "0.18.2"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 01:59:33 +00:00
|
|
|
checksum = "cfb848f80438f926a9ebddf0a539ed6065434fd7aae03a89312a9821f81b8501"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"indoc",
|
|
|
|
|
"libc",
|
2023-03-24 21:23:13 +00:00
|
|
|
"memoffset",
|
2020-12-22 19:33:47 +00:00
|
|
|
"parking_lot",
|
2021-07-04 23:01:10 +00:00
|
|
|
"pyo3-build-config",
|
2023-03-24 21:23:13 +00:00
|
|
|
"pyo3-ffi",
|
2020-12-22 19:33:47 +00:00
|
|
|
"pyo3-macros",
|
|
|
|
|
"unindent",
|
|
|
|
|
]
|
|
|
|
|
|
2021-07-04 23:01:10 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3-build-config"
|
2023-03-25 01:59:33 +00:00
|
|
|
version = "0.18.2"
|
2021-07-04 23:01:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 01:59:33 +00:00
|
|
|
checksum = "98a42e7f42e917ce6664c832d5eee481ad514c98250c49e0b03b20593e2c7ed0"
|
2021-07-04 23:01:10 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
2023-03-24 21:23:13 +00:00
|
|
|
"target-lexicon",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3-ffi"
|
2023-03-25 01:59:33 +00:00
|
|
|
version = "0.18.2"
|
2023-03-24 21:23:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 01:59:33 +00:00
|
|
|
checksum = "a0707f0ab26826fe4ccd59b69106e9df5e12d097457c7b8f9c0fd1d2743eec4d"
|
2023-03-24 21:23:13 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"pyo3-build-config",
|
2021-07-04 23:01:10 +00:00
|
|
|
]
|
|
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3-macros"
|
2023-03-25 01:59:33 +00:00
|
|
|
version = "0.18.2"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 01:59:33 +00:00
|
|
|
checksum = "978d18e61465ecd389e1f235ff5a467146dc4e3c3968b90d274fe73a5dd4a438"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
2023-03-24 21:23:13 +00:00
|
|
|
"proc-macro2",
|
2020-12-22 19:33:47 +00:00
|
|
|
"pyo3-macros-backend",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3-macros-backend"
|
2023-03-25 01:59:33 +00:00
|
|
|
version = "0.18.2"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 01:59:33 +00:00
|
|
|
checksum = "8e0e1128f85ce3fca66e435e08aa2089a2689c1c48ce97803e13f63124058462"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2023-03-14 12:39:19 +00:00
|
|
|
version = "1.0.26"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-14 12:39:19 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2022-07-27 12:21:39 +00:00
|
|
|
version = "0.2.16"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 12:21:39 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-02-13 19:35:56 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
2020-12-22 19:33:47 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
2022-10-09 14:00:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "scratch"
|
2023-03-06 01:06:01 +00:00
|
|
|
version = "1.0.5"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 01:06:01 +00:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2022-10-09 14:00:06 +00:00
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2022-10-03 12:27:18 +00:00
|
|
|
version = "1.10.0"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-03 12:27:18 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-12-22 19:33:47 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2023-02-24 12:26:19 +00:00
|
|
|
version = "1.0.109"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 12:26:19 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2022-05-17 13:25:34 +00:00
|
|
|
"unicode-ident",
|
2020-12-22 19:33:47 +00:00
|
|
|
]
|
|
|
|
|
|
2023-03-24 21:23:13 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "target-lexicon"
|
2023-03-25 02:28:29 +00:00
|
|
|
version = "0.12.6"
|
2023-03-24 21:23:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 02:28:29 +00:00
|
|
|
checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5"
|
2023-03-24 21:23:13 +00:00
|
|
|
|
2022-10-09 14:00:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "termcolor"
|
2023-01-15 15:51:35 +00:00
|
|
|
version = "1.2.0"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-15 15:51:35 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2022-10-09 14:00:06 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"winapi-util",
|
|
|
|
|
]
|
|
|
|
|
|
2022-05-17 12:21:43 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2023-03-06 00:48:34 +00:00
|
|
|
version = "1.0.8"
|
2022-05-17 12:21:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 00:48:34 +00:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-05-17 12:21:43 +00:00
|
|
|
|
2022-10-09 14:00:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
|
|
|
|
version = "0.1.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "unindent"
|
2022-12-19 12:43:10 +00:00
|
|
|
version = "0.1.11"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 12:43:10 +00:00
|
|
|
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
|
2020-12-22 19:33:47 +00:00
|
|
|
|
2023-03-15 05:06:16 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "vcpkg"
|
|
|
|
|
version = "0.2.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
2021-05-31 00:09:34 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
2021-12-29 12:41:58 +00:00
|
|
|
version = "0.9.4"
|
2021-05-31 00:09:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 12:41:58 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-05-31 00:09:34 +00:00
|
|
|
|
2022-08-04 23:39:54 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2023-02-02 13:28:25 +00:00
|
|
|
version = "0.2.84"
|
2022-08-04 23:39:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 13:28:25 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2022-08-04 23:39:54 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-02 13:28:25 +00:00
|
|
|
version = "0.2.84"
|
2022-08-04 23:39:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 13:28:25 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2022-08-04 23:39:54 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"log",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-02 13:28:25 +00:00
|
|
|
version = "0.2.84"
|
2022-08-04 23:39:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 13:28:25 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2022-08-04 23:39:54 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-02 13:28:25 +00:00
|
|
|
version = "0.2.84"
|
2022-08-04 23:39:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 13:28:25 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2022-08-04 23:39:54 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-02 13:28:25 +00:00
|
|
|
version = "0.2.84"
|
2022-08-04 23:39:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 13:28:25 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2022-08-04 23:39:54 +00:00
|
|
|
|
2020-12-22 19:33:47 +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"
|
|
|
|
|
|
2022-10-09 14:00:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[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-03-21 13:10:44 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows"
|
2023-03-30 13:09:44 +00:00
|
|
|
version = "0.47.0"
|
2023-03-21 13:10:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 13:09:44 +00:00
|
|
|
checksum = "2649ff315bee4c98757f15dac226efe3d81927adbb6e882084bb1ee3e0c330a7"
|
2023-03-21 13:10:44 +00:00
|
|
|
dependencies = [
|
2023-03-30 13:09:44 +00:00
|
|
|
"windows-targets 0.47.0",
|
2023-03-21 13:10:44 +00:00
|
|
|
]
|
|
|
|
|
|
2023-03-25 01:59:22 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.45.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
|
dependencies = [
|
2023-03-30 13:09:44 +00:00
|
|
|
"windows-targets 0.42.2",
|
2023-03-25 01:59:22 +00:00
|
|
|
]
|
|
|
|
|
|
2023-03-21 13:10:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
|
dependencies = [
|
2023-03-30 13:09:44 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.47.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2f8996d3f43b4b2d44327cd71b7b0efd1284ab60e6e9d0e8b630e18555d87d3e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm 0.47.0",
|
|
|
|
|
"windows_aarch64_msvc 0.47.0",
|
|
|
|
|
"windows_i686_gnu 0.47.0",
|
|
|
|
|
"windows_i686_msvc 0.47.0",
|
|
|
|
|
"windows_x86_64_gnu 0.47.0",
|
|
|
|
|
"windows_x86_64_gnullvm 0.47.0",
|
|
|
|
|
"windows_x86_64_msvc 0.47.0",
|
2023-03-21 13:10:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
2023-03-30 13:09:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.47.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "831d567d53d4f3cb1db332b68e6e2b6260228eb4d99a777d8b2e8ed794027c90"
|
|
|
|
|
|
2023-03-21 13:10:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
|
2023-03-30 13:09:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.47.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6a42d54a417c60ce4f0e31661eed628f0fa5aca73448c093ec4d45fab4c51cdf"
|
|
|
|
|
|
2023-03-21 13:10:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
|
2023-03-30 13:09:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.47.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c1925beafdbb22201a53a483db861a5644123157c1c3cee83323a2ed565d71e3"
|
|
|
|
|
|
2023-03-21 13:10:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
|
|
2023-03-30 13:09:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.47.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3a8ef8f2f1711b223947d9b69b596cf5a4e452c930fb58b6fc3fdae7d0ec6b31"
|
|
|
|
|
|
2023-03-21 13:10:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
|
2023-03-30 13:09:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.47.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7acaa0c2cf0d2ef99b61c308a0c3dbae430a51b7345dedec470bd8f53f5a3642"
|
|
|
|
|
|
2023-03-21 13:10:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
2023-03-30 13:09:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.47.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e5a0628f71be1d11e17ca4a0e9e15b3a5180f6fbf1c2d55e3ba3f850378052c1"
|
|
|
|
|
|
2023-03-21 13:10:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2023-03-30 13:09:44 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.47.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9d6e62c256dc6d40b8c8707df17df8d774e60e39db723675241e7c15e910bce7"
|