1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3[[package]] 4name = "arc-swap" 5version = "0.4.7" 6source = "registry+https://github.com/rust-lang/crates.io-index" 7checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" 8 9[[package]] 10name = "autocfg" 11version = "1.0.1" 12source = "registry+https://github.com/rust-lang/crates.io-index" 13checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 14 15[[package]] 16name = "cfg-if" 17version = "0.1.10" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 20 21[[package]] 22name = "cfg-if" 23version = "1.0.0" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 26 27[[package]] 28name = "const_fn" 29version = "0.4.2" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2" 32 33[[package]] 34name = "crossbeam-channel" 35version = "0.5.0" 36dependencies = [ 37 "cfg-if 1.0.0", 38 "crossbeam-utils", 39 "num_cpus", 40 "rand", 41 "signal-hook", 42] 43 44[[package]] 45name = "crossbeam-utils" 46version = "0.8.0" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5" 49dependencies = [ 50 "autocfg", 51 "cfg-if 1.0.0", 52 "const_fn", 53 "lazy_static", 54] 55 56[[package]] 57name = "getrandom" 58version = "0.1.15" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" 61dependencies = [ 62 "cfg-if 0.1.10", 63 "libc", 64 "wasi", 65] 66 67[[package]] 68name = "hermit-abi" 69version = "0.1.17" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" 72dependencies = [ 73 "libc", 74] 75 76[[package]] 77name = "lazy_static" 78version = "1.4.0" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 81 82[[package]] 83name = "libc" 84version = "0.2.79" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" 87 88[[package]] 89name = "num_cpus" 90version = "1.13.0" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 93dependencies = [ 94 "hermit-abi", 95 "libc", 96] 97 98[[package]] 99name = "ppv-lite86" 100version = "0.2.9" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20" 103 104[[package]] 105name = "rand" 106version = "0.7.3" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 109dependencies = [ 110 "getrandom", 111 "libc", 112 "rand_chacha", 113 "rand_core", 114 "rand_hc", 115] 116 117[[package]] 118name = "rand_chacha" 119version = "0.2.2" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 122dependencies = [ 123 "ppv-lite86", 124 "rand_core", 125] 126 127[[package]] 128name = "rand_core" 129version = "0.5.1" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 132dependencies = [ 133 "getrandom", 134] 135 136[[package]] 137name = "rand_hc" 138version = "0.2.0" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 141dependencies = [ 142 "rand_core", 143] 144 145[[package]] 146name = "signal-hook" 147version = "0.1.16" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed" 150dependencies = [ 151 "libc", 152 "signal-hook-registry", 153] 154 155[[package]] 156name = "signal-hook-registry" 157version = "1.2.1" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035" 160dependencies = [ 161 "arc-swap", 162 "libc", 163] 164 165[[package]] 166name = "wasi" 167version = "0.9.0+wasi-snapshot-preview1" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 170