github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/syft/pkg/cataloger/rust/test-fixtures/Cargo.lock (about)

     1  # This file is automatically @generated by Cargo.
     2  # It is not intended for manual editing.
     3  [[package]]
     4  name = "ansi_term"
     5  version = "0.12.1"
     6  source = "registry+https://github.com/rust-lang/crates.io-index"
     7  checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
     8  dependencies = [
     9   "winapi",
    10  ]
    11  
    12  [[package]]
    13  name = "matches"
    14  version = "0.1.8"
    15  source = "registry+https://github.com/rust-lang/crates.io-index"
    16  checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
    17  
    18  [[package]]
    19  name = "memchr"
    20  version = "2.3.3"
    21  source = "registry+https://github.com/rust-lang/crates.io-index"
    22  checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
    23  
    24  [[package]]
    25  name = "natord"
    26  version = "1.0.9"
    27  source = "registry+https://github.com/rust-lang/crates.io-index"
    28  checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
    29  
    30  [[package]]
    31  name = "nom"
    32  version = "4.2.3"
    33  source = "registry+https://github.com/rust-lang/crates.io-index"
    34  checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
    35  dependencies = [
    36   "memchr",
    37   "version_check",
    38  ]
    39  
    40  [[package]]
    41  name = "unicode-bidi"
    42  version = "0.3.4"
    43  source = "registry+https://github.com/rust-lang/crates.io-index"
    44  checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
    45  dependencies = [
    46   "matches",
    47  ]
    48  
    49  [[package]]
    50  name = "version_check"
    51  version = "0.1.5"
    52  source = "registry+https://github.com/rust-lang/crates.io-index"
    53  checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
    54  
    55  [[package]]
    56  name = "winapi"
    57  version = "0.3.9"
    58  source = "registry+https://github.com/rust-lang/crates.io-index"
    59  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    60  dependencies = [
    61   "winapi-i686-pc-windows-gnu",
    62   "winapi-x86_64-pc-windows-gnu",
    63  ]
    64  
    65  [[package]]
    66  name = "winapi-i686-pc-windows-gnu"
    67  version = "0.4.0"
    68  source = "registry+https://github.com/rust-lang/crates.io-index"
    69  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    70  
    71  [[package]]
    72  name = "winapi-x86_64-pc-windows-gnu"
    73  version = "0.4.0"
    74  source = "registry+https://github.com/rust-lang/crates.io-index"
    75  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
    76