github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/fanal/analyzer/language/rust/cargo/testdata/toml-only-workspace-deps/Cargo.lock (about)

     1  # This file is automatically @generated by Cargo.
     2  # It is not intended for manual editing.
     3  
     4  [[package]]
     5  name = "app"
     6  version = "0.1.0"
     7  dependencies = [
     8   "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
     9  ]
    10  
    11  [[package]]
    12  name = "memchr"
    13  version = "2.5.0"
    14  source = "registry+https://github.com/rust-lang/crates.io-index"
    15  checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"