1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "anyhow" 7version = "1.0.57" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" 10 11[[package]] 12name = "cfg-if" 13version = "1.0.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 16 17[[package]] 18name = "form_urlencoded" 19version = "1.2.1" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 22dependencies = [ 23 "percent-encoding", 24] 25 26[[package]] 27name = "idna" 28version = "0.5.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 31dependencies = [ 32 "unicode-bidi", 33 "unicode-normalization", 34] 35 36[[package]] 37name = "itoa" 38version = "1.0.2" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" 41 42[[package]] 43name = "libc" 44version = "0.2.126" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" 47 48[[package]] 49name = "log" 50version = "0.4.17" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 53dependencies = [ 54 "cfg-if", 55] 56 57[[package]] 58name = "num_threads" 59version = "0.1.6" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 62dependencies = [ 63 "libc", 64] 65 66[[package]] 67name = "percent-encoding" 68version = "2.3.1" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 71 72[[package]] 73name = "rust-analyzer-chromiumos-wrapper" 74version = "0.1.0" 75dependencies = [ 76 "anyhow", 77 "log", 78 "serde_json", 79 "simplelog", 80 "url", 81] 82 83[[package]] 84name = "ryu" 85version = "1.0.10" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" 88 89[[package]] 90name = "serde" 91version = "1.0.137" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" 94 95[[package]] 96name = "serde_json" 97version = "1.0.81" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" 100dependencies = [ 101 "itoa", 102 "ryu", 103 "serde", 104] 105 106[[package]] 107name = "simplelog" 108version = "0.12.0" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786" 111dependencies = [ 112 "log", 113 "termcolor", 114 "time", 115] 116 117[[package]] 118name = "termcolor" 119version = "1.1.3" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 122dependencies = [ 123 "winapi-util", 124] 125 126[[package]] 127name = "time" 128version = "0.3.11" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217" 131dependencies = [ 132 "itoa", 133 "libc", 134 "num_threads", 135 "time-macros", 136] 137 138[[package]] 139name = "time-macros" 140version = "0.2.4" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792" 143 144[[package]] 145name = "tinyvec" 146version = "1.6.0" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 149dependencies = [ 150 "tinyvec_macros", 151] 152 153[[package]] 154name = "tinyvec_macros" 155version = "0.1.1" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 158 159[[package]] 160name = "unicode-bidi" 161version = "0.3.15" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 164 165[[package]] 166name = "unicode-normalization" 167version = "0.1.23" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 170dependencies = [ 171 "tinyvec", 172] 173 174[[package]] 175name = "url" 176version = "2.5.0" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 179dependencies = [ 180 "form_urlencoded", 181 "idna", 182 "percent-encoding", 183] 184 185[[package]] 186name = "winapi" 187version = "0.3.9" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 190dependencies = [ 191 "winapi-i686-pc-windows-gnu", 192 "winapi-x86_64-pc-windows-gnu", 193] 194 195[[package]] 196name = "winapi-i686-pc-windows-gnu" 197version = "0.4.0" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 200 201[[package]] 202name = "winapi-util" 203version = "0.1.5" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 206dependencies = [ 207 "winapi", 208] 209 210[[package]] 211name = "winapi-x86_64-pc-windows-gnu" 212version = "0.4.0" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 215