1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "bitflags" 7version = "1.3.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 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 = "fastrand" 19version = "1.9.0" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 22dependencies = [ 23 "instant", 24] 25 26[[package]] 27name = "instant" 28version = "0.1.12" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 31dependencies = [ 32 "cfg-if", 33] 34 35[[package]] 36name = "libc" 37version = "0.2.146" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 40 41[[package]] 42name = "memmap2" 43version = "0.8.0" 44dependencies = [ 45 "libc", 46 "owning_ref", 47 "stable_deref_trait", 48 "tempfile", 49] 50 51[[package]] 52name = "owning_ref" 53version = "0.4.1" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce" 56dependencies = [ 57 "stable_deref_trait", 58] 59 60[[package]] 61name = "redox_syscall" 62version = "0.2.16" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 65dependencies = [ 66 "bitflags", 67] 68 69[[package]] 70name = "remove_dir_all" 71version = "0.5.3" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 74dependencies = [ 75 "winapi", 76] 77 78[[package]] 79name = "stable_deref_trait" 80version = "1.2.0" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 83 84[[package]] 85name = "tempfile" 86version = "3.3.0" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 89dependencies = [ 90 "cfg-if", 91 "fastrand", 92 "libc", 93 "redox_syscall", 94 "remove_dir_all", 95 "winapi", 96] 97 98[[package]] 99name = "winapi" 100version = "0.3.9" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 103dependencies = [ 104 "winapi-i686-pc-windows-gnu", 105 "winapi-x86_64-pc-windows-gnu", 106] 107 108[[package]] 109name = "winapi-i686-pc-windows-gnu" 110version = "0.4.0" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 113 114[[package]] 115name = "winapi-x86_64-pc-windows-gnu" 116version = "0.4.0" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 119