cuelang.org/go@v0.10.1/cue/interpreter/wasm/testdata/rust/Cargo.lock (about)

     1  # This file is automatically @generated by Cargo.
     2  # It is not intended for manual editing.
     3  version = 3
     4  
     5  [[package]]
     6  name = "basic"
     7  version = "0.1.0"
     8  
     9  [[package]]
    10  name = "basic1"
    11  version = "0.1.0"
    12  
    13  [[package]]
    14  name = "cfg-if"
    15  version = "0.1.10"
    16  source = "registry+https://github.com/rust-lang/crates.io-index"
    17  checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
    18  
    19  [[package]]
    20  name = "libc"
    21  version = "0.2.152"
    22  source = "registry+https://github.com/rust-lang/crates.io-index"
    23  checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
    24  
    25  [[package]]
    26  name = "memory_units"
    27  version = "0.4.0"
    28  source = "registry+https://github.com/rust-lang/crates.io-index"
    29  checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
    30  
    31  [[package]]
    32  name = "struct"
    33  version = "0.1.0"
    34  dependencies = [
    35   "wee_alloc",
    36  ]
    37  
    38  [[package]]
    39  name = "wee_alloc"
    40  version = "0.4.5"
    41  source = "registry+https://github.com/rust-lang/crates.io-index"
    42  checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"
    43  dependencies = [
    44   "cfg-if",
    45   "libc",
    46   "memory_units",
    47   "winapi",
    48  ]
    49  
    50  [[package]]
    51  name = "winapi"
    52  version = "0.3.9"
    53  source = "registry+https://github.com/rust-lang/crates.io-index"
    54  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    55  dependencies = [
    56   "winapi-i686-pc-windows-gnu",
    57   "winapi-x86_64-pc-windows-gnu",
    58  ]
    59  
    60  [[package]]
    61  name = "winapi-i686-pc-windows-gnu"
    62  version = "0.4.0"
    63  source = "registry+https://github.com/rust-lang/crates.io-index"
    64  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    65  
    66  [[package]]
    67  name = "winapi-x86_64-pc-windows-gnu"
    68  version = "0.4.0"
    69  source = "registry+https://github.com/rust-lang/crates.io-index"
    70  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"