github.com/google/osv-scalibr@v0.4.1/extractor/filesystem/language/rust/cargolock/testdata/two-packages.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 = "addr2line"
     7  version = "0.15.2"
     8  source = "registry+https://github.com/rust-lang/crates.io-index"
     9  checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"
    10  dependencies = [
    11   "gimli",
    12  ]
    13  
    14  [[package]]
    15  name = "syn"
    16  version = "1.0.73"
    17  source = "registry+https://github.com/rust-lang/crates.io-index"
    18  checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
    19  dependencies = [
    20   "proc-macro2",
    21   "quote",
    22   "unicode-xid",
    23  ]