Warning, /sdk/rust-qt-binding-generator/demo/rust/Cargo.lock is written in an unsupported language. File is not indexed.

0001 # This file is automatically @generated by Cargo.
0002 # It is not intended for manual editing.
0003 [[package]]
0004 name = "cfg-if"
0005 version = "0.1.10"
0006 source = "registry+https://github.com/rust-lang/crates.io-index"
0007 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
0008 
0009 [[package]]
0010 name = "libc"
0011 version = "0.2.92"
0012 source = "registry+https://github.com/rust-lang/crates.io-index"
0013 checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
0014 
0015 [[package]]
0016 name = "rust"
0017 version = "0.1.0"
0018 dependencies = [
0019  "libc",
0020  "sysinfo",
0021 ]
0022 
0023 [[package]]
0024 name = "sysinfo"
0025 version = "0.4.1"
0026 source = "registry+https://github.com/rust-lang/crates.io-index"
0027 checksum = "7b2512eb6b954dece4a925c32b9c672b0086ac480491b914e73f399b9fc42733"
0028 dependencies = [
0029  "cfg-if",
0030  "libc",
0031  "winapi",
0032 ]
0033 
0034 [[package]]
0035 name = "winapi"
0036 version = "0.3.9"
0037 source = "registry+https://github.com/rust-lang/crates.io-index"
0038 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
0039 dependencies = [
0040  "winapi-i686-pc-windows-gnu",
0041  "winapi-x86_64-pc-windows-gnu",
0042 ]
0043 
0044 [[package]]
0045 name = "winapi-i686-pc-windows-gnu"
0046 version = "0.4.0"
0047 source = "registry+https://github.com/rust-lang/crates.io-index"
0048 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
0049 
0050 [[package]]
0051 name = "winapi-x86_64-pc-windows-gnu"
0052 version = "0.4.0"
0053 source = "registry+https://github.com/rust-lang/crates.io-index"
0054 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"