...

Text file src/cuelang.org/go/cue/interpreter/wasm/testdata/rust/Cargo.lock

Documentation: cuelang.org/go/cue/interpreter/wasm/testdata/rust

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

View as plain text