1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "libc" 7version = "0.2.155" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 10 11[[package]] 12name = "os_pipe" 13version = "1.2.1" 14dependencies = [ 15 "libc", 16 "windows-sys", 17] 18 19[[package]] 20name = "windows-sys" 21version = "0.59.0" 22source = "registry+https://github.com/rust-lang/crates.io-index" 23checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 24dependencies = [ 25 "windows-targets", 26] 27 28[[package]] 29name = "windows-targets" 30version = "0.52.6" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 33dependencies = [ 34 "windows_aarch64_gnullvm", 35 "windows_aarch64_msvc", 36 "windows_i686_gnu", 37 "windows_i686_gnullvm", 38 "windows_i686_msvc", 39 "windows_x86_64_gnu", 40 "windows_x86_64_gnullvm", 41 "windows_x86_64_msvc", 42] 43 44[[package]] 45name = "windows_aarch64_gnullvm" 46version = "0.52.6" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 49 50[[package]] 51name = "windows_aarch64_msvc" 52version = "0.52.6" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 55 56[[package]] 57name = "windows_i686_gnu" 58version = "0.52.6" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 61 62[[package]] 63name = "windows_i686_gnullvm" 64version = "0.52.6" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 67 68[[package]] 69name = "windows_i686_msvc" 70version = "0.52.6" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 73 74[[package]] 75name = "windows_x86_64_gnu" 76version = "0.52.6" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 79 80[[package]] 81name = "windows_x86_64_gnullvm" 82version = "0.52.6" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 85 86[[package]] 87name = "windows_x86_64_msvc" 88version = "0.52.6" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 91