1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "cfg-if"7version = "1.0.0"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"1011[[package]]12name = "core-foundation-sys"13version = "0.8.3"14source = "registry+https://github.com/rust-lang/crates.io-index"15checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"1617[[package]]18name = "libc"19version = "0.2.140"20source = "registry+https://github.com/rust-lang/crates.io-index"21checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"2223[[package]]24name = "mem_ballast"25version = "0.0.0"26dependencies = [27 "memmap2",28 "sysinfo",29]3031[[package]]32name = "memmap2"33version = "0.5.10"34source = "registry+https://github.com/rust-lang/crates.io-index"35checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"36dependencies = [37 "libc",38]3940[[package]]41name = "ntapi"42version = "0.4.0"43source = "registry+https://github.com/rust-lang/crates.io-index"44checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"45dependencies = [46 "winapi",47]4849[[package]]50name = "once_cell"51version = "1.17.1"52source = "registry+https://github.com/rust-lang/crates.io-index"53checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"5455[[package]]56name = "sysinfo"57version = "0.28.2"58source = "registry+https://github.com/rust-lang/crates.io-index"59checksum = "d3e847e2de7a137c8c2cede5095872dbb00f4f9bf34d061347e36b43322acd56"60dependencies = [61 "cfg-if",62 "core-foundation-sys",63 "libc",64 "ntapi",65 "once_cell",66 "winapi",67]6869[[package]]70name = "winapi"71version = "0.3.9"72source = "registry+https://github.com/rust-lang/crates.io-index"73checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"74dependencies = [75 "winapi-i686-pc-windows-gnu",76 "winapi-x86_64-pc-windows-gnu",77]7879[[package]]80name = "winapi-i686-pc-windows-gnu"81version = "0.4.0"82source = "registry+https://github.com/rust-lang/crates.io-index"83checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"8485[[package]]86name = "winapi-x86_64-pc-windows-gnu"87version = "0.4.0"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"