1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3[[package]] 4name = "assertions" 5version = "0.1.0" 6 7[[package]] 8name = "autocfg" 9version = "1.0.1" 10source = "registry+https://github.com/rust-lang/crates.io-index" 11checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 12 13[[package]] 14name = "cfg-if" 15version = "0.1.10" 16source = "registry+https://github.com/rust-lang/crates.io-index" 17checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 18 19[[package]] 20name = "data_model" 21version = "0.1.0" 22dependencies = [ 23 "assertions", 24 "libc", 25] 26 27[[package]] 28name = "futures" 29version = "0.3.8" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0" 32dependencies = [ 33 "futures-channel", 34 "futures-core", 35 "futures-executor", 36 "futures-io", 37 "futures-sink", 38 "futures-task", 39 "futures-util", 40] 41 42[[package]] 43name = "futures-channel" 44version = "0.3.8" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64" 47dependencies = [ 48 "futures-core", 49 "futures-sink", 50] 51 52[[package]] 53name = "futures-core" 54version = "0.3.8" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748" 57 58[[package]] 59name = "futures-executor" 60version = "0.3.8" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65" 63dependencies = [ 64 "futures-core", 65 "futures-task", 66 "futures-util", 67 "num_cpus", 68] 69 70[[package]] 71name = "futures-io" 72version = "0.3.8" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb" 75 76[[package]] 77name = "futures-macro" 78version = "0.3.8" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556" 81dependencies = [ 82 "proc-macro-hack", 83 "proc-macro2", 84 "quote", 85 "syn", 86] 87 88[[package]] 89name = "futures-sink" 90version = "0.3.8" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d" 93 94[[package]] 95name = "futures-task" 96version = "0.3.8" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d" 99dependencies = [ 100 "once_cell", 101] 102 103[[package]] 104name = "futures-util" 105version = "0.3.8" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2" 108dependencies = [ 109 "futures-channel", 110 "futures-core", 111 "futures-io", 112 "futures-macro", 113 "futures-sink", 114 "futures-task", 115 "memchr", 116 "pin-project", 117 "pin-utils", 118 "proc-macro-hack", 119 "proc-macro-nested", 120 "slab", 121] 122 123[[package]] 124name = "hermit-abi" 125version = "0.1.17" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" 128dependencies = [ 129 "libc", 130] 131 132[[package]] 133name = "intrusive-collections" 134version = "0.9.0" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "4bca8c0bb831cd60d4dda79a58e3705ca6eb47efb65d665651a8d672213ec3db" 137dependencies = [ 138 "memoffset", 139] 140 141[[package]] 142name = "libc" 143version = "0.2.80" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614" 146 147[[package]] 148name = "libchromeos" 149version = "0.1.0" 150dependencies = [ 151 "data_model", 152 "futures", 153 "futures-executor", 154 "futures-util", 155 "intrusive-collections", 156 "libc", 157 "log", 158 "protobuf", 159] 160 161[[package]] 162name = "log" 163version = "0.4.11" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" 166dependencies = [ 167 "cfg-if", 168] 169 170[[package]] 171name = "memchr" 172version = "2.3.4" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 175 176[[package]] 177name = "memoffset" 178version = "0.5.6" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" 181dependencies = [ 182 "autocfg", 183] 184 185[[package]] 186name = "num_cpus" 187version = "1.13.0" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 190dependencies = [ 191 "hermit-abi", 192 "libc", 193] 194 195[[package]] 196name = "once_cell" 197version = "1.5.2" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" 200 201[[package]] 202name = "pin-project" 203version = "1.0.2" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7" 206dependencies = [ 207 "pin-project-internal", 208] 209 210[[package]] 211name = "pin-project-internal" 212version = "1.0.2" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f" 215dependencies = [ 216 "proc-macro2", 217 "quote", 218 "syn", 219] 220 221[[package]] 222name = "pin-utils" 223version = "0.1.0" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 226 227[[package]] 228name = "proc-macro-hack" 229version = "0.5.19" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 232 233[[package]] 234name = "proc-macro-nested" 235version = "0.1.6" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" 238 239[[package]] 240name = "proc-macro2" 241version = "1.0.24" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 244dependencies = [ 245 "unicode-xid", 246] 247 248[[package]] 249name = "protobuf" 250version = "2.18.1" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "da78e04bc0e40f36df43ecc6575e4f4b180e8156c4efd73f13d5619479b05696" 253 254[[package]] 255name = "quote" 256version = "1.0.7" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" 259dependencies = [ 260 "proc-macro2", 261] 262 263[[package]] 264name = "slab" 265version = "0.4.2" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 268 269[[package]] 270name = "syn" 271version = "1.0.50" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "443b4178719c5a851e1bde36ce12da21d74a0e60b4d982ec3385a933c812f0f6" 274dependencies = [ 275 "proc-macro2", 276 "quote", 277 "unicode-xid", 278] 279 280[[package]] 281name = "unicode-xid" 282version = "0.2.1" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 285