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
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "asn1"
|
2023-06-15 19:03:09 +00:00
|
|
|
version = "0.15.4"
|
2021-04-11 20:44:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 19:03:09 +00:00
|
|
|
checksum = "de594fb2adce376d7955c41e273e1ba22b0476b8763c383362b99c3d78fee593"
|
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
|
|
|
]
|
|
|
|
|
|
2021-05-03 16:10:32 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "asn1_derive"
|
2023-06-15 18:49:35 +00:00
|
|
|
version = "0.15.4"
|
2021-05-03 16:10:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 18:49:35 +00:00
|
|
|
checksum = "fc6da21a2122ddd982cab7a7a73b961d12398e96c2faae5cd4d62593a5e7342f"
|
2021-05-03 16:10:32 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-05-29 06:04:28 +00:00
|
|
|
"syn 2.0.18",
|
2021-05-03 16:10:32 +00:00
|
|
|
]
|
|
|
|
|
|
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"
|
2023-08-02 23:15:07 +00:00
|
|
|
version = "0.21.2"
|
2021-07-25 22:03:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-02 23:15:07 +00:00
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
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-10-09 14:00:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2023-08-07 12:54:32 +00:00
|
|
|
version = "1.0.82"
|
2022-10-09 14:00:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 12:54:32 +00:00
|
|
|
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
|
2023-08-02 12:11:13 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
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"
|
|
|
|
|
|
2023-04-24 15:14:43 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cryptography-cffi"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"openssl-sys",
|
|
|
|
|
"pyo3",
|
|
|
|
|
]
|
|
|
|
|
|
2023-04-22 18:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cryptography-openssl"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"foreign-types-shared",
|
|
|
|
|
"openssl",
|
|
|
|
|
"openssl-sys",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
2023-04-24 15:14:43 +00:00
|
|
|
"cryptography-cffi",
|
2023-04-22 18:20:57 +00:00
|
|
|
"cryptography-openssl",
|
2023-04-16 21:45:25 +00:00
|
|
|
"cryptography-x509",
|
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-07-25 22:03:14 +00:00
|
|
|
"pem",
|
2020-12-22 19:33:47 +00:00
|
|
|
"pyo3",
|
2023-06-12 10:23:06 +00:00
|
|
|
"self_cell",
|
2020-12-22 19:33:47 +00:00
|
|
|
]
|
|
|
|
|
|
2023-04-16 21:45:25 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cryptography-x509"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"asn1",
|
|
|
|
|
]
|
|
|
|
|
|
2023-07-26 11:13:03 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cryptography-x509-validation"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"asn1",
|
|
|
|
|
"cryptography-x509",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2023-06-26 04:32:57 +00:00
|
|
|
version = "0.2.147"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 04:32:57 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2020-12-22 19:33:47 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2023-06-06 00:55:57 +00:00
|
|
|
version = "0.4.10"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:55:57 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-24 21:23:13 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
2023-05-31 20:27:10 +00:00
|
|
|
version = "0.9.0"
|
2023-03-24 21:23:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 20:27:10 +00:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2023-03-24 21:23:13 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2021-07-04 23:01:10 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2023-08-02 23:15:07 +00:00
|
|
|
version = "1.18.0"
|
2021-07-04 23:01:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-02 23:15:07 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2021-07-04 23:01:10 +00:00
|
|
|
|
2023-03-15 05:06:16 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "openssl"
|
2023-08-06 13:51:48 +00:00
|
|
|
version = "0.10.56"
|
2023-03-15 05:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-06 13:51:48 +00:00
|
|
|
checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e"
|
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"
|
2023-04-01 14:17:25 +00:00
|
|
|
version = "0.1.1"
|
2023-03-15 05:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 14:17:25 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2023-03-15 05:06:16 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-05-29 06:04:28 +00:00
|
|
|
"syn 2.0.18",
|
2023-03-15 05:06:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-sys"
|
2023-08-06 13:34:18 +00:00
|
|
|
version = "0.9.91"
|
2023-03-15 05:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-06 13:34:18 +00:00
|
|
|
checksum = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac"
|
2023-03-15 05:06:16 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"vcpkg",
|
|
|
|
|
]
|
|
|
|
|
|
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-06-06 00:48:04 +00:00
|
|
|
version = "0.9.8"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:48:04 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"smallvec",
|
2023-06-06 00:48:04 +00:00
|
|
|
"windows-targets",
|
2020-12-22 19:33:47 +00:00
|
|
|
]
|
|
|
|
|
|
2021-07-25 22:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "pem"
|
2023-08-02 23:15:07 +00:00
|
|
|
version = "3.0.1"
|
2021-07-25 22:03:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-02 23:15:07 +00:00
|
|
|
checksum = "ed3127afbfc30b4cad60c34aeb741fb562a808642b81142bcf4afb73142da960"
|
2021-07-25 22:03:14 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"base64",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-15 05:06:16 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
2023-05-03 13:07:10 +00:00
|
|
|
version = "0.3.27"
|
2023-03-15 05:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-03 13:07:10 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2023-03-15 05:06:16 +00:00
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2023-07-17 12:55:53 +00:00
|
|
|
version = "1.0.66"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 12:55:53 +00:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
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-08-01 12:44:36 +00:00
|
|
|
version = "0.19.2"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 12:44:36 +00:00
|
|
|
checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
|
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-08-01 12:44:36 +00:00
|
|
|
version = "0.19.2"
|
2021-07-04 23:01:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 12:44:36 +00:00
|
|
|
checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
|
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-08-01 12:44:36 +00:00
|
|
|
version = "0.19.2"
|
2023-03-24 21:23:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 12:44:36 +00:00
|
|
|
checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
|
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-08-01 12:44:36 +00:00
|
|
|
version = "0.19.2"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 12:44:36 +00:00
|
|
|
checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
|
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",
|
2023-04-01 14:17:25 +00:00
|
|
|
"syn 1.0.109",
|
2020-12-22 19:33:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3-macros-backend"
|
2023-08-01 12:44:36 +00:00
|
|
|
version = "0.19.2"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 12:44:36 +00:00
|
|
|
checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-04-01 14:17:25 +00:00
|
|
|
"syn 1.0.109",
|
2020-12-22 19:33:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2023-07-24 18:14:34 +00:00
|
|
|
version = "1.0.32"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 18:14:34 +00:00
|
|
|
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
2020-12-22 19:33:47 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2023-06-06 00:48:04 +00:00
|
|
|
version = "0.3.5"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:48:04 +00:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2021-02-13 19:35:56 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
2020-12-22 19:33:47 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
2023-07-18 13:53:44 +00:00
|
|
|
version = "1.2.0"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 13:53:44 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2020-12-22 19:33:47 +00:00
|
|
|
|
2023-06-12 10:23:06 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "self_cell"
|
2023-06-13 13:10:35 +00:00
|
|
|
version = "1.0.1"
|
2023-06-12 10:23:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:10:35 +00:00
|
|
|
checksum = "4c309e515543e67811222dbc9e3dd7e1056279b782e1dacffe4242b718734fb6"
|
2023-06-12 10:23:06 +00:00
|
|
|
|
2020-12-22 19:33:47 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2023-07-06 03:18:28 +00:00
|
|
|
version = "1.11.0"
|
2020-12-22 19:33:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-06 03:18:28 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
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-04-01 14:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2023-05-29 06:04:28 +00:00
|
|
|
version = "2.0.18"
|
2023-04-01 14:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-29 06:04:28 +00:00
|
|
|
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
2023-04-01 14:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2023-03-24 21:23:13 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "target-lexicon"
|
2023-08-01 12:58:21 +00:00
|
|
|
version = "0.12.11"
|
2023-03-24 21:23:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-01 12:58:21 +00:00
|
|
|
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
|
2023-03-24 21:23:13 +00:00
|
|
|
|
2022-05-17 12:21:43 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2023-07-15 12:35:04 +00:00
|
|
|
version = "1.0.11"
|
2022-05-17 12:21:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 12:35:04 +00:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2022-05-17 12:21:43 +00:00
|
|
|
|
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"
|
|
|
|
|
|
2023-03-21 13:10:44 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
2023-06-28 23:30:58 +00:00
|
|
|
version = "0.48.1"
|
2023-03-21 13:10:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-28 23:30:58 +00:00
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2023-03-21 13:10:44 +00:00
|
|
|
dependencies = [
|
2023-04-01 21:19:25 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
|
"windows_i686_gnu",
|
|
|
|
|
"windows_i686_msvc",
|
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
|
"windows_x86_64_msvc",
|
2023-03-21 13:10:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-06-06 00:48:04 +00:00
|
|
|
version = "0.48.0"
|
2023-03-21 13:10:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:48:04 +00:00
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2023-03-21 13:10:44 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-06-06 00:48:04 +00:00
|
|
|
version = "0.48.0"
|
2023-03-21 13:10:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:48:04 +00:00
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2023-03-21 13:10:44 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
2023-06-06 00:48:04 +00:00
|
|
|
version = "0.48.0"
|
2023-03-21 13:10:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:48:04 +00:00
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
2023-03-21 13:10:44 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
2023-06-06 00:48:04 +00:00
|
|
|
version = "0.48.0"
|
2023-03-21 13:10:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:48:04 +00:00
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2023-03-21 13:10:44 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-06-06 00:48:04 +00:00
|
|
|
version = "0.48.0"
|
2023-03-21 13:10:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:48:04 +00:00
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2023-03-21 13:10:44 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-06-06 00:48:04 +00:00
|
|
|
version = "0.48.0"
|
2023-03-21 13:10:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:48:04 +00:00
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2023-03-21 13:10:44 +00:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-06-06 00:48:04 +00:00
|
|
|
version = "0.48.0"
|
2023-03-21 13:10:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-06 00:48:04 +00:00
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|