You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4041 lines
97 KiB
4041 lines
97 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 4 |
|
|
|
[[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 = "aho-corasick" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "allocator-api2" |
|
version = "0.2.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
|
|
|
[[package]] |
|
name = "android-tzdata" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
|
|
[[package]] |
|
name = "android_system_properties" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "ansi_term" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" |
|
|
|
[[package]] |
|
name = "async-stream" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
|
dependencies = [ |
|
"async-stream-impl", |
|
"futures-core", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-stream-impl" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "async-trait" |
|
version = "0.1.83" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "atomic-waker" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
|
|
|
[[package]] |
|
name = "axum" |
|
version = "0.7.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" |
|
dependencies = [ |
|
"async-trait", |
|
"axum-core", |
|
"bytes", |
|
"futures-util", |
|
"http 1.2.0", |
|
"http-body 1.0.1", |
|
"http-body-util", |
|
"itoa", |
|
"matchit", |
|
"memchr", |
|
"mime", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"rustversion", |
|
"serde", |
|
"sync_wrapper 1.0.2", |
|
"tower 0.5.1", |
|
"tower-layer", |
|
"tower-service", |
|
] |
|
|
|
[[package]] |
|
name = "axum-core" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" |
|
dependencies = [ |
|
"async-trait", |
|
"bytes", |
|
"futures-util", |
|
"http 1.2.0", |
|
"http-body 1.0.1", |
|
"http-body-util", |
|
"mime", |
|
"pin-project-lite", |
|
"rustversion", |
|
"sync_wrapper 1.0.2", |
|
"tower-layer", |
|
"tower-service", |
|
] |
|
|
|
[[package]] |
|
name = "backoff" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" |
|
dependencies = [ |
|
"getrandom", |
|
"instant", |
|
"rand", |
|
] |
|
|
|
[[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 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "base16ct" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.21.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.22.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
[[package]] |
|
name = "base64ct" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[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.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" |
|
|
|
[[package]] |
|
name = "cbindgen" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51e3973b165dc0f435831a9e426de67e894de532754ff7a3f307c03ee5dec7dc" |
|
dependencies = [ |
|
"clap", |
|
"heck 0.3.3", |
|
"indexmap 1.9.3", |
|
"log", |
|
"proc-macro2", |
|
"quote", |
|
"serde", |
|
"serde_json", |
|
"syn 1.0.109", |
|
"tempfile", |
|
"toml", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" |
|
dependencies = [ |
|
"shlex", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.38" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
|
dependencies = [ |
|
"android-tzdata", |
|
"iana-time-zone", |
|
"js-sys", |
|
"num-traits", |
|
"serde", |
|
"wasm-bindgen", |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "2.34.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
|
dependencies = [ |
|
"ansi_term", |
|
"atty", |
|
"bitflags 1.3.2", |
|
"strsim 0.8.0", |
|
"textwrap", |
|
"unicode-width", |
|
"vec_map", |
|
] |
|
|
|
[[package]] |
|
name = "const-oid" |
|
version = "0.9.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
|
|
|
[[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" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" |
|
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 = "cpufeatures" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
|
|
|
[[package]] |
|
name = "crypto-bigint" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
|
dependencies = [ |
|
"generic-array", |
|
"rand_core", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "crypto-common" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
dependencies = [ |
|
"generic-array", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek" |
|
version = "4.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"curve25519-dalek-derive", |
|
"digest", |
|
"fiat-crypto", |
|
"rustc_version", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek-derive" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "darling" |
|
version = "0.20.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" |
|
dependencies = [ |
|
"darling_core", |
|
"darling_macro", |
|
] |
|
|
|
[[package]] |
|
name = "darling_core" |
|
version = "0.20.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" |
|
dependencies = [ |
|
"fnv", |
|
"ident_case", |
|
"proc-macro2", |
|
"quote", |
|
"strsim 0.11.1", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.20.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" |
|
dependencies = [ |
|
"darling_core", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "dashmap" |
|
version = "6.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
"hashbrown 0.14.5", |
|
"lock_api", |
|
"once_cell", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "der" |
|
version = "0.7.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" |
|
dependencies = [ |
|
"const-oid", |
|
"pem-rfc7468", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "deranged" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
|
dependencies = [ |
|
"powerfmt", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder" |
|
version = "0.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
|
dependencies = [ |
|
"derive_builder_macro", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder_core" |
|
version = "0.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
|
dependencies = [ |
|
"darling", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder_macro" |
|
version = "0.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
|
dependencies = [ |
|
"derive_builder_core", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "derive_more" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" |
|
dependencies = [ |
|
"derive_more-impl", |
|
] |
|
|
|
[[package]] |
|
name = "derive_more-impl" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.10.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
dependencies = [ |
|
"block-buffer", |
|
"const-oid", |
|
"crypto-common", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "displaydoc" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "downcast" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" |
|
|
|
[[package]] |
|
name = "dyn-clone" |
|
version = "1.0.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" |
|
|
|
[[package]] |
|
name = "ecdsa" |
|
version = "0.16.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" |
|
dependencies = [ |
|
"der", |
|
"digest", |
|
"elliptic-curve", |
|
"rfc6979", |
|
"signature", |
|
"spki", |
|
] |
|
|
|
[[package]] |
|
name = "ed25519" |
|
version = "2.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" |
|
dependencies = [ |
|
"pkcs8", |
|
"signature", |
|
] |
|
|
|
[[package]] |
|
name = "ed25519-dalek" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" |
|
dependencies = [ |
|
"curve25519-dalek", |
|
"ed25519", |
|
"serde", |
|
"sha2", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
|
|
|
[[package]] |
|
name = "elliptic-curve" |
|
version = "0.13.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" |
|
dependencies = [ |
|
"base16ct", |
|
"crypto-bigint", |
|
"digest", |
|
"ff", |
|
"generic-array", |
|
"group", |
|
"hkdf", |
|
"pem-rfc7468", |
|
"pkcs8", |
|
"rand_core", |
|
"sec1", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "enum-iterator" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c280b9e6b3ae19e152d8e31cf47f18389781e119d4013a2a2bb0180e5facc635" |
|
dependencies = [ |
|
"enum-iterator-derive", |
|
] |
|
|
|
[[package]] |
|
name = "enum-iterator-derive" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "enum_dispatch" |
|
version = "0.3.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" |
|
dependencies = [ |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "equivalent" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
|
[[package]] |
|
name = "erased-serde" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d" |
|
dependencies = [ |
|
"serde", |
|
"typeid", |
|
] |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.3.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" |
|
|
|
[[package]] |
|
name = "ff" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" |
|
dependencies = [ |
|
"rand_core", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "fiat-crypto" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
|
|
|
[[package]] |
|
name = "fixedbitset" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "foldhash" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" |
|
|
|
[[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 = "fragile" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-io", |
|
"futures-sink", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "futures-retry" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fde5a672a61f96552aa5ed9fd9c81c3fbdae4be9b1e205d6eaf17c83705adc0f" |
|
dependencies = [ |
|
"futures", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[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-timer" |
|
version = "3.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-macro", |
|
"futures-sink", |
|
"futures-task", |
|
"memchr", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.14.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
dependencies = [ |
|
"typenum", |
|
"version_check", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
|
|
|
[[package]] |
|
name = "governor" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0746aa765db78b521451ef74221663b57ba595bf83f75d0ce23cc09447c8139f" |
|
dependencies = [ |
|
"cfg-if", |
|
"dashmap", |
|
"futures-sink", |
|
"futures-timer", |
|
"futures-util", |
|
"no-std-compat", |
|
"nonzero_ext", |
|
"parking_lot", |
|
"portable-atomic", |
|
"quanta", |
|
"rand", |
|
"smallvec", |
|
"spinning_top", |
|
] |
|
|
|
[[package]] |
|
name = "group" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" |
|
dependencies = [ |
|
"ff", |
|
"rand_core", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.3.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"futures-core", |
|
"futures-sink", |
|
"futures-util", |
|
"http 0.2.12", |
|
"indexmap 2.7.0", |
|
"slab", |
|
"tokio", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" |
|
dependencies = [ |
|
"atomic-waker", |
|
"bytes", |
|
"fnv", |
|
"futures-core", |
|
"futures-sink", |
|
"http 1.2.0", |
|
"indexmap 2.7.0", |
|
"slab", |
|
"tokio", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.14.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.15.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
|
dependencies = [ |
|
"allocator-api2", |
|
"equivalent", |
|
"foldhash", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
|
dependencies = [ |
|
"unicode-segmentation", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hex" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
|
|
[[package]] |
|
name = "hkdf" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
|
dependencies = [ |
|
"hmac", |
|
] |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
|
dependencies = [ |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
|
dependencies = [ |
|
"bytes", |
|
"http 0.2.12", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
|
dependencies = [ |
|
"bytes", |
|
"http 1.2.0", |
|
] |
|
|
|
[[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 1.2.0", |
|
"http-body 1.0.1", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" |
|
|
|
[[package]] |
|
name = "httpdate" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.14.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"h2 0.3.26", |
|
"http 0.2.12", |
|
"http-body 0.4.6", |
|
"httparse", |
|
"httpdate", |
|
"itoa", |
|
"pin-project-lite", |
|
"socket2", |
|
"tokio", |
|
"tower-service", |
|
"tracing", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-util", |
|
"h2 0.4.7", |
|
"http 1.2.0", |
|
"http-body 1.0.1", |
|
"httparse", |
|
"httpdate", |
|
"itoa", |
|
"pin-project-lite", |
|
"smallvec", |
|
"tokio", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-timeout" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" |
|
dependencies = [ |
|
"hyper 1.5.1", |
|
"hyper-util", |
|
"pin-project-lite", |
|
"tokio", |
|
"tower-service", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
|
dependencies = [ |
|
"bytes", |
|
"hyper 0.14.31", |
|
"native-tls", |
|
"tokio", |
|
"tokio-native-tls", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-util" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-util", |
|
"http 1.2.0", |
|
"http-body 1.0.1", |
|
"hyper 1.5.1", |
|
"pin-project-lite", |
|
"socket2", |
|
"tokio", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone" |
|
version = "0.1.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
|
dependencies = [ |
|
"android_system_properties", |
|
"core-foundation-sys", |
|
"iana-time-zone-haiku", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"windows-core 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone-haiku" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "icu_collections" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
|
dependencies = [ |
|
"displaydoc", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
|
dependencies = [ |
|
"displaydoc", |
|
"litemap", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid_transform" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_locid_transform_data", |
|
"icu_provider", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid_transform_data" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
|
|
|
[[package]] |
|
name = "icu_normalizer" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_normalizer_data", |
|
"icu_properties", |
|
"icu_provider", |
|
"smallvec", |
|
"utf16_iter", |
|
"utf8_iter", |
|
"write16", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_normalizer_data" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" |
|
|
|
[[package]] |
|
name = "icu_properties" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_locid_transform", |
|
"icu_properties_data", |
|
"icu_provider", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_properties_data" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" |
|
|
|
[[package]] |
|
name = "icu_provider" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_provider_macros", |
|
"stable_deref_trait", |
|
"tinystr", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_macros" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "ident_case" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
|
dependencies = [ |
|
"idna_adapter", |
|
"smallvec", |
|
"utf8_iter", |
|
] |
|
|
|
[[package]] |
|
name = "idna_adapter" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
|
dependencies = [ |
|
"icu_normalizer", |
|
"icu_properties", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
|
dependencies = [ |
|
"autocfg", |
|
"hashbrown 0.12.3", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "2.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown 0.15.2", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "inventory" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767" |
|
|
|
[[package]] |
|
name = "ipnet" |
|
version = "2.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.10.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705" |
|
dependencies = [ |
|
"once_cell", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "jwt" |
|
version = "0.16.0" |
|
source = "git+https://github.com/glimberg/rust-jwt#61a9291fdeec747c6edf14f4fa0caf235136c168" |
|
dependencies = [ |
|
"base64 0.13.1", |
|
"crypto-common", |
|
"digest", |
|
"hmac", |
|
"serde", |
|
"serde_json", |
|
"sha2", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
dependencies = [ |
|
"spin", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.167" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.4.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
|
|
|
[[package]] |
|
name = "litemap" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" |
|
|
|
[[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 = "lru" |
|
version = "0.12.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" |
|
dependencies = [ |
|
"hashbrown 0.15.2", |
|
] |
|
|
|
[[package]] |
|
name = "matchers" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
|
dependencies = [ |
|
"regex-automata 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "matchit" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" |
|
|
|
[[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.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" |
|
dependencies = [ |
|
"libc", |
|
"wasi", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "mockall" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2" |
|
dependencies = [ |
|
"cfg-if", |
|
"downcast", |
|
"fragile", |
|
"mockall_derive", |
|
"predicates", |
|
"predicates-tree", |
|
] |
|
|
|
[[package]] |
|
name = "mockall_derive" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" |
|
dependencies = [ |
|
"cfg-if", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "multimap" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" |
|
|
|
[[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 2.11.1", |
|
"security-framework-sys", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "no-std-compat" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" |
|
|
|
[[package]] |
|
name = "nonzero_ext" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" |
|
|
|
[[package]] |
|
name = "ntapi" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "nu-ansi-term" |
|
version = "0.46.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
|
dependencies = [ |
|
"overload", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint-dig" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" |
|
dependencies = [ |
|
"byteorder", |
|
"lazy_static", |
|
"libm", |
|
"num-integer", |
|
"num-iter", |
|
"num-traits", |
|
"rand", |
|
"smallvec", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "num-conv" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.46" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-iter" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
dependencies = [ |
|
"autocfg", |
|
"libm", |
|
] |
|
|
|
[[package]] |
|
name = "oauth2" |
|
version = "4.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f" |
|
dependencies = [ |
|
"base64 0.13.1", |
|
"chrono", |
|
"getrandom", |
|
"http 0.2.12", |
|
"rand", |
|
"reqwest", |
|
"serde", |
|
"serde_json", |
|
"serde_path_to_error", |
|
"sha2", |
|
"thiserror 1.0.69", |
|
"url", |
|
] |
|
|
|
[[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 = "openidconnect" |
|
version = "3.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f47e80a9cfae4462dd29c41e987edd228971d6565553fbc14b8a11e666d91590" |
|
dependencies = [ |
|
"base64 0.13.1", |
|
"chrono", |
|
"dyn-clone", |
|
"ed25519-dalek", |
|
"hmac", |
|
"http 0.2.12", |
|
"itertools 0.10.5", |
|
"log", |
|
"oauth2", |
|
"p256", |
|
"p384", |
|
"rand", |
|
"rsa", |
|
"serde", |
|
"serde-value", |
|
"serde_derive", |
|
"serde_json", |
|
"serde_path_to_error", |
|
"serde_plain", |
|
"serde_with", |
|
"sha2", |
|
"subtle", |
|
"thiserror 1.0.69", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.70" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"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 2.0.90", |
|
] |
|
|
|
[[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.105" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "opentelemetry" |
|
version = "0.26.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
"js-sys", |
|
"once_cell", |
|
"pin-project-lite", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "ordered-float" |
|
version = "2.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "overload" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
|
|
|
[[package]] |
|
name = "p256" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" |
|
dependencies = [ |
|
"ecdsa", |
|
"elliptic-curve", |
|
"primeorder", |
|
"sha2", |
|
] |
|
|
|
[[package]] |
|
name = "p384" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" |
|
dependencies = [ |
|
"ecdsa", |
|
"elliptic-curve", |
|
"primeorder", |
|
"sha2", |
|
] |
|
|
|
[[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 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "pem-rfc7468" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
|
dependencies = [ |
|
"base64ct", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
[[package]] |
|
name = "petgraph" |
|
version = "0.6.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
|
dependencies = [ |
|
"fixedbitset", |
|
"indexmap 2.7.0", |
|
] |
|
|
|
[[package]] |
|
name = "pid" |
|
version = "4.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7c931ef9756cd5e3fa3d395bfe09df4dfa6f0612c6ca8f6b12927d17ca34e36" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "1.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" |
|
dependencies = [ |
|
"pin-project-internal", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "1.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "pkcs1" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
|
dependencies = [ |
|
"der", |
|
"pkcs8", |
|
"spki", |
|
] |
|
|
|
[[package]] |
|
name = "pkcs8" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
|
dependencies = [ |
|
"der", |
|
"spki", |
|
] |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
|
|
|
[[package]] |
|
name = "portable-atomic" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" |
|
|
|
[[package]] |
|
name = "powerfmt" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
|
dependencies = [ |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "predicates" |
|
version = "3.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" |
|
dependencies = [ |
|
"anstyle", |
|
"predicates-core", |
|
] |
|
|
|
[[package]] |
|
name = "predicates-core" |
|
version = "1.0.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" |
|
|
|
[[package]] |
|
name = "predicates-tree" |
|
version = "1.0.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" |
|
dependencies = [ |
|
"predicates-core", |
|
"termtree", |
|
] |
|
|
|
[[package]] |
|
name = "prettyplease" |
|
version = "0.2.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" |
|
dependencies = [ |
|
"proc-macro2", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "primeorder" |
|
version = "0.13.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" |
|
dependencies = [ |
|
"elliptic-curve", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.92" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "prometheus" |
|
version = "0.13.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" |
|
dependencies = [ |
|
"cfg-if", |
|
"fnv", |
|
"lazy_static", |
|
"memchr", |
|
"parking_lot", |
|
"protobuf", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "prost" |
|
version = "0.13.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f" |
|
dependencies = [ |
|
"bytes", |
|
"prost-derive", |
|
] |
|
|
|
[[package]] |
|
name = "prost-build" |
|
version = "0.13.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15" |
|
dependencies = [ |
|
"bytes", |
|
"heck 0.5.0", |
|
"itertools 0.13.0", |
|
"log", |
|
"multimap", |
|
"once_cell", |
|
"petgraph", |
|
"prettyplease", |
|
"prost", |
|
"prost-types", |
|
"regex", |
|
"syn 2.0.90", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "prost-derive" |
|
version = "0.13.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" |
|
dependencies = [ |
|
"anyhow", |
|
"itertools 0.13.0", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "prost-types" |
|
version = "0.13.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670" |
|
dependencies = [ |
|
"prost", |
|
] |
|
|
|
[[package]] |
|
name = "prost-wkt" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8d84e2bee181b04c2bac339f2bfe818c46a99750488cc6728ce4181d5aa8299" |
|
dependencies = [ |
|
"chrono", |
|
"inventory", |
|
"prost", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"typetag", |
|
] |
|
|
|
[[package]] |
|
name = "prost-wkt-build" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a669d5acbe719010c6f62a64e6d7d88fdedc1fe46e419747949ecb6312e9b14" |
|
dependencies = [ |
|
"heck 0.5.0", |
|
"prost", |
|
"prost-build", |
|
"prost-types", |
|
"quote", |
|
] |
|
|
|
[[package]] |
|
name = "prost-wkt-types" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "01ef068e9b82e654614b22e6b13699bd545b6c0e2e721736008b00b38aeb4f64" |
|
dependencies = [ |
|
"chrono", |
|
"prost", |
|
"prost-build", |
|
"prost-types", |
|
"prost-wkt", |
|
"prost-wkt-build", |
|
"regex", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "protobuf" |
|
version = "2.28.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" |
|
|
|
[[package]] |
|
name = "quanta" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"libc", |
|
"once_cell", |
|
"raw-cpuid", |
|
"wasi", |
|
"web-sys", |
|
"winapi", |
|
] |
|
|
|
[[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 = "raw-cpuid" |
|
version = "11.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-automata 0.4.9", |
|
"regex-syntax 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
dependencies = [ |
|
"regex-syntax 0.6.29", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.11.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" |
|
dependencies = [ |
|
"base64 0.21.7", |
|
"bytes", |
|
"encoding_rs", |
|
"futures-core", |
|
"futures-util", |
|
"h2 0.3.26", |
|
"http 0.2.12", |
|
"http-body 0.4.6", |
|
"hyper 0.14.31", |
|
"hyper-tls", |
|
"ipnet", |
|
"js-sys", |
|
"log", |
|
"mime", |
|
"native-tls", |
|
"once_cell", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"rustls-pemfile 1.0.4", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"sync_wrapper 0.1.2", |
|
"system-configuration", |
|
"tokio", |
|
"tokio-native-tls", |
|
"tower-service", |
|
"url", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
"winreg", |
|
] |
|
|
|
[[package]] |
|
name = "rfc6979" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" |
|
dependencies = [ |
|
"hmac", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "ring" |
|
version = "0.17.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee" |
|
dependencies = [ |
|
"cc", |
|
"cfg-if", |
|
"getrandom", |
|
"libc", |
|
"untrusted", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "ringbuf" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "726bb493fe9cac765e8f96a144c3a8396bdf766dedad22e504b70b908dcbceb4" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"portable-atomic", |
|
] |
|
|
|
[[package]] |
|
name = "rsa" |
|
version = "0.9.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519" |
|
dependencies = [ |
|
"const-oid", |
|
"digest", |
|
"num-bigint-dig", |
|
"num-integer", |
|
"num-traits", |
|
"pkcs1", |
|
"pkcs8", |
|
"rand_core", |
|
"signature", |
|
"spki", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustfsm" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#4a2368d19f57e971ca9b2465f1dbeede7a861c34" |
|
dependencies = [ |
|
"rustfsm_procmacro", |
|
"rustfsm_trait", |
|
] |
|
|
|
[[package]] |
|
name = "rustfsm_procmacro" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#4a2368d19f57e971ca9b2465f1dbeede7a861c34" |
|
dependencies = [ |
|
"derive_more", |
|
"proc-macro2", |
|
"quote", |
|
"rustfsm_trait", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "rustfsm_trait" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#4a2368d19f57e971ca9b2465f1dbeede7a861c34" |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.38.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"errno", |
|
"libc", |
|
"linux-raw-sys", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustls" |
|
version = "0.23.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1" |
|
dependencies = [ |
|
"log", |
|
"once_cell", |
|
"ring", |
|
"rustls-pki-types", |
|
"rustls-webpki", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-native-certs" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" |
|
dependencies = [ |
|
"openssl-probe", |
|
"rustls-pki-types", |
|
"schannel", |
|
"security-framework 3.0.1", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-pemfile" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" |
|
dependencies = [ |
|
"base64 0.21.7", |
|
] |
|
|
|
[[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 = "rustversion" |
|
version = "1.0.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" |
|
|
|
[[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.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
|
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 = "sec1" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" |
|
dependencies = [ |
|
"base16ct", |
|
"der", |
|
"generic-array", |
|
"pkcs8", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "2.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"core-foundation 0.9.4", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "3.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"core-foundation 0.10.0", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "2.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "1.0.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.215" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde-value" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
|
dependencies = [ |
|
"ordered-float", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.215" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.133" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" |
|
dependencies = [ |
|
"itoa", |
|
"memchr", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_path_to_error" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" |
|
dependencies = [ |
|
"itoa", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_plain" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50" |
|
dependencies = [ |
|
"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 = "serde_with" |
|
version = "3.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" |
|
dependencies = [ |
|
"base64 0.22.1", |
|
"chrono", |
|
"hex", |
|
"indexmap 1.9.3", |
|
"indexmap 2.7.0", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"serde_with_macros", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "serde_with_macros" |
|
version = "3.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" |
|
dependencies = [ |
|
"darling", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.10.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "sharded-slab" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[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 = "signature" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
|
dependencies = [ |
|
"digest", |
|
"rand_core", |
|
] |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "slotmap" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" |
|
dependencies = [ |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|
|
[[package]] |
|
name = "smeeclient" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"cbindgen", |
|
"serde", |
|
"temporal-client", |
|
"temporal-sdk", |
|
"temporal-sdk-core-protos", |
|
"tokio", |
|
"url", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.5.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" |
|
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 = "spinning_top" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" |
|
dependencies = [ |
|
"lock_api", |
|
] |
|
|
|
[[package]] |
|
name = "spki" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
|
dependencies = [ |
|
"base64ct", |
|
"der", |
|
] |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.109" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "2.0.90" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "sync_wrapper" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
|
|
|
[[package]] |
|
name = "sync_wrapper" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "sysinfo" |
|
version = "0.32.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
"memchr", |
|
"ntapi", |
|
"windows", |
|
] |
|
|
|
[[package]] |
|
name = "system-configuration" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"core-foundation 0.9.4", |
|
"system-configuration-sys", |
|
] |
|
|
|
[[package]] |
|
name = "system-configuration-sys" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.14.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" |
|
dependencies = [ |
|
"cfg-if", |
|
"fastrand", |
|
"once_cell", |
|
"rustix", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-client" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#4a2368d19f57e971ca9b2465f1dbeede7a861c34" |
|
dependencies = [ |
|
"anyhow", |
|
"async-trait", |
|
"backoff", |
|
"base64 0.22.1", |
|
"derive_builder", |
|
"derive_more", |
|
"futures-retry", |
|
"futures-util", |
|
"http 1.2.0", |
|
"http-body-util", |
|
"hyper 1.5.1", |
|
"hyper-util", |
|
"opentelemetry", |
|
"parking_lot", |
|
"prost-types", |
|
"slotmap", |
|
"temporal-sdk-core-api", |
|
"temporal-sdk-core-protos", |
|
"thiserror 2.0.4", |
|
"tokio", |
|
"tonic", |
|
"tower 0.5.1", |
|
"tracing", |
|
"url", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-sdk" |
|
version = "0.1.0-alpha.1" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#4a2368d19f57e971ca9b2465f1dbeede7a861c34" |
|
dependencies = [ |
|
"anyhow", |
|
"async-trait", |
|
"derive_more", |
|
"futures-util", |
|
"parking_lot", |
|
"prost-wkt-types", |
|
"serde", |
|
"temporal-client", |
|
"temporal-sdk-core", |
|
"temporal-sdk-core-api", |
|
"temporal-sdk-core-protos", |
|
"thiserror 2.0.4", |
|
"tokio", |
|
"tokio-stream", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-sdk-core" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#4a2368d19f57e971ca9b2465f1dbeede7a861c34" |
|
dependencies = [ |
|
"anyhow", |
|
"async-trait", |
|
"crossbeam-channel", |
|
"crossbeam-queue", |
|
"crossbeam-utils", |
|
"dashmap", |
|
"derive_builder", |
|
"derive_more", |
|
"enum-iterator", |
|
"enum_dispatch", |
|
"futures-channel", |
|
"futures-util", |
|
"governor", |
|
"itertools 0.13.0", |
|
"lru", |
|
"mockall", |
|
"parking_lot", |
|
"pid", |
|
"pin-project", |
|
"prometheus", |
|
"prost", |
|
"prost-wkt-types", |
|
"rand", |
|
"ringbuf", |
|
"rustfsm", |
|
"serde", |
|
"serde_json", |
|
"siphasher", |
|
"slotmap", |
|
"sysinfo", |
|
"temporal-client", |
|
"temporal-sdk-core-api", |
|
"temporal-sdk-core-protos", |
|
"thiserror 2.0.4", |
|
"tokio", |
|
"tokio-stream", |
|
"tokio-util", |
|
"tonic", |
|
"tonic-build", |
|
"tracing", |
|
"tracing-subscriber", |
|
"url", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-sdk-core-api" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#4a2368d19f57e971ca9b2465f1dbeede7a861c34" |
|
dependencies = [ |
|
"async-trait", |
|
"derive_builder", |
|
"derive_more", |
|
"opentelemetry", |
|
"prost", |
|
"prost-types", |
|
"serde_json", |
|
"temporal-sdk-core-protos", |
|
"thiserror 2.0.4", |
|
"tonic", |
|
"tracing-core", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-sdk-core-protos" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#4a2368d19f57e971ca9b2465f1dbeede7a861c34" |
|
dependencies = [ |
|
"anyhow", |
|
"base64 0.22.1", |
|
"derive_more", |
|
"prost", |
|
"prost-build", |
|
"prost-types", |
|
"prost-wkt", |
|
"prost-wkt-build", |
|
"prost-wkt-types", |
|
"rand", |
|
"serde", |
|
"serde_json", |
|
"thiserror 2.0.4", |
|
"tonic", |
|
"tonic-build", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "termtree" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
dependencies = [ |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
|
dependencies = [ |
|
"thiserror-impl 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "2.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" |
|
dependencies = [ |
|
"thiserror-impl 2.0.4", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "2.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.3.37" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" |
|
dependencies = [ |
|
"deranged", |
|
"itoa", |
|
"num-conv", |
|
"powerfmt", |
|
"serde", |
|
"time-core", |
|
"time-macros", |
|
] |
|
|
|
[[package]] |
|
name = "time-core" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
|
|
|
[[package]] |
|
name = "time-macros" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" |
|
dependencies = [ |
|
"num-conv", |
|
"time-core", |
|
] |
|
|
|
[[package]] |
|
name = "tinystr" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
|
dependencies = [ |
|
"displaydoc", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "1.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" |
|
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 2.0.90", |
|
] |
|
|
|
[[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-stream" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" |
|
dependencies = [ |
|
"futures-core", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.7.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" |
|
dependencies = [ |
|
"bytes", |
|
"futures-core", |
|
"futures-sink", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.5.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "tonic" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" |
|
dependencies = [ |
|
"async-stream", |
|
"async-trait", |
|
"axum", |
|
"base64 0.22.1", |
|
"bytes", |
|
"h2 0.4.7", |
|
"http 1.2.0", |
|
"http-body 1.0.1", |
|
"http-body-util", |
|
"hyper 1.5.1", |
|
"hyper-timeout", |
|
"hyper-util", |
|
"percent-encoding", |
|
"pin-project", |
|
"prost", |
|
"rustls-native-certs", |
|
"rustls-pemfile 2.2.0", |
|
"socket2", |
|
"tokio", |
|
"tokio-rustls", |
|
"tokio-stream", |
|
"tower 0.4.13", |
|
"tower-layer", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "tonic-build" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" |
|
dependencies = [ |
|
"prettyplease", |
|
"proc-macro2", |
|
"prost-build", |
|
"prost-types", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "tower" |
|
version = "0.4.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-util", |
|
"indexmap 1.9.3", |
|
"pin-project", |
|
"pin-project-lite", |
|
"rand", |
|
"slab", |
|
"tokio", |
|
"tokio-util", |
|
"tower-layer", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "tower" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-util", |
|
"pin-project-lite", |
|
"sync_wrapper 0.1.2", |
|
"tower-layer", |
|
"tower-service", |
|
] |
|
|
|
[[package]] |
|
name = "tower-layer" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
|
|
|
[[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.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
|
dependencies = [ |
|
"pin-project-lite", |
|
"tracing-attributes", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-attributes" |
|
version = "0.1.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
|
dependencies = [ |
|
"once_cell", |
|
"valuable", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-log" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
|
dependencies = [ |
|
"log", |
|
"once_cell", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-subscriber" |
|
version = "0.3.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" |
|
dependencies = [ |
|
"matchers", |
|
"nu-ansi-term", |
|
"once_cell", |
|
"parking_lot", |
|
"regex", |
|
"sharded-slab", |
|
"smallvec", |
|
"thread_local", |
|
"tracing", |
|
"tracing-core", |
|
"tracing-log", |
|
] |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
|
|
|
[[package]] |
|
name = "typeid" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
|
|
|
[[package]] |
|
name = "typetag" |
|
version = "0.2.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52ba3b6e86ffe0054b2c44f2d86407388b933b16cb0a70eea3929420db1d9bbe" |
|
dependencies = [ |
|
"erased-serde", |
|
"inventory", |
|
"once_cell", |
|
"serde", |
|
"typetag-impl", |
|
] |
|
|
|
[[package]] |
|
name = "typetag-impl" |
|
version = "0.2.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70b20a22c42c8f1cd23ce5e34f165d4d37038f5b663ad20fb6adbdf029172483" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
|
|
|
[[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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"percent-encoding", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "utf16_iter" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" |
|
|
|
[[package]] |
|
name = "utf8_iter" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" |
|
dependencies = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "valuable" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
|
|
[[package]] |
|
name = "vec_map" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
|
|
|
[[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.97" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.97" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.47" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"once_cell", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.97" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.97" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.97" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
dependencies = [ |
|
"winapi-i686-pc-windows-gnu", |
|
"winapi-x86_64-pc-windows-gnu", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "windows" |
|
version = "0.57.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" |
|
dependencies = [ |
|
"windows-core 0.57.0", |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows-core" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
dependencies = [ |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows-core" |
|
version = "0.57.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" |
|
dependencies = [ |
|
"windows-implement", |
|
"windows-interface", |
|
"windows-result", |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows-implement" |
|
version = "0.57.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "windows-interface" |
|
version = "0.57.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "windows-result" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
|
dependencies = [ |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
dependencies = [ |
|
"windows-targets 0.48.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
dependencies = [ |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.59.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
dependencies = [ |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.48.5", |
|
"windows_aarch64_msvc 0.48.5", |
|
"windows_i686_gnu 0.48.5", |
|
"windows_i686_msvc 0.48.5", |
|
"windows_x86_64_gnu 0.48.5", |
|
"windows_x86_64_gnullvm 0.48.5", |
|
"windows_x86_64_msvc 0.48.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.52.6", |
|
"windows_aarch64_msvc 0.52.6", |
|
"windows_i686_gnu 0.52.6", |
|
"windows_i686_gnullvm", |
|
"windows_i686_msvc 0.52.6", |
|
"windows_x86_64_gnu 0.52.6", |
|
"windows_x86_64_gnullvm 0.52.6", |
|
"windows_x86_64_msvc 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
[[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.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
[[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.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
[[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.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
[[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.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
[[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.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
[[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.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.50.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
|
dependencies = [ |
|
"cfg-if", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "write16" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
|
|
|
[[package]] |
|
name = "writeable" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
|
|
|
[[package]] |
|
name = "yoke" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" |
|
dependencies = [ |
|
"serde", |
|
"stable_deref_trait", |
|
"yoke-derive", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "yoke-derive" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
"synstructure", |
|
] |
|
|
|
[[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 2.0.90", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" |
|
dependencies = [ |
|
"zerofrom-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom-derive" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "zeroidc" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"base64 0.21.7", |
|
"bytes", |
|
"cbindgen", |
|
"jwt", |
|
"openidconnect", |
|
"reqwest", |
|
"serde", |
|
"thiserror 1.0.69", |
|
"time", |
|
"tokio", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
|
|
|
[[package]] |
|
name = "zerovec" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
|
dependencies = [ |
|
"yoke", |
|
"zerofrom", |
|
"zerovec-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec-derive" |
|
version = "0.10.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.90", |
|
]
|
|
|