github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/fanal/analyzer/language/rust/cargo/testdata/wrong-cargo-toml/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 = "app"
     7  version = "0.1.0"
     8  dependencies = [
     9   "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
    10  ]
    11  
    12  [[package]]
    13  name = "memchr"
    14  version = "2.5.0"
    15  source = "registry+https://github.com/rust-lang/crates.io-index"
    16  checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"