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.
3725 lines
88 KiB
3725 lines
88 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "addr2line" |
|
version = "0.21.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"version_check", |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "allocator-api2" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" |
|
|
|
[[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 = "anyhow" |
|
version = "1.0.75" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" |
|
|
|
[[package]] |
|
name = "arc-swap" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" |
|
|
|
[[package]] |
|
name = "async-stream" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" |
|
dependencies = [ |
|
"async-stream-impl", |
|
"futures-core", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-stream-impl" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "async-trait" |
|
version = "0.1.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
dependencies = [ |
|
"hermit-abi 0.1.19", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
|
|
[[package]] |
|
name = "axum" |
|
version = "0.6.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" |
|
dependencies = [ |
|
"async-trait", |
|
"axum-core", |
|
"bitflags 1.3.2", |
|
"bytes", |
|
"futures-util", |
|
"http", |
|
"http-body", |
|
"hyper", |
|
"itoa", |
|
"matchit", |
|
"memchr", |
|
"mime", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"rustversion", |
|
"serde", |
|
"sync_wrapper", |
|
"tower", |
|
"tower-layer", |
|
"tower-service", |
|
] |
|
|
|
[[package]] |
|
name = "axum-core" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" |
|
dependencies = [ |
|
"async-trait", |
|
"bytes", |
|
"futures-util", |
|
"http", |
|
"http-body", |
|
"mime", |
|
"rustversion", |
|
"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.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
|
dependencies = [ |
|
"addr2line", |
|
"cc", |
|
"cfg-if", |
|
"libc", |
|
"miniz_oxide", |
|
"object", |
|
"rustc-demangle", |
|
] |
|
|
|
[[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.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" |
|
|
|
[[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.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" |
|
|
|
[[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.14.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" |
|
|
|
[[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.0.83" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[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.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" |
|
dependencies = [ |
|
"android-tzdata", |
|
"iana-time-zone", |
|
"js-sys", |
|
"num-traits", |
|
"serde", |
|
"wasm-bindgen", |
|
"windows-targets", |
|
] |
|
|
|
[[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.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" |
|
|
|
[[package]] |
|
name = "convert_case" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-channel", |
|
"crossbeam-deque", |
|
"crossbeam-epoch", |
|
"crossbeam-queue", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.9.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if", |
|
"crossbeam-utils", |
|
"memoffset", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.3.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "crypto-bigint" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "740fe28e594155f10cfc383984cbefd529d7396050557148f79cb0f621204124" |
|
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.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"curve25519-dalek-derive", |
|
"digest", |
|
"fiat-crypto", |
|
"platforms", |
|
"rustc_version", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek-derive" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "darling" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" |
|
dependencies = [ |
|
"darling_core 0.14.4", |
|
"darling_macro 0.14.4", |
|
] |
|
|
|
[[package]] |
|
name = "darling" |
|
version = "0.20.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" |
|
dependencies = [ |
|
"darling_core 0.20.3", |
|
"darling_macro 0.20.3", |
|
] |
|
|
|
[[package]] |
|
name = "darling_core" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" |
|
dependencies = [ |
|
"fnv", |
|
"ident_case", |
|
"proc-macro2", |
|
"quote", |
|
"strsim 0.10.0", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "darling_core" |
|
version = "0.20.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" |
|
dependencies = [ |
|
"fnv", |
|
"ident_case", |
|
"proc-macro2", |
|
"quote", |
|
"strsim 0.10.0", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" |
|
dependencies = [ |
|
"darling_core 0.14.4", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.20.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" |
|
dependencies = [ |
|
"darling_core 0.20.3", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "dashmap" |
|
version = "5.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
|
dependencies = [ |
|
"cfg-if", |
|
"hashbrown 0.14.2", |
|
"lock_api", |
|
"once_cell", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "der" |
|
version = "0.7.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" |
|
dependencies = [ |
|
"const-oid", |
|
"pem-rfc7468", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "deranged" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3" |
|
dependencies = [ |
|
"powerfmt", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" |
|
dependencies = [ |
|
"derive_builder_macro", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder_core" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" |
|
dependencies = [ |
|
"darling 0.14.4", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder_macro" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" |
|
dependencies = [ |
|
"derive_builder_core", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "derive_more" |
|
version = "0.99.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
|
dependencies = [ |
|
"convert_case", |
|
"proc-macro2", |
|
"quote", |
|
"rustc_version", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "difflib" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
|
|
|
[[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 = "downcast" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" |
|
|
|
[[package]] |
|
name = "dyn-clone" |
|
version = "1.0.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd" |
|
|
|
[[package]] |
|
name = "ecdsa" |
|
version = "0.16.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" |
|
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.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" |
|
dependencies = [ |
|
"curve25519-dalek", |
|
"ed25519", |
|
"serde", |
|
"sha2", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
|
|
|
[[package]] |
|
name = "elliptic-curve" |
|
version = "0.13.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d97ca172ae9dc9f9b779a6e3a65d308f2af74e5b8c921299075bdb4a0370e914" |
|
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.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "enum-iterator" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7add3873b5dd076766ee79c8e406ad1a472c385476b9e38849f8eec24f1be689" |
|
dependencies = [ |
|
"enum-iterator-derive", |
|
] |
|
|
|
[[package]] |
|
name = "enum-iterator-derive" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "enum_dispatch" |
|
version = "0.3.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e" |
|
dependencies = [ |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[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.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
|
|
|
[[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.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" |
|
|
|
[[package]] |
|
name = "fixedbitset" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
|
|
|
[[package]] |
|
name = "float-cmp" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "foreign-types" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
dependencies = [ |
|
"foreign-types-shared", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" |
|
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.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-io", |
|
"futures-sink", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[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.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" |
|
|
|
[[package]] |
|
name = "futures-timer" |
|
version = "3.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" |
|
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.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.28.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" |
|
|
|
[[package]] |
|
name = "governor" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "821239e5672ff23e2a7060901fa622950bbd80b649cdaadd78d1c1767ed14eb4" |
|
dependencies = [ |
|
"cfg-if", |
|
"dashmap", |
|
"futures", |
|
"futures-timer", |
|
"no-std-compat", |
|
"nonzero_ext", |
|
"parking_lot", |
|
"quanta", |
|
"rand", |
|
"smallvec", |
|
] |
|
|
|
[[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.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"futures-core", |
|
"futures-sink", |
|
"futures-util", |
|
"http", |
|
"indexmap 1.9.3", |
|
"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.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" |
|
dependencies = [ |
|
"ahash", |
|
"allocator-api2", |
|
] |
|
|
|
[[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.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" |
|
|
|
[[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.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
|
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 = "home" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" |
|
dependencies = [ |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
|
dependencies = [ |
|
"bytes", |
|
"http", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
|
|
|
[[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.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"httparse", |
|
"httpdate", |
|
"itoa", |
|
"pin-project-lite", |
|
"socket2 0.4.10", |
|
"tokio", |
|
"tower-service", |
|
"tracing", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-timeout" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" |
|
dependencies = [ |
|
"hyper", |
|
"pin-project-lite", |
|
"tokio", |
|
"tokio-io-timeout", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
|
dependencies = [ |
|
"bytes", |
|
"hyper", |
|
"native-tls", |
|
"tokio", |
|
"tokio-native-tls", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone" |
|
version = "0.1.58" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20" |
|
dependencies = [ |
|
"android_system_properties", |
|
"core-foundation-sys", |
|
"iana-time-zone-haiku", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"windows-core", |
|
] |
|
|
|
[[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 = "ident_case" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
|
dependencies = [ |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[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.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown 0.14.2", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "inventory" |
|
version = "0.3.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1be380c410bf0595e94992a648ea89db4dd3f3354ba54af206fd2a68cf5ac8e" |
|
|
|
[[package]] |
|
name = "ipnet" |
|
version = "2.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
|
|
|
[[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.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.64" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
|
dependencies = [ |
|
"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.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
dependencies = [ |
|
"spin 0.5.2", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.149" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
|
|
|
[[package]] |
|
name = "lru" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" |
|
dependencies = [ |
|
"hashbrown 0.14.2", |
|
] |
|
|
|
[[package]] |
|
name = "mach2" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[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.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[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.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
|
dependencies = [ |
|
"adler", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.8.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" |
|
dependencies = [ |
|
"libc", |
|
"wasi", |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "mockall" |
|
version = "0.11.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" |
|
dependencies = [ |
|
"cfg-if", |
|
"downcast", |
|
"fragile", |
|
"lazy_static", |
|
"mockall_derive", |
|
"predicates", |
|
"predicates-tree", |
|
] |
|
|
|
[[package]] |
|
name = "mockall_derive" |
|
version = "0.11.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" |
|
dependencies = [ |
|
"cfg-if", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "multimap" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
|
dependencies = [ |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"openssl", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"security-framework", |
|
"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 = "normalize-line-endings" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" |
|
|
|
[[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-integer" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
|
dependencies = [ |
|
"autocfg", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-iter" |
|
version = "0.1.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" |
|
dependencies = [ |
|
"autocfg", |
|
"libm", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
|
dependencies = [ |
|
"hermit-abi 0.3.3", |
|
"libc", |
|
] |
|
|
|
[[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", |
|
"rand", |
|
"reqwest", |
|
"serde", |
|
"serde_json", |
|
"serde_path_to_error", |
|
"sha2", |
|
"thiserror", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.32.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
|
|
|
[[package]] |
|
name = "openidconnect" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62d6050f6a84b81f23c569f5607ad883293e57491036e318fafe6fc4895fadb1" |
|
dependencies = [ |
|
"base64 0.13.1", |
|
"chrono", |
|
"dyn-clone", |
|
"ed25519-dalek", |
|
"hmac", |
|
"http", |
|
"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", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" |
|
dependencies = [ |
|
"bitflags 2.4.1", |
|
"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.38", |
|
] |
|
|
|
[[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.93" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "opentelemetry" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9591d937bc0e6d2feb6f71a559540ab300ea49955229c347a517a28d27784c54" |
|
dependencies = [ |
|
"opentelemetry_api", |
|
"opentelemetry_sdk", |
|
] |
|
|
|
[[package]] |
|
name = "opentelemetry-otlp" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7e5e5a5c4135864099f3faafbe939eb4d7f9b80ebf68a8448da961b32a7c1275" |
|
dependencies = [ |
|
"async-trait", |
|
"futures-core", |
|
"http", |
|
"opentelemetry-proto", |
|
"opentelemetry-semantic-conventions", |
|
"opentelemetry_api", |
|
"opentelemetry_sdk", |
|
"prost", |
|
"thiserror", |
|
"tokio", |
|
"tonic", |
|
] |
|
|
|
[[package]] |
|
name = "opentelemetry-prometheus" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7d81bc254e2d572120363a2b16cdb0d715d301b5789be0cfc26ad87e4e10e53" |
|
dependencies = [ |
|
"once_cell", |
|
"opentelemetry_api", |
|
"opentelemetry_sdk", |
|
"prometheus", |
|
"protobuf", |
|
] |
|
|
|
[[package]] |
|
name = "opentelemetry-proto" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1e3f814aa9f8c905d0ee4bde026afd3b2577a97c10e1699912e3e44f0c4cbeb" |
|
dependencies = [ |
|
"opentelemetry_api", |
|
"opentelemetry_sdk", |
|
"prost", |
|
"tonic", |
|
] |
|
|
|
[[package]] |
|
name = "opentelemetry-semantic-conventions" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73c9f9340ad135068800e7f1b24e9e09ed9e7143f5bf8518ded3d3ec69789269" |
|
dependencies = [ |
|
"opentelemetry", |
|
] |
|
|
|
[[package]] |
|
name = "opentelemetry_api" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a81f725323db1b1206ca3da8bb19874bbd3f57c3bcd59471bfb04525b265b9b" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-util", |
|
"indexmap 1.9.3", |
|
"js-sys", |
|
"once_cell", |
|
"pin-project-lite", |
|
"thiserror", |
|
"urlencoding", |
|
] |
|
|
|
[[package]] |
|
name = "opentelemetry_sdk" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa8e705a0612d48139799fcbaba0d4a90f06277153e43dd2bdc16c6f0edd8026" |
|
dependencies = [ |
|
"async-trait", |
|
"crossbeam-channel", |
|
"futures-channel", |
|
"futures-executor", |
|
"futures-util", |
|
"once_cell", |
|
"opentelemetry_api", |
|
"ordered-float 3.9.2", |
|
"percent-encoding", |
|
"rand", |
|
"regex", |
|
"serde_json", |
|
"thiserror", |
|
"tokio", |
|
"tokio-stream", |
|
] |
|
|
|
[[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 = "ordered-float" |
|
version = "3.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc" |
|
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.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall 0.4.1", |
|
"smallvec", |
|
"windows-targets", |
|
] |
|
|
|
[[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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
|
|
|
[[package]] |
|
name = "petgraph" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" |
|
dependencies = [ |
|
"fixedbitset", |
|
"indexmap 2.0.2", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" |
|
dependencies = [ |
|
"pin-project-internal", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" |
|
|
|
[[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.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
|
|
|
[[package]] |
|
name = "platforms" |
|
version = "3.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8" |
|
|
|
[[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.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
|
[[package]] |
|
name = "predicates" |
|
version = "2.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" |
|
dependencies = [ |
|
"difflib", |
|
"float-cmp", |
|
"itertools 0.10.5", |
|
"normalize-line-endings", |
|
"predicates-core", |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "predicates-core" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" |
|
|
|
[[package]] |
|
name = "predicates-tree" |
|
version = "1.0.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" |
|
dependencies = [ |
|
"predicates-core", |
|
"termtree", |
|
] |
|
|
|
[[package]] |
|
name = "prettyplease" |
|
version = "0.1.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" |
|
dependencies = [ |
|
"proc-macro2", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "primeorder" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" |
|
dependencies = [ |
|
"elliptic-curve", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "prometheus" |
|
version = "0.13.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" |
|
dependencies = [ |
|
"cfg-if", |
|
"fnv", |
|
"lazy_static", |
|
"memchr", |
|
"parking_lot", |
|
"protobuf", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "prost" |
|
version = "0.11.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" |
|
dependencies = [ |
|
"bytes", |
|
"prost-derive", |
|
] |
|
|
|
[[package]] |
|
name = "prost-build" |
|
version = "0.11.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" |
|
dependencies = [ |
|
"bytes", |
|
"heck 0.4.1", |
|
"itertools 0.10.5", |
|
"lazy_static", |
|
"log", |
|
"multimap", |
|
"petgraph", |
|
"prettyplease", |
|
"prost", |
|
"prost-types", |
|
"regex", |
|
"syn 1.0.109", |
|
"tempfile", |
|
"which", |
|
] |
|
|
|
[[package]] |
|
name = "prost-derive" |
|
version = "0.11.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" |
|
dependencies = [ |
|
"anyhow", |
|
"itertools 0.10.5", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "prost-types" |
|
version = "0.11.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" |
|
dependencies = [ |
|
"prost", |
|
] |
|
|
|
[[package]] |
|
name = "prost-wkt" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "562788060bcf2bfabe055194bd991ed2442457661744c88e0a0828ff9a08c08b" |
|
dependencies = [ |
|
"chrono", |
|
"inventory", |
|
"prost", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"typetag", |
|
] |
|
|
|
[[package]] |
|
name = "prost-wkt-build" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4dca8bcead3b728a6a7da017cc95e7f4cb2320ec4f6896bc593a1c4700f7328" |
|
dependencies = [ |
|
"heck 0.4.1", |
|
"prost", |
|
"prost-build", |
|
"prost-types", |
|
"quote", |
|
] |
|
|
|
[[package]] |
|
name = "prost-wkt-types" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2377c5680f2342871823045052e791b4487f7c90aae17e0feaee24cf59578a34" |
|
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.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"libc", |
|
"mach2", |
|
"once_cell", |
|
"raw-cpuid", |
|
"wasi", |
|
"web-sys", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
|
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 = "10.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-automata 0.4.3", |
|
"regex-syntax 0.8.2", |
|
] |
|
|
|
[[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.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax 0.8.2", |
|
] |
|
|
|
[[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.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.11.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" |
|
dependencies = [ |
|
"base64 0.21.5", |
|
"bytes", |
|
"encoding_rs", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"hyper", |
|
"hyper-tls", |
|
"ipnet", |
|
"js-sys", |
|
"log", |
|
"mime", |
|
"native-tls", |
|
"once_cell", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"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.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" |
|
dependencies = [ |
|
"cc", |
|
"getrandom", |
|
"libc", |
|
"spin 0.9.8", |
|
"untrusted", |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "ringbuf" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "79abed428d1fd2a128201cec72c5f6938e2da607c6f3745f769fabea399d950a" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "rsa" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "86ef35bf3e7fe15a53c4ab08a998e42271eab13eb0db224126bc7bc4c4bad96d" |
|
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.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustfsm" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#3200785bd14e62c71911c851d29afd4654bab077" |
|
dependencies = [ |
|
"rustfsm_procmacro", |
|
"rustfsm_trait", |
|
] |
|
|
|
[[package]] |
|
name = "rustfsm_procmacro" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#3200785bd14e62c71911c851d29afd4654bab077" |
|
dependencies = [ |
|
"derive_more", |
|
"proc-macro2", |
|
"quote", |
|
"rustfsm_trait", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "rustfsm_trait" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#3200785bd14e62c71911c851d29afd4654bab077" |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.38.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0" |
|
dependencies = [ |
|
"bitflags 2.4.1", |
|
"errno", |
|
"libc", |
|
"linux-raw-sys", |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "rustls" |
|
version = "0.21.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" |
|
dependencies = [ |
|
"log", |
|
"ring", |
|
"rustls-webpki", |
|
"sct", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-native-certs" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" |
|
dependencies = [ |
|
"openssl-probe", |
|
"rustls-pemfile", |
|
"schannel", |
|
"security-framework", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-pemfile" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" |
|
dependencies = [ |
|
"base64 0.21.5", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-webpki" |
|
version = "0.101.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" |
|
dependencies = [ |
|
"ring", |
|
"untrusted", |
|
] |
|
|
|
[[package]] |
|
name = "rustversion" |
|
version = "1.0.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" |
|
dependencies = [ |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
[[package]] |
|
name = "sct" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" |
|
dependencies = [ |
|
"ring", |
|
"untrusted", |
|
] |
|
|
|
[[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.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"core-foundation", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "2.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "1.0.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.190" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" |
|
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 2.10.1", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.190" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.107" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_path_to_error" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335" |
|
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.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23" |
|
dependencies = [ |
|
"base64 0.21.5", |
|
"chrono", |
|
"hex", |
|
"indexmap 1.9.3", |
|
"indexmap 2.0.2", |
|
"serde", |
|
"serde_json", |
|
"serde_with_macros", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "serde_with_macros" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788" |
|
dependencies = [ |
|
"darling 0.20.3", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[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 = "signal-hook-registry" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "signature" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" |
|
dependencies = [ |
|
"digest", |
|
"rand_core", |
|
] |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "54ac45299ccbd390721be55b412d41931911f654fa99e2cb8bfb57184b2061fe" |
|
|
|
[[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.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" |
|
dependencies = [ |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" |
|
|
|
[[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.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.9.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
|
|
|
[[package]] |
|
name = "spki" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" |
|
dependencies = [ |
|
"base64ct", |
|
"der", |
|
] |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
|
|
|
[[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.38" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" |
|
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 = "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", |
|
"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.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" |
|
dependencies = [ |
|
"cfg-if", |
|
"fastrand", |
|
"redox_syscall 0.3.5", |
|
"rustix", |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-client" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#3200785bd14e62c71911c851d29afd4654bab077" |
|
dependencies = [ |
|
"anyhow", |
|
"async-trait", |
|
"backoff", |
|
"derive_builder", |
|
"derive_more", |
|
"futures", |
|
"futures-retry", |
|
"http", |
|
"once_cell", |
|
"opentelemetry", |
|
"parking_lot", |
|
"prost-types", |
|
"temporal-sdk-core-api", |
|
"temporal-sdk-core-protos", |
|
"thiserror", |
|
"tokio", |
|
"tonic", |
|
"tower", |
|
"tracing", |
|
"url", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-sdk" |
|
version = "0.1.0-alpha.1" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#3200785bd14e62c71911c851d29afd4654bab077" |
|
dependencies = [ |
|
"anyhow", |
|
"async-trait", |
|
"base64 0.21.5", |
|
"crossbeam", |
|
"derive_more", |
|
"futures", |
|
"once_cell", |
|
"parking_lot", |
|
"prost-wkt-types", |
|
"serde", |
|
"sha2", |
|
"temporal-client", |
|
"temporal-sdk-core", |
|
"temporal-sdk-core-api", |
|
"temporal-sdk-core-protos", |
|
"thiserror", |
|
"tokio", |
|
"tokio-stream", |
|
"tokio-util", |
|
"tonic", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-sdk-core" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#3200785bd14e62c71911c851d29afd4654bab077" |
|
dependencies = [ |
|
"anyhow", |
|
"arc-swap", |
|
"async-trait", |
|
"base64 0.21.5", |
|
"crossbeam", |
|
"dashmap", |
|
"derive_builder", |
|
"derive_more", |
|
"enum-iterator", |
|
"enum_dispatch", |
|
"futures", |
|
"futures-util", |
|
"governor", |
|
"http", |
|
"hyper", |
|
"itertools 0.11.0", |
|
"lazy_static", |
|
"log", |
|
"lru", |
|
"mockall", |
|
"once_cell", |
|
"opentelemetry", |
|
"opentelemetry-otlp", |
|
"opentelemetry-prometheus", |
|
"opentelemetry_sdk", |
|
"parking_lot", |
|
"pin-project", |
|
"prometheus", |
|
"prost", |
|
"prost-wkt-types", |
|
"rand", |
|
"ringbuf", |
|
"rustfsm", |
|
"serde", |
|
"serde_json", |
|
"siphasher", |
|
"slotmap", |
|
"temporal-client", |
|
"temporal-sdk-core-api", |
|
"temporal-sdk-core-protos", |
|
"thiserror", |
|
"tokio", |
|
"tokio-stream", |
|
"tokio-util", |
|
"tonic", |
|
"tonic-build", |
|
"tracing", |
|
"tracing-futures", |
|
"tracing-subscriber", |
|
"url", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-sdk-core-api" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#3200785bd14e62c71911c851d29afd4654bab077" |
|
dependencies = [ |
|
"async-trait", |
|
"derive_builder", |
|
"derive_more", |
|
"opentelemetry", |
|
"prost-types", |
|
"serde", |
|
"serde_json", |
|
"temporal-sdk-core-protos", |
|
"thiserror", |
|
"tokio", |
|
"tonic", |
|
"tracing-core", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "temporal-sdk-core-protos" |
|
version = "0.1.0" |
|
source = "git+https://github.com/temporalio/sdk-core?branch=master#3200785bd14e62c71911c851d29afd4654bab077" |
|
dependencies = [ |
|
"anyhow", |
|
"base64 0.21.5", |
|
"derive_more", |
|
"prost", |
|
"prost-wkt", |
|
"prost-wkt-build", |
|
"prost-wkt-types", |
|
"rand", |
|
"serde", |
|
"serde_json", |
|
"thiserror", |
|
"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.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.3.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5" |
|
dependencies = [ |
|
"deranged", |
|
"itoa", |
|
"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.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20" |
|
dependencies = [ |
|
"time-core", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
|
dependencies = [ |
|
"tinyvec_macros", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec_macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "1.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" |
|
dependencies = [ |
|
"backtrace", |
|
"bytes", |
|
"libc", |
|
"mio", |
|
"num_cpus", |
|
"parking_lot", |
|
"pin-project-lite", |
|
"signal-hook-registry", |
|
"socket2 0.5.5", |
|
"tokio-macros", |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-io-timeout" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" |
|
dependencies = [ |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-macros" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[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.24.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" |
|
dependencies = [ |
|
"rustls", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-stream" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" |
|
dependencies = [ |
|
"futures-core", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.7.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" |
|
dependencies = [ |
|
"bytes", |
|
"futures-core", |
|
"futures-sink", |
|
"pin-project-lite", |
|
"tokio", |
|
"tracing", |
|
] |
|
|
|
[[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.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a" |
|
dependencies = [ |
|
"async-stream", |
|
"async-trait", |
|
"axum", |
|
"base64 0.21.5", |
|
"bytes", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"hyper", |
|
"hyper-timeout", |
|
"percent-encoding", |
|
"pin-project", |
|
"prost", |
|
"rustls-native-certs", |
|
"rustls-pemfile", |
|
"tokio", |
|
"tokio-rustls", |
|
"tokio-stream", |
|
"tower", |
|
"tower-layer", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "tonic-build" |
|
version = "0.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a6fdaae4c2c638bb70fe42803a26fbd6fc6ac8c72f5c59f67ecc2a2dcabf4b07" |
|
dependencies = [ |
|
"prettyplease", |
|
"proc-macro2", |
|
"prost-build", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[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-layer" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" |
|
|
|
[[package]] |
|
name = "tower-service" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
|
|
|
[[package]] |
|
name = "tracing" |
|
version = "0.1.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
|
dependencies = [ |
|
"log", |
|
"pin-project-lite", |
|
"tracing-attributes", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-attributes" |
|
version = "0.1.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
|
dependencies = [ |
|
"once_cell", |
|
"valuable", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-futures" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" |
|
dependencies = [ |
|
"pin-project", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-log" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" |
|
dependencies = [ |
|
"log", |
|
"once_cell", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-subscriber" |
|
version = "0.3.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" |
|
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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
|
|
|
[[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.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80960fd143d4c96275c0e60b08f14b81fbb468e79bc0ef8fbda69fb0afafae43" |
|
dependencies = [ |
|
"erased-serde", |
|
"inventory", |
|
"once_cell", |
|
"serde", |
|
"typetag-impl", |
|
] |
|
|
|
[[package]] |
|
name = "typetag-impl" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfc13d450dc4a695200da3074dacf43d449b968baee95e341920e47f61a3b40f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"percent-encoding", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "urlencoding" |
|
version = "2.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" |
|
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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
[[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.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.37" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.64" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "which" |
|
version = "4.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" |
|
dependencies = [ |
|
"either", |
|
"home", |
|
"once_cell", |
|
"rustix", |
|
] |
|
|
|
[[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-core" |
|
version = "0.51.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm", |
|
"windows_aarch64_msvc", |
|
"windows_i686_gnu", |
|
"windows_i686_msvc", |
|
"windows_x86_64_gnu", |
|
"windows_x86_64_gnullvm", |
|
"windows_x86_64_msvc", |
|
] |
|
|
|
[[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_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
[[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_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
[[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_gnullvm" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.50.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
|
dependencies = [ |
|
"cfg-if", |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy" |
|
version = "0.7.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81ba595b9f2772fbee2312de30eeb80ec773b4cb2f1e8098db024afadda6c06f" |
|
dependencies = [ |
|
"zerocopy-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy-derive" |
|
version = "0.7.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "772666c41fb6dceaf520b564b962d738a8e1a83b41bd48945f50837aed78bb1d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "zeroidc" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"base64 0.21.5", |
|
"bytes", |
|
"cbindgen", |
|
"jwt", |
|
"openidconnect", |
|
"reqwest", |
|
"serde", |
|
"thiserror", |
|
"time", |
|
"tokio", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
|
|