ofborg/Cargo.lock

1959 lines
50 KiB
Plaintext
Raw Normal View History

2019-04-12 01:55:42 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2020-05-24 11:43:14 +00:00
[[package]]
name = "addr2line"
2022-11-01 19:58:51 +00:00
version = "0.17.0"
2020-05-24 11:43:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2020-05-24 11:43:14 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"gimli",
2020-05-24 11:43:14 +00:00
]
2017-11-10 23:33:14 +00:00
[[package]]
2021-05-16 16:44:18 +00:00
name = "adler"
version = "1.0.2"
2017-11-10 23:33:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2017-11-10 23:33:14 +00:00
[[package]]
name = "aho-corasick"
2022-11-01 19:58:51 +00:00
version = "0.7.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
dependencies = [
"memchr",
]
[[package]]
name = "amq-protocol"
2022-11-01 19:58:51 +00:00
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "a3b51c409a2b30e48826a593d56a26a43f37bf3df682821e55cd108e24de9ce7"
dependencies = [
2021-05-16 16:44:18 +00:00
"amq-protocol-tcp",
"amq-protocol-types",
"amq-protocol-uri",
"cookie-factory",
2022-11-01 19:58:51 +00:00
"nom 7.1.1",
]
[[package]]
name = "amq-protocol-tcp"
2022-11-01 19:58:51 +00:00
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "9797cd3a8f1491e4828818341aea5e1378029ec89dc2422cd85d62715f913080"
dependencies = [
2021-05-16 16:44:18 +00:00
"amq-protocol-uri",
"tcp-stream",
"tracing",
]
[[package]]
name = "amq-protocol-types"
2022-11-01 19:58:51 +00:00
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "028cb766932137535fe8a320245e385bac379506d7e9e3d0375be069bb6fb0de"
dependencies = [
2021-05-16 16:44:18 +00:00
"cookie-factory",
2022-11-01 19:58:51 +00:00
"nom 7.1.1",
2021-05-16 16:44:18 +00:00
"serde",
"serde_json",
]
[[package]]
name = "amq-protocol-uri"
2022-11-01 19:58:51 +00:00
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "b08059afa9495f674408891c5eaee50c5eca3532598c90532c1856990b91da96"
dependencies = [
2022-11-01 19:58:51 +00:00
"percent-encoding 2.2.0",
"url 2.3.1",
]
[[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"
2021-05-16 16:44:18 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
2021-05-16 16:44:18 +00:00
"winapi 0.3.9",
]
[[package]]
name = "antidote"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5"
[[package]]
name = "async-channel"
2022-11-01 19:58:51 +00:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-std"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a45cee2749d880d7066e328a7e161c7470ced883b2fd000ca4643e9f1dd5083a"
dependencies = [
"async-task 3.0.0",
2021-05-16 16:44:18 +00:00
"crossbeam-utils 0.7.2",
"futures-channel",
2021-05-16 16:44:18 +00:00
"futures-core",
"futures-io",
"futures-timer",
"kv-log-macro",
2022-11-01 19:58:51 +00:00
"log 0.4.17",
2021-05-16 16:44:18 +00:00
"memchr",
"num_cpus",
"once_cell",
"pin-project-lite 0.1.12",
"pin-utils",
"slab",
"smol",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17772156ef2829aadc587461c7753af20b7e8db1529bc66855add962a3b35d3"
[[package]]
name = "async-task"
2022-11-01 19:58:51 +00:00
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
[[package]]
name = "autocfg"
2022-11-01 19:58:51 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2017-11-05 14:46:42 +00:00
[[package]]
name = "backtrace"
2022-11-01 19:58:51 +00:00
version = "0.3.66"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2018-11-23 19:52:56 +00:00
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
2018-11-23 19:52:56 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"byteorder",
"safemem",
2018-11-23 19:52:56 +00:00
]
[[package]]
name = "base64"
2022-11-01 19:58:51 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "bitflags"
2022-11-01 19:58:51 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "blocking"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2468ff7bf85066b4a3678fede6fe66db31846d753ff0adfbfab2c6a6e81612b"
dependencies = [
"async-channel",
"atomic-waker",
"futures-lite",
"once_cell",
"parking 1.0.6",
"waker-fn",
]
[[package]]
name = "bumpalo"
2022-11-01 19:58:51 +00:00
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
[[package]]
name = "byteorder"
2021-05-16 16:44:18 +00:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cache-padded"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
2017-11-05 14:46:42 +00:00
[[package]]
name = "cc"
2022-11-01 19:58:51 +00:00
version = "1.0.74"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
2017-11-05 14:46:42 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2017-11-05 14:46:42 +00:00
[[package]]
2021-05-16 16:44:18 +00:00
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
2021-05-16 16:44:18 +00:00
name = "chrono"
2022-11-01 19:58:51 +00:00
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
dependencies = [
2022-11-01 19:58:51 +00:00
"iana-time-zone",
"js-sys",
2021-05-16 16:44:18 +00:00
"num-integer",
"num-traits",
"time",
2022-11-01 19:58:51 +00:00
"wasm-bindgen",
2021-05-16 16:44:18 +00:00
"winapi 0.3.9",
]
2022-11-01 19:58:51 +00:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "concurrent-queue"
2022-11-01 19:58:51 +00:00
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
dependencies = [
"cache-padded",
]
[[package]]
name = "cookie-factory"
2021-05-16 16:44:18 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b"
[[package]]
name = "core-foundation"
2022-11-01 19:58:51 +00:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
2021-05-16 16:44:18 +00:00
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2022-11-01 19:58:51 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-05-16 16:44:18 +00:00
[[package]]
name = "crossbeam-channel"
2022-11-01 19:58:51 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
2021-05-16 16:44:18 +00:00
"cfg-if 1.0.0",
2022-11-01 19:58:51 +00:00
"crossbeam-utils 0.8.12",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"lazy_static",
]
[[package]]
name = "crossbeam-utils"
2022-11-01 19:58:51 +00:00
version = "0.8.12"
2021-05-16 16:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
dependencies = [
2021-05-16 16:44:18 +00:00
"cfg-if 1.0.0",
]
[[package]]
2021-05-16 16:44:18 +00:00
name = "ctor"
2022-11-01 19:58:51 +00:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
2021-05-16 16:44:18 +00:00
"quote",
"syn",
]
2022-11-01 19:58:51 +00:00
[[package]]
name = "cxx"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
[[package]]
name = "cxxbridge-macro"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2018-02-22 02:36:27 +00:00
[[package]]
name = "either"
2022-11-01 19:58:51 +00:00
version = "1.8.0"
2018-02-22 02:36:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2018-02-22 02:36:27 +00:00
2017-11-05 14:46:42 +00:00
[[package]]
name = "error-chain"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"backtrace",
2017-11-05 14:46:42 +00:00
]
[[package]]
name = "event-listener"
2022-11-01 19:58:51 +00:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fastrand"
2022-11-01 19:58:51 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2021-05-16 16:44:18 +00:00
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2022-11-01 19:58:51 +00:00
version = "1.1.0"
2021-05-16 16:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2021-05-16 16:44:18 +00:00
dependencies = [
2022-11-01 19:58:51 +00:00
"percent-encoding 2.2.0",
2021-05-16 16:44:18 +00:00
]
2018-11-23 19:52:56 +00:00
[[package]]
name = "frank_jwt"
2022-11-01 19:58:51 +00:00
version = "3.1.3"
2018-11-23 19:52:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "9febc9f09c7569636ba0e3d98a12addd6b11b3b3bc1d7baad06d52c60c1bbadd"
2018-11-23 19:52:56 +00:00
dependencies = [
2022-11-01 19:58:51 +00:00
"base64 0.13.1",
2021-05-16 16:44:18 +00:00
"openssl",
"serde",
"serde_json",
2018-11-23 19:52:56 +00:00
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "fs2"
version = "0.4.3"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"libc",
"winapi 0.3.9",
2017-11-05 14:46:42 +00:00
]
[[package]]
2020-05-24 11:43:14 +00:00
name = "fuchsia-cprng"
version = "0.1.1"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2017-11-05 14:46:42 +00:00
[[package]]
name = "futures-channel"
2022-11-01 19:58:51 +00:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
2020-05-24 11:43:14 +00:00
dependencies = [
"futures-core",
2020-05-24 11:43:14 +00:00
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "futures-core"
2022-11-01 19:58:51 +00:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2021-05-16 16:44:18 +00:00
[[package]]
name = "futures-io"
2022-11-01 19:58:51 +00:00
version = "0.3.25"
2021-05-16 16:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
2020-05-24 11:43:14 +00:00
[[package]]
name = "futures-lite"
version = "0.1.11"
2020-05-24 11:43:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97999970129b808f0ccba93211201d431fcc12d7e1ffae03a61b5cedd1a7ced2"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking 2.0.0",
"pin-project-lite 0.1.12",
"waker-fn",
]
2020-05-24 11:43:14 +00:00
[[package]]
name = "futures-macro"
2022-11-01 19:58:51 +00:00
version = "0.3.25"
2020-05-24 11:43:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-task"
2022-11-01 19:58:51 +00:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
2020-05-24 11:43:14 +00:00
[[package]]
name = "futures-timer"
version = "3.0.2"
2020-05-24 11:43:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
dependencies = [
"gloo-timers",
"send_wrapper",
]
[[package]]
name = "futures-util"
2022-11-01 19:58:51 +00:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
dependencies = [
"futures-core",
"futures-io",
"futures-macro",
"futures-task",
"memchr",
2022-11-01 19:58:51 +00:00
"pin-project-lite 0.2.9",
"pin-utils",
"slab",
]
2020-05-24 11:43:14 +00:00
[[package]]
name = "gimli"
2022-11-01 19:58:51 +00:00
version = "0.26.2"
2020-05-24 11:43:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
[[package]]
name = "gloo-timers"
2022-11-01 19:58:51 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "hermit-abi"
2022-11-01 19:58:51 +00:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
2021-05-16 16:44:18 +00:00
"libc",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "httparse"
2022-11-01 19:58:51 +00:00
version = "1.8.0"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2017-11-05 14:46:42 +00:00
[[package]]
name = "hubcaps"
version = "0.3.16"
source = "git+https://github.com/grahamc/hubcaps.git#de1e1521ee78b5df5e1435619c8e1b90c932d36b"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"error-chain",
"frank_jwt",
"hyper",
"log 0.3.9",
"serde",
"serde_derive",
"serde_json",
"url 1.7.2",
]
[[package]]
name = "hyper"
2020-05-24 11:43:14 +00:00
version = "0.10.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
dependencies = [
2021-05-16 16:44:18 +00:00
"base64 0.9.3",
"httparse",
"language-tags",
"log 0.3.9",
"mime",
"num_cpus",
"time",
"traitobject",
"typeable",
"unicase",
"url 1.7.2",
]
[[package]]
name = "hyper-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "6d375598f442742b0e66208ee12501391f1c7ac0bafb90b4fe53018f81f06068"
dependencies = [
2021-05-16 16:44:18 +00:00
"antidote",
"hyper",
"native-tls",
2017-11-05 14:46:42 +00:00
]
2022-11-01 19:58:51 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi 0.3.9",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "idna"
version = "0.1.5"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2017-11-05 14:46:42 +00:00
]
[[package]]
name = "idna"
2022-11-01 19:58:51 +00:00
version = "0.3.0"
2021-05-16 16:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2021-05-16 16:44:18 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "instant"
2022-11-01 19:58:51 +00:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2021-05-16 16:44:18 +00:00
"cfg-if 1.0.0",
]
2017-11-06 21:56:58 +00:00
[[package]]
name = "itoa"
2022-11-01 19:58:51 +00:00
version = "1.0.4"
2017-11-06 21:56:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2017-11-06 21:56:58 +00:00
[[package]]
name = "js-sys"
2022-11-01 19:58:51 +00:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
dependencies = [
"wasm-bindgen",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"winapi 0.2.8",
"winapi-build",
2017-11-05 14:46:42 +00:00
]
[[package]]
name = "kv-log-macro"
2021-05-16 16:44:18 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
2022-11-01 19:58:51 +00:00
"log 0.4.17",
]
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
[[package]]
name = "lapin"
2022-11-01 19:58:51 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "36c0eacc7b8880c2e73ab70e47c9f099ad81af6debde9353fdb11045c0ce716e"
dependencies = [
2021-05-16 16:44:18 +00:00
"amq-protocol",
2022-11-01 19:58:51 +00:00
"async-task 4.3.0",
"crossbeam-channel",
2021-05-16 16:44:18 +00:00
"futures-core",
2022-11-01 19:58:51 +00:00
"log 0.4.17",
"mio",
2021-05-16 16:44:18 +00:00
"parking_lot",
"pinky-swear",
"serde",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2017-11-05 14:46:42 +00:00
[[package]]
2022-11-01 19:58:51 +00:00
name = "libc"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
2017-11-05 14:46:42 +00:00
[[package]]
2022-11-01 19:58:51 +00:00
name = "link-cplusplus"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
dependencies = [
"cc",
]
2018-01-23 02:45:15 +00:00
[[package]]
name = "linked-hash-map"
2022-11-01 19:58:51 +00:00
version = "0.5.6"
2018-01-23 02:45:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2018-01-23 02:45:15 +00:00
[[package]]
name = "lock_api"
2022-11-01 19:58:51 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
2022-11-01 19:58:51 +00:00
"autocfg",
2021-05-16 16:44:18 +00:00
"scopeguard",
]
[[package]]
name = "log"
2020-05-24 11:43:14 +00:00
version = "0.3.9"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
2020-05-24 11:43:14 +00:00
dependencies = [
2022-11-01 19:58:51 +00:00
"log 0.4.17",
2020-05-24 11:43:14 +00:00
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "log"
2022-11-01 19:58:51 +00:00
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
2021-05-16 16:44:18 +00:00
"cfg-if 1.0.0",
"value-bag",
]
2018-01-23 02:45:15 +00:00
[[package]]
name = "lru-cache"
2020-05-24 11:43:14 +00:00
version = "0.1.2"
2018-01-23 02:45:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2018-01-23 02:45:15 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"linked-hash-map",
2018-01-23 02:45:15 +00:00
]
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
2021-05-16 16:44:18 +00:00
"regex-automata",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "matches"
2022-11-01 19:58:51 +00:00
version = "0.1.9"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2017-11-05 14:46:42 +00:00
[[package]]
name = "md5"
version = "0.3.8"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48"
2017-11-05 14:46:42 +00:00
2017-11-10 23:33:14 +00:00
[[package]]
name = "memchr"
2022-11-01 19:58:51 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "mime"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
dependencies = [
2021-05-16 16:44:18 +00:00
"log 0.3.9",
]
2022-11-01 19:58:51 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-05-16 16:44:18 +00:00
[[package]]
name = "miniz_oxide"
2022-11-01 19:58:51 +00:00
version = "0.5.4"
2021-05-16 16:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
2021-05-16 16:44:18 +00:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2022-11-01 19:58:51 +00:00
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
dependencies = [
2021-05-16 16:44:18 +00:00
"libc",
2022-11-01 19:58:51 +00:00
"log 0.4.17",
"miow",
2021-05-16 16:44:18 +00:00
"ntapi",
"winapi 0.3.9",
]
[[package]]
name = "miow"
2021-05-16 16:44:18 +00:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
2021-05-16 16:44:18 +00:00
"winapi 0.3.9",
]
[[package]]
name = "native-tls"
2022-11-01 19:58:51 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
2021-05-16 16:44:18 +00:00
"lazy_static",
"libc",
2022-11-01 19:58:51 +00:00
"log 0.4.17",
2021-05-16 16:44:18 +00:00
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
2022-11-01 19:58:51 +00:00
"tempfile 3.3.0",
]
2018-03-16 01:33:38 +00:00
[[package]]
name = "nom"
2020-05-24 11:43:14 +00:00
version = "4.2.3"
2018-03-16 01:33:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
2018-03-16 01:33:38 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"memchr",
"version_check 0.1.5",
]
[[package]]
name = "nom"
2022-11-01 19:58:51 +00:00
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
2021-05-16 16:44:18 +00:00
"memchr",
2022-11-01 19:58:51 +00:00
"minimal-lexical",
]
[[package]]
name = "ntapi"
2022-11-01 19:58:51 +00:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
dependencies = [
2021-05-16 16:44:18 +00:00
"winapi 0.3.9",
2018-03-16 01:33:38 +00:00
]
[[package]]
name = "num-integer"
2022-11-01 19:58:51 +00:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
2021-05-16 16:44:18 +00:00
"autocfg",
"num-traits",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "num-traits"
2022-11-01 19:58:51 +00:00
version = "0.2.15"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2020-05-24 11:43:14 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"autocfg",
2020-05-24 11:43:14 +00:00
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "num_cpus"
2022-11-01 19:58:51 +00:00
version = "1.13.1"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"hermit-abi",
"libc",
2017-11-05 14:46:42 +00:00
]
2020-05-24 11:43:14 +00:00
[[package]]
name = "object"
2022-11-01 19:58:51 +00:00
version = "0.29.0"
2020-05-24 11:43:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2021-05-16 16:44:18 +00:00
dependencies = [
"memchr",
]
2020-05-24 11:43:14 +00:00
[[package]]
name = "ofborg"
2020-04-29 22:12:47 +00:00
version = "0.1.9"
dependencies = [
2021-05-16 16:44:18 +00:00
"async-std",
"chrono",
"either",
"fs2",
"futures-util",
2021-05-16 16:44:18 +00:00
"hubcaps",
"hyper",
"hyper-native-tls",
"lapin",
"lru-cache",
"md5",
"nom 4.2.3",
"regex",
2021-05-16 16:44:18 +00:00
"separator",
"serde",
"serde_derive",
"serde_json",
"sys-info",
"tempfile 2.2.0",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "ofborg-simple-build"
version = "0.1.0"
dependencies = [
2021-05-16 16:44:18 +00:00
"log 0.3.9",
"ofborg",
]
[[package]]
name = "once_cell"
2022-11-01 19:58:51 +00:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "openssl"
2022-11-01 19:58:51 +00:00
version = "0.10.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13"
dependencies = [
2021-05-16 16:44:18 +00:00
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
2022-11-01 19:58:51 +00:00
"openssl-macros",
2021-05-16 16:44:18 +00:00
"openssl-sys",
2018-11-23 19:52:56 +00:00
]
2022-11-01 19:58:51 +00:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "openssl-probe"
2022-11-01 19:58:51 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2017-11-05 14:46:42 +00:00
[[package]]
name = "openssl-sys"
2022-11-01 19:58:51 +00:00
version = "0.9.77"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "parking"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb300f271742d4a2a66c01b6b2fa0c83dfebd2e0bf11addb879a3547b4ed87c"
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
[[package]]
name = "parking_lot"
2022-11-01 19:58:51 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
2021-05-16 16:44:18 +00:00
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2022-11-01 19:58:51 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
dependencies = [
2021-05-16 16:44:18 +00:00
"cfg-if 1.0.0",
"libc",
2022-11-01 19:58:51 +00:00
"redox_syscall 0.2.16",
2021-05-16 16:44:18 +00:00
"smallvec",
2022-11-01 19:58:51 +00:00
"windows-sys 0.42.0",
2017-11-05 14:46:42 +00:00
]
[[package]]
name = "pem"
2021-05-16 16:44:18 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
dependencies = [
2022-11-01 19:58:51 +00:00
"base64 0.13.1",
2021-05-16 16:44:18 +00:00
"once_cell",
"regex",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "percent-encoding"
version = "1.0.1"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2017-11-05 14:46:42 +00:00
[[package]]
name = "percent-encoding"
2022-11-01 19:58:51 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
2021-05-16 16:44:18 +00:00
name = "pin-project-lite"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
2022-11-01 19:58:51 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pinky-swear"
2022-11-01 19:58:51 +00:00
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "c5ade3d5e4fa85586b4795e097180fd48447d39fb56e351bd889f1c9664291a8"
dependencies = [
2021-05-16 16:44:18 +00:00
"doc-comment",
"parking_lot",
"tracing",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "pkg-config"
2022-11-01 19:58:51 +00:00
version = "0.3.26"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2018-03-16 01:33:38 +00:00
[[package]]
name = "proc-macro2"
2022-11-01 19:58:51 +00:00
version = "1.0.47"
2018-03-16 01:33:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
2018-03-16 01:33:38 +00:00
dependencies = [
2022-11-01 19:58:51 +00:00
"unicode-ident",
2018-03-16 01:33:38 +00:00
]
2017-11-06 21:56:58 +00:00
[[package]]
name = "quote"
2022-11-01 19:58:51 +00:00
version = "1.0.21"
2017-11-06 21:56:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2018-03-16 01:33:38 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"proc-macro2",
2018-03-16 01:33:38 +00:00
]
2017-11-06 21:56:58 +00:00
2017-11-05 14:46:42 +00:00
[[package]]
name = "rand"
2020-05-24 11:43:14 +00:00
version = "0.3.23"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"libc",
"rand 0.4.6",
2018-03-16 01:33:38 +00:00
]
[[package]]
name = "rand"
2020-05-24 11:43:14 +00:00
version = "0.4.6"
2018-03-16 01:33:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
2018-03-16 01:33:38 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi 0.3.9",
]
2020-05-24 11:43:14 +00:00
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2020-05-24 11:43:14 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"rand_core 0.4.2",
2020-05-24 11:43:14 +00:00
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2020-05-24 11:43:14 +00:00
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2020-05-24 11:43:14 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"rand_core 0.3.1",
2020-05-24 11:43:14 +00:00
]
2017-11-08 08:34:48 +00:00
[[package]]
name = "redox_syscall"
2021-05-16 16:44:18 +00:00
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
2022-11-01 19:58:51 +00:00
version = "0.2.16"
2017-11-08 08:34:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-05-16 16:44:18 +00:00
dependencies = [
"bitflags",
]
2017-11-08 08:34:48 +00:00
2017-11-10 23:33:14 +00:00
[[package]]
name = "regex"
2022-11-01 19:58:51 +00:00
version = "1.6.0"
2017-11-10 23:33:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2017-11-10 23:33:14 +00:00
dependencies = [
"aho-corasick",
"memchr",
2021-05-16 16:44:18 +00:00
"regex-syntax",
]
[[package]]
name = "regex-automata"
2021-05-16 16:44:18 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2021-05-16 16:44:18 +00:00
"regex-syntax",
2017-11-10 23:33:14 +00:00
]
[[package]]
name = "regex-syntax"
2022-11-01 19:58:51 +00:00
version = "0.6.27"
2017-11-10 23:33:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2018-03-16 01:33:38 +00:00
[[package]]
name = "remove_dir_all"
2021-05-16 16:44:18 +00:00
version = "0.5.3"
2018-03-16 01:33:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2018-03-16 01:33:38 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"winapi 0.3.9",
2018-03-16 01:33:38 +00:00
]
2017-11-10 23:33:14 +00:00
2017-11-05 14:46:42 +00:00
[[package]]
name = "rustc-demangle"
2022-11-01 19:58:51 +00:00
version = "0.1.21"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2017-11-05 14:46:42 +00:00
[[package]]
name = "ryu"
2022-11-01 19:58:51 +00:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2018-11-23 19:52:56 +00:00
[[package]]
name = "safemem"
2020-05-24 11:43:14 +00:00
version = "0.3.3"
2018-11-23 19:52:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2018-11-23 19:52:56 +00:00
[[package]]
name = "schannel"
2022-11-01 19:58:51 +00:00
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
dependencies = [
2021-05-16 16:44:18 +00:00
"lazy_static",
2022-11-01 19:58:51 +00:00
"windows-sys 0.36.1",
]
[[package]]
name = "scoped-tls"
2022-11-01 19:58:51 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-11-01 19:58:51 +00:00
[[package]]
name = "scratch"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
[[package]]
name = "security-framework"
2022-11-01 19:58:51 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
dependencies = [
2021-05-16 16:44:18 +00:00
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2022-11-01 19:58:51 +00:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
dependencies = [
2021-05-16 16:44:18 +00:00
"core-foundation-sys",
"libc",
2017-11-05 14:46:42 +00:00
]
[[package]]
name = "send_wrapper"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
2019-04-14 23:35:32 +00:00
[[package]]
name = "separator"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
2019-04-14 23:35:32 +00:00
2017-11-06 21:56:58 +00:00
[[package]]
name = "serde"
2022-11-01 19:58:51 +00:00
version = "1.0.147"
2017-11-06 21:56:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
dependencies = [
2021-05-16 16:44:18 +00:00
"serde_derive",
]
2017-11-06 21:56:58 +00:00
[[package]]
name = "serde_derive"
2022-11-01 19:58:51 +00:00
version = "1.0.147"
2017-11-06 21:56:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
2017-11-06 21:56:58 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"proc-macro2",
"quote",
"syn",
2017-11-06 21:56:58 +00:00
]
[[package]]
name = "serde_json"
2022-11-01 19:58:51 +00:00
version = "1.0.87"
2017-11-06 21:56:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
2017-11-06 21:56:58 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sharded-slab"
2022-11-01 19:58:51 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
2021-05-16 16:44:18 +00:00
"lazy_static",
]
[[package]]
name = "slab"
2022-11-01 19:58:51 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2022-11-01 19:58:51 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smol"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "620cbb3c6e34da57d3a248cda0cd01cd5848164dc062e764e65d06fe3ea7aed5"
dependencies = [
"async-task 3.0.0",
"blocking",
"concurrent-queue",
"fastrand",
"futures-io",
"futures-util",
"libc",
"once_cell",
"scoped-tls",
"slab",
"socket2",
"wepoll-sys-stjepang",
"winapi 0.3.9",
]
[[package]]
name = "socket2"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
]
2017-11-06 21:56:58 +00:00
[[package]]
name = "syn"
2022-11-01 19:58:51 +00:00
version = "1.0.103"
2017-11-06 21:56:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
2017-11-06 21:56:58 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"proc-macro2",
"quote",
2022-11-01 19:58:51 +00:00
"unicode-ident",
2017-11-06 21:56:58 +00:00
]
[[package]]
name = "sys-info"
2020-05-24 11:43:14 +00:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "58283a48c9212afcade2069f8bbf7ded6a7bdbf4888d2defba72244c8e5f423c"
dependencies = [
2021-05-16 16:44:18 +00:00
"cc",
"libc",
]
[[package]]
name = "tcp-stream"
2022-11-01 19:58:51 +00:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "c839b9cf24db4225fa445589e014e6ecc4c42ba6ecf5db3e9fe38fbe8ea2377a"
dependencies = [
2021-05-16 16:44:18 +00:00
"cfg-if 1.0.0",
"mio",
2021-05-16 16:44:18 +00:00
"native-tls",
"pem",
]
2017-11-08 08:34:48 +00:00
[[package]]
name = "tempfile"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "11ce2fe9db64b842314052e2421ac61a73ce41b898dc8e3750398b219c5fc1e0"
2017-11-08 08:34:48 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"kernel32-sys",
"libc",
"rand 0.3.23",
"redox_syscall 0.1.57",
"winapi 0.2.8",
2017-11-08 08:34:48 +00:00
]
[[package]]
name = "tempfile"
2022-11-01 19:58:51 +00:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
2021-05-16 16:44:18 +00:00
"cfg-if 1.0.0",
2022-11-01 19:58:51 +00:00
"fastrand",
2021-05-16 16:44:18 +00:00
"libc",
2022-11-01 19:58:51 +00:00
"redox_syscall 0.2.16",
2021-05-16 16:44:18 +00:00
"remove_dir_all",
"winapi 0.3.9",
]
2017-11-10 23:33:14 +00:00
[[package]]
2022-11-01 19:58:51 +00:00
name = "termcolor"
2021-05-16 16:44:18 +00:00
version = "1.1.3"
2017-11-10 23:33:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2017-11-10 23:33:14 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"once_cell",
2017-11-10 23:33:14 +00:00
]
[[package]]
name = "time"
2022-11-01 19:58:51 +00:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
2021-05-16 16:44:18 +00:00
"libc",
2022-11-01 19:58:51 +00:00
"wasi",
2021-05-16 16:44:18 +00:00
"winapi 0.3.9",
]
2021-05-16 16:44:18 +00:00
[[package]]
name = "tinyvec"
2022-11-01 19:58:51 +00:00
version = "1.6.0"
2021-05-16 16:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-05-16 16:44:18 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tracing"
2022-11-01 19:58:51 +00:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
2021-05-16 16:44:18 +00:00
"cfg-if 1.0.0",
2022-11-01 19:58:51 +00:00
"pin-project-lite 0.2.9",
2021-05-16 16:44:18 +00:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-11-01 19:58:51 +00:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
2021-05-16 16:44:18 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2022-11-01 19:58:51 +00:00
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
dependencies = [
2022-11-01 19:58:51 +00:00
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
2022-11-01 19:58:51 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
2021-05-16 16:44:18 +00:00
"lazy_static",
2022-11-01 19:58:51 +00:00
"log 0.4.17",
2021-05-16 16:44:18 +00:00
"tracing-core",
]
[[package]]
name = "tracing-serde"
2022-11-01 19:58:51 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
2021-05-16 16:44:18 +00:00
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2022-11-01 19:58:51 +00:00
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
dependencies = [
2021-05-16 16:44:18 +00:00
"ansi_term",
"chrono",
"lazy_static",
"matchers",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
"tracing-serde",
]
[[package]]
name = "traitobject"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
[[package]]
name = "typeable"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
[[package]]
name = "unicase"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
dependencies = [
2021-05-16 16:44:18 +00:00
"version_check 0.1.5",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "unicode-bidi"
2022-11-01 19:58:51 +00:00
version = "0.3.8"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2017-11-05 14:46:42 +00:00
[[package]]
name = "unicode-normalization"
2022-11-01 19:58:51 +00:00
version = "0.1.22"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2020-05-24 11:43:14 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"tinyvec",
2020-05-24 11:43:14 +00:00
]
2017-11-05 14:46:42 +00:00
2017-11-06 21:56:58 +00:00
[[package]]
2022-11-01 19:58:51 +00:00
name = "unicode-width"
version = "0.1.10"
2017-11-06 21:56:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2017-11-06 21:56:58 +00:00
2017-11-05 14:46:42 +00:00
[[package]]
name = "url"
version = "1.7.2"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
2017-11-05 14:46:42 +00:00
dependencies = [
2021-05-16 16:44:18 +00:00
"idna 0.1.5",
"matches",
"percent-encoding 1.0.1",
2017-11-05 14:46:42 +00:00
]
[[package]]
name = "url"
2022-11-01 19:58:51 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
2021-05-16 16:44:18 +00:00
"form_urlencoded",
2022-11-01 19:58:51 +00:00
"idna 0.3.0",
"percent-encoding 2.2.0",
]
[[package]]
name = "uuid"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "7cfec50b0842181ba6e713151b72f4ec84a6a7e2c9c8a8a3ffc37bb1cd16b231"
dependencies = [
2021-05-16 16:44:18 +00:00
"rand 0.3.23",
]
2022-11-01 19:58:51 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2021-05-16 16:44:18 +00:00
[[package]]
name = "value-bag"
2022-11-01 19:58:51 +00:00
version = "1.0.0-alpha.9"
2021-05-16 16:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
2021-05-16 16:44:18 +00:00
dependencies = [
"ctor",
2022-11-01 19:58:51 +00:00
"version_check 0.9.4",
]
2017-11-10 23:33:14 +00:00
[[package]]
name = "vcpkg"
2022-11-01 19:58:51 +00:00
version = "0.2.15"
2017-11-10 23:33:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2017-11-10 23:33:14 +00:00
2017-11-05 14:46:42 +00:00
[[package]]
name = "version_check"
version = "0.1.5"
2017-11-05 14:46:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2017-11-05 14:46:42 +00:00
[[package]]
name = "version_check"
2022-11-01 19:58:51 +00:00
version = "0.9.4"
2020-05-24 11:43:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-05-24 11:43:14 +00:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "wasi"
2022-11-01 19:58:51 +00:00
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasm-bindgen"
2022-11-01 19:58:51 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-11-01 19:58:51 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
2022-11-01 19:58:51 +00:00
"log 0.4.17",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-11-01 19:58:51 +00:00
version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2022-11-01 19:58:51 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-11-01 19:58:51 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-11-01 19:58:51 +00:00
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
[[package]]
name = "web-sys"
2022-11-01 19:58:51 +00:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "wepoll-sys-stjepang"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fdfbb03f290ca0b27922e8d48a0997b4ceea12df33269b9f75e713311eb178d"
dependencies = [
"cc",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2017-11-05 14:46:42 +00:00
[[package]]
name = "winapi"
2021-05-16 16:44:18 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
2021-05-16 16:44:18 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
2017-11-05 14:46:42 +00:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2017-11-05 14:46:42 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2022-11-01 19:58:51 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-16 16:44:18 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2021-05-16 16:44:18 +00:00
[[package]]
2022-11-01 19:58:51 +00:00
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
2021-05-16 16:44:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 19:58:51 +00:00
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"