1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "autocfg" 7version = "1.1.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 10 11[[package]] 12name = "bitflags" 13version = "1.3.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 16 17[[package]] 18name = "cfg-if" 19version = "1.0.0" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 22 23[[package]] 24name = "conditional-deps" 25version = "0.1.0" 26dependencies = [ 27 "nix", 28] 29 30[[package]] 31name = "libc" 32version = "0.2.146" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 35 36[[package]] 37name = "memoffset" 38version = "0.7.1" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 41dependencies = [ 42 "autocfg", 43] 44 45[[package]] 46name = "nix" 47version = "0.26.2" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 50dependencies = [ 51 "bitflags", 52 "cfg-if", 53 "libc", 54 "memoffset", 55 "pin-utils", 56 "static_assertions", 57] 58 59[[package]] 60name = "pin-utils" 61version = "0.1.0" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 64 65[[package]] 66name = "static_assertions" 67version = "1.1.0" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 70