1372 lines
34 KiB
Plaintext
1372 lines
34 KiB
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "addr2line"
|
||
|
version = "0.24.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
||
|
dependencies = [
|
||
|
"gimli",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "adler2"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
||
|
|
||
|
[[package]]
|
||
|
name = "atomic-waker"
|
||
|
version = "1.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "autocfg"
|
||
|
version = "1.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
||
|
|
||
|
[[package]]
|
||
|
name = "backtrace"
|
||
|
version = "0.3.74"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
||
|
dependencies = [
|
||
|
"addr2line",
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"miniz_oxide",
|
||
|
"object",
|
||
|
"rustc-demangle",
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64"
|
||
|
version = "0.22.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "2.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bumpalo"
|
||
|
version = "3.16.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "byteorder"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bytes"
|
||
|
version = "1.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cc"
|
||
|
version = "1.1.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
||
|
dependencies = [
|
||
|
"shlex",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg-if"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-foundation"
|
||
|
version = "0.9.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
||
|
dependencies = [
|
||
|
"core-foundation-sys",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "core-foundation-sys"
|
||
|
version = "0.8.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "encoding_rs"
|
||
|
version = "0.8.34"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "equivalent"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "errno"
|
||
|
version = "0.3.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fastrand"
|
||
|
version = "2.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "fnv"
|
||
|
version = "1.0.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
||
|
|
||
|
[[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"
|
||
|
|
||
|
[[package]]
|
||
|
name = "form_urlencoded"
|
||
|
version = "1.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
||
|
dependencies = [
|
||
|
"percent-encoding",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-channel"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-core"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-sink"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-task"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-util"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
"futures-task",
|
||
|
"pin-project-lite",
|
||
|
"pin-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "getrandom"
|
||
|
version = "0.2.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"wasi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "gimli"
|
||
|
version = "0.31.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "h2"
|
||
|
version = "0.4.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
||
|
dependencies = [
|
||
|
"atomic-waker",
|
||
|
"bytes",
|
||
|
"fnv",
|
||
|
"futures-core",
|
||
|
"futures-sink",
|
||
|
"http",
|
||
|
"indexmap",
|
||
|
"slab",
|
||
|
"tokio",
|
||
|
"tokio-util",
|
||
|
"tracing",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hashbrown"
|
||
|
version = "0.15.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hermit-abi"
|
||
|
version = "0.3.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
||
|
|
||
|
[[package]]
|
||
|
name = "http"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"fnv",
|
||
|
"itoa",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "http-body"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"http",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "http-body-util"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"futures-util",
|
||
|
"http",
|
||
|
"http-body",
|
||
|
"pin-project-lite",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "httparse"
|
||
|
version = "1.9.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"futures-channel",
|
||
|
"futures-util",
|
||
|
"h2",
|
||
|
"http",
|
||
|
"http-body",
|
||
|
"httparse",
|
||
|
"itoa",
|
||
|
"pin-project-lite",
|
||
|
"smallvec",
|
||
|
"tokio",
|
||
|
"want",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper-rustls"
|
||
|
version = "0.27.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
||
|
dependencies = [
|
||
|
"futures-util",
|
||
|
"http",
|
||
|
"hyper",
|
||
|
"hyper-util",
|
||
|
"rustls",
|
||
|
"rustls-pki-types",
|
||
|
"tokio",
|
||
|
"tokio-rustls",
|
||
|
"tower-service",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper-tls"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"http-body-util",
|
||
|
"hyper",
|
||
|
"hyper-util",
|
||
|
"native-tls",
|
||
|
"tokio",
|
||
|
"tokio-native-tls",
|
||
|
"tower-service",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hyper-util"
|
||
|
version = "0.1.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"futures-channel",
|
||
|
"futures-util",
|
||
|
"http",
|
||
|
"http-body",
|
||
|
"hyper",
|
||
|
"pin-project-lite",
|
||
|
"socket2",
|
||
|
"tokio",
|
||
|
"tower-service",
|
||
|
"tracing",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "idna"
|
||
|
version = "0.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
||
|
dependencies = [
|
||
|
"unicode-bidi",
|
||
|
"unicode-normalization",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "indexmap"
|
||
|
version = "2.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
||
|
dependencies = [
|
||
|
"equivalent",
|
||
|
"hashbrown",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ipnet"
|
||
|
version = "2.10.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
||
|
|
||
|
[[package]]
|
||
|
name = "itoa"
|
||
|
version = "1.0.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "js-sys"
|
||
|
version = "0.3.72"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
||
|
dependencies = [
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "lain2"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"num_cpus",
|
||
|
"rand",
|
||
|
"reqwest",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.161"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "linux-raw-sys"
|
||
|
version = "0.4.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lock_api"
|
||
|
version = "0.4.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"scopeguard",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "log"
|
||
|
version = "0.4.22"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||
|
|
||
|
[[package]]
|
||
|
name = "memchr"
|
||
|
version = "2.7.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "mime"
|
||
|
version = "0.3.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "miniz_oxide"
|
||
|
version = "0.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
||
|
dependencies = [
|
||
|
"adler2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "mio"
|
||
|
version = "1.0.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
||
|
dependencies = [
|
||
|
"hermit-abi",
|
||
|
"libc",
|
||
|
"wasi",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "native-tls"
|
||
|
version = "0.2.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"log",
|
||
|
"openssl",
|
||
|
"openssl-probe",
|
||
|
"openssl-sys",
|
||
|
"schannel",
|
||
|
"security-framework",
|
||
|
"security-framework-sys",
|
||
|
"tempfile",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num_cpus"
|
||
|
version = "1.16.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
||
|
dependencies = [
|
||
|
"hermit-abi",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "object"
|
||
|
version = "0.36.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "once_cell"
|
||
|
version = "1.20.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
||
|
|
||
|
[[package]]
|
||
|
name = "openssl"
|
||
|
version = "0.10.68"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"cfg-if",
|
||
|
"foreign-types",
|
||
|
"libc",
|
||
|
"once_cell",
|
||
|
"openssl-macros",
|
||
|
"openssl-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "openssl-macros"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "openssl-probe"
|
||
|
version = "0.1.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
||
|
|
||
|
[[package]]
|
||
|
name = "openssl-sys"
|
||
|
version = "0.9.104"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"libc",
|
||
|
"pkg-config",
|
||
|
"vcpkg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking_lot"
|
||
|
version = "0.12.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
||
|
dependencies = [
|
||
|
"lock_api",
|
||
|
"parking_lot_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking_lot_core"
|
||
|
version = "0.9.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"redox_syscall",
|
||
|
"smallvec",
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "percent-encoding"
|
||
|
version = "2.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-project-lite"
|
||
|
version = "0.2.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-utils"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pkg-config"
|
||
|
version = "0.3.31"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
||
|
|
||
|
[[package]]
|
||
|
name = "ppv-lite86"
|
||
|
version = "0.2.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
||
|
dependencies = [
|
||
|
"zerocopy",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro2"
|
||
|
version = "1.0.89"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
||
|
dependencies = [
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quote"
|
||
|
version = "1.0.37"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand"
|
||
|
version = "0.8.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"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",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "redox_syscall"
|
||
|
version = "0.5.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "reqwest"
|
||
|
version = "0.12.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
|
||
|
dependencies = [
|
||
|
"base64",
|
||
|
"bytes",
|
||
|
"encoding_rs",
|
||
|
"futures-core",
|
||
|
"futures-util",
|
||
|
"h2",
|
||
|
"http",
|
||
|
"http-body",
|
||
|
"http-body-util",
|
||
|
"hyper",
|
||
|
"hyper-rustls",
|
||
|
"hyper-tls",
|
||
|
"hyper-util",
|
||
|
"ipnet",
|
||
|
"js-sys",
|
||
|
"log",
|
||
|
"mime",
|
||
|
"native-tls",
|
||
|
"once_cell",
|
||
|
"percent-encoding",
|
||
|
"pin-project-lite",
|
||
|
"rustls-pemfile",
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
"serde_urlencoded",
|
||
|
"sync_wrapper",
|
||
|
"system-configuration",
|
||
|
"tokio",
|
||
|
"tokio-native-tls",
|
||
|
"tower-service",
|
||
|
"url",
|
||
|
"wasm-bindgen",
|
||
|
"wasm-bindgen-futures",
|
||
|
"web-sys",
|
||
|
"windows-registry",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ring"
|
||
|
version = "0.17.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"cfg-if",
|
||
|
"getrandom",
|
||
|
"libc",
|
||
|
"spin",
|
||
|
"untrusted",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-demangle"
|
||
|
version = "0.1.24"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustix"
|
||
|
version = "0.38.37"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"errno",
|
||
|
"libc",
|
||
|
"linux-raw-sys",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls"
|
||
|
version = "0.23.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
"rustls-pki-types",
|
||
|
"rustls-webpki",
|
||
|
"subtle",
|
||
|
"zeroize",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls-pemfile"
|
||
|
version = "2.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
||
|
dependencies = [
|
||
|
"rustls-pki-types",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls-pki-types"
|
||
|
version = "1.10.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustls-webpki"
|
||
|
version = "0.102.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
||
|
dependencies = [
|
||
|
"ring",
|
||
|
"rustls-pki-types",
|
||
|
"untrusted",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ryu"
|
||
|
version = "1.0.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "schannel"
|
||
|
version = "0.1.26"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
||
|
dependencies = [
|
||
|
"windows-sys 0.59.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "scopeguard"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||
|
|
||
|
[[package]]
|
||
|
name = "security-framework"
|
||
|
version = "2.11.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"core-foundation",
|
||
|
"core-foundation-sys",
|
||
|
"libc",
|
||
|
"security-framework-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "security-framework-sys"
|
||
|
version = "2.12.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
||
|
dependencies = [
|
||
|
"core-foundation-sys",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde"
|
||
|
version = "1.0.213"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
||
|
dependencies = [
|
||
|
"serde_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_derive"
|
||
|
version = "1.0.213"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_json"
|
||
|
version = "1.0.132"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
||
|
dependencies = [
|
||
|
"itoa",
|
||
|
"memchr",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_urlencoded"
|
||
|
version = "0.7.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
||
|
dependencies = [
|
||
|
"form_urlencoded",
|
||
|
"itoa",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "shlex"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||
|
|
||
|
[[package]]
|
||
|
name = "signal-hook-registry"
|
||
|
version = "1.4.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "slab"
|
||
|
version = "0.4.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "smallvec"
|
||
|
version = "1.13.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
||
|
|
||
|
[[package]]
|
||
|
name = "socket2"
|
||
|
version = "0.5.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "spin"
|
||
|
version = "0.9.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
||
|
|
||
|
[[package]]
|
||
|
name = "subtle"
|
||
|
version = "2.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "2.0.82"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "sync_wrapper"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "system-configuration"
|
||
|
version = "0.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"core-foundation",
|
||
|
"system-configuration-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "system-configuration-sys"
|
||
|
version = "0.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
||
|
dependencies = [
|
||
|
"core-foundation-sys",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tempfile"
|
||
|
version = "3.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"fastrand",
|
||
|
"once_cell",
|
||
|
"rustix",
|
||
|
"windows-sys 0.59.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinyvec"
|
||
|
version = "1.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
||
|
dependencies = [
|
||
|
"tinyvec_macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinyvec_macros"
|
||
|
version = "0.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio"
|
||
|
version = "1.41.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
||
|
dependencies = [
|
||
|
"backtrace",
|
||
|
"bytes",
|
||
|
"libc",
|
||
|
"mio",
|
||
|
"parking_lot",
|
||
|
"pin-project-lite",
|
||
|
"signal-hook-registry",
|
||
|
"socket2",
|
||
|
"tokio-macros",
|
||
|
"windows-sys 0.52.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-macros"
|
||
|
version = "2.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-native-tls"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
||
|
dependencies = [
|
||
|
"native-tls",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-rustls"
|
||
|
version = "0.26.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
||
|
dependencies = [
|
||
|
"rustls",
|
||
|
"rustls-pki-types",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-util"
|
||
|
version = "0.7.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
||
|
dependencies = [
|
||
|
"bytes",
|
||
|
"futures-core",
|
||
|
"futures-sink",
|
||
|
"pin-project-lite",
|
||
|
"tokio",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tower-service"
|
||
|
version = "0.3.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing"
|
||
|
version = "0.1.40"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
||
|
dependencies = [
|
||
|
"pin-project-lite",
|
||
|
"tracing-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tracing-core"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
||
|
dependencies = [
|
||
|
"once_cell",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "try-lock"
|
||
|
version = "0.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-bidi"
|
||
|
version = "0.3.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-ident"
|
||
|
version = "1.0.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-normalization"
|
||
|
version = "0.1.24"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
||
|
dependencies = [
|
||
|
"tinyvec",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "untrusted"
|
||
|
version = "0.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "url"
|
||
|
version = "2.5.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
||
|
dependencies = [
|
||
|
"form_urlencoded",
|
||
|
"idna",
|
||
|
"percent-encoding",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "vcpkg"
|
||
|
version = "0.2.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
||
|
|
||
|
[[package]]
|
||
|
name = "want"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
||
|
dependencies = [
|
||
|
"try-lock",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasi"
|
||
|
version = "0.11.0+wasi-snapshot-preview1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen"
|
||
|
version = "0.2.95"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"once_cell",
|
||
|
"wasm-bindgen-macro",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-backend"
|
||
|
version = "0.2.95"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
||
|
dependencies = [
|
||
|
"bumpalo",
|
||
|
"log",
|
||
|
"once_cell",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
"wasm-bindgen-shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-futures"
|
||
|
version = "0.4.45"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-macro"
|
||
|
version = "0.2.95"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
||
|
dependencies = [
|
||
|
"quote",
|
||
|
"wasm-bindgen-macro-support",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-macro-support"
|
||
|
version = "0.2.95"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
"wasm-bindgen-backend",
|
||
|
"wasm-bindgen-shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-shared"
|
||
|
version = "0.2.95"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "web-sys"
|
||
|
version = "0.3.72"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
||
|
dependencies = [
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-registry"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
||
|
dependencies = [
|
||
|
"windows-result",
|
||
|
"windows-strings",
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-result"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
||
|
dependencies = [
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-strings"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
||
|
dependencies = [
|
||
|
"windows-result",
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-sys"
|
||
|
version = "0.52.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
||
|
dependencies = [
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-sys"
|
||
|
version = "0.59.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
||
|
dependencies = [
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-targets"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
||
|
dependencies = [
|
||
|
"windows_aarch64_gnullvm",
|
||
|
"windows_aarch64_msvc",
|
||
|
"windows_i686_gnu",
|
||
|
"windows_i686_gnullvm",
|
||
|
"windows_i686_msvc",
|
||
|
"windows_x86_64_gnu",
|
||
|
"windows_x86_64_gnullvm",
|
||
|
"windows_x86_64_msvc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_gnullvm"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_msvc"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnu"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnullvm"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_msvc"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnu"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnullvm"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_msvc"
|
||
|
version = "0.52.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
||
|
|
||
|
[[package]]
|
||
|
name = "zerocopy"
|
||
|
version = "0.7.35"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
||
|
dependencies = [
|
||
|
"byteorder",
|
||
|
"zerocopy-derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "zerocopy-derive"
|
||
|
version = "0.7.35"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "zeroize"
|
||
|
version = "1.8.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|