| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "async-stream" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c" |
| dependencies = [ |
| "async-stream-impl", |
| "futures-core", |
| ] |
| |
| [[package]] |
| name = "async-stream-impl" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
| |
| [[package]] |
| name = "base64" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" |
| |
| [[package]] |
| name = "bytes" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72" |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.66" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" |
| |
| [[package]] |
| name = "ct-logs" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8" |
| dependencies = [ |
| "sct", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64" |
| dependencies = [ |
| "futures-core", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556" |
| dependencies = [ |
| "proc-macro-hack", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d" |
| dependencies = [ |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2" |
| dependencies = [ |
| "futures-core", |
| "futures-macro", |
| "futures-task", |
| "pin-project 1.0.2", |
| "pin-utils", |
| "proc-macro-hack", |
| "proc-macro-nested", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5" |
| dependencies = [ |
| "bytes 1.0.0", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "futures-util", |
| "http", |
| "indexmap", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| "tracing-futures", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84129d298a6d57d246960ff8eb831ca4af3f96d29e2e28848dae275408658e26" |
| dependencies = [ |
| "bytes 0.5.6", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994" |
| dependencies = [ |
| "bytes 1.0.0", |
| "http", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
| |
| [[package]] |
| name = "httpdate" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" |
| |
| [[package]] |
| name = "hyper" |
| version = "0.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7b980c7bc75203b968f06374cbde00bf1818e02e156b8e5b6ccf440fb53b6d0" |
| dependencies = [ |
| "bytes 1.0.0", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project 1.0.2", |
| "socket2", |
| "tokio", |
| "tower-service", |
| "tracing", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.22.1" |
| dependencies = [ |
| "async-stream", |
| "ct-logs", |
| "futures-util", |
| "hyper", |
| "log", |
| "rustls", |
| "rustls-native-certs", |
| "tokio", |
| "tokio-rustls", |
| "webpki", |
| "webpki-roots", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" |
| dependencies = [ |
| "autocfg", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.81" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" |
| |
| [[package]] |
| name = "log" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
| dependencies = [ |
| "cfg-if 0.1.10", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" |
| |
| [[package]] |
| name = "mio" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f33bc887064ef1fd66020c9adfc45bb9f33d75a42096c81e7c56c65b75dd1a8b" |
| dependencies = [ |
| "libc", |
| "log", |
| "miow", |
| "ntapi", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" |
| dependencies = [ |
| "socket2", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "ntapi" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
| |
| [[package]] |
| name = "pin-project" |
| version = "0.4.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" |
| dependencies = [ |
| "pin-project-internal 0.4.27", |
| ] |
| |
| [[package]] |
| name = "pin-project" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7" |
| dependencies = [ |
| "pin-project-internal 1.0.2", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "0.4.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "proc-macro-hack" |
| version = "0.5.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
| |
| [[package]] |
| name = "proc-macro-nested" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" |
| dependencies = [ |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.16.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226" |
| dependencies = [ |
| "cc", |
| "libc", |
| "once_cell", |
| "spin", |
| "untrusted", |
| "web-sys", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b" |
| dependencies = [ |
| "base64", |
| "log", |
| "ring", |
| "sct", |
| "webpki", |
| ] |
| |
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" |
| dependencies = [ |
| "openssl-probe", |
| "rustls", |
| "schannel", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
| dependencies = [ |
| "lazy_static", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "sct" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" |
| dependencies = [ |
| "ring", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "security-framework" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69" |
| dependencies = [ |
| "bitflags", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "tokio" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd" |
| dependencies = [ |
| "autocfg", |
| "bytes 1.0.0", |
| "libc", |
| "memchr", |
| "mio", |
| "num_cpus", |
| "pin-project-lite", |
| "tokio-macros", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" |
| dependencies = [ |
| "rustls", |
| "tokio", |
| "webpki", |
| ] |
| |
| [[package]] |
| name = "tokio-stream" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f3be913b74b13210c8fe04b17ab833f5a124f45b93d0f99f59fff621f64392a" |
| dependencies = [ |
| "async-stream", |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36135b7e7da911f5f8b9331209f7fab4cc13498f3fff52f72a710c78187e3148" |
| dependencies = [ |
| "bytes 1.0.0", |
| "futures-core", |
| "futures-sink", |
| "log", |
| "pin-project-lite", |
| "tokio", |
| "tokio-stream", |
| ] |
| |
| [[package]] |
| name = "tower-service" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "pin-project-lite", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "tracing-futures" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" |
| dependencies = [ |
| "pin-project 0.4.27", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
| |
| [[package]] |
| name = "want" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" |
| dependencies = [ |
| "log", |
| "try-lock", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62" |
| dependencies = [ |
| "bumpalo", |
| "lazy_static", |
| "log", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "webpki" |
| version = "0.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" |
| dependencies = [ |
| "ring", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "webpki-roots" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376" |
| dependencies = [ |
| "webpki", |
| ] |
| |
| [[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" |