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

     1  [package]
     2  name = "app"
     3  version = "0.1.0"
     4  edition = "2021"
     5  
     6  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
     7  
     8  [dependencies]
     9  regex = "=1.7.3"
    10  
    11  [target.'cfg(not(target_os = "windows"))'.dependencies]
    12  memchr = { version = "1.*", optional = true }
    13  
    14  [workspace.dependencies]
    15  regex-syntax = { version = "<0.6"}
    16  
    17  [dev-dependencies]
    18  winapi = "*"