github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/fanal/analyzer/language/rust/cargo/testdata/happy/Cargo.lock (about) 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 4 [[package]] 5 name = "aho-corasick" 6 version = "0.7.20" 7 source = "registry+https://github.com/rust-lang/crates.io-index" 8 checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 9 dependencies = [ 10 "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 11 ] 12 13 [[package]] 14 name = "app" 15 version = "0.1.0" 16 dependencies = [ 17 "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 18 "regex 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 19 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", 20 ] 21 22 [[package]] 23 name = "libc" 24 version = "0.2.140" 25 source = "registry+https://github.com/rust-lang/crates.io-index" 26 checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 27 28 [[package]] 29 name = "memchr" 30 version = "1.0.2" 31 source = "registry+https://github.com/rust-lang/crates.io-index" 32 checksum = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" 33 dependencies = [ 34 "libc 0.2.140 (registry+https://github.com/rust-lang/crates.io-index)", 35 ] 36 37 [[package]] 38 name = "memchr" 39 version = "2.5.0" 40 source = "registry+https://github.com/rust-lang/crates.io-index" 41 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 42 43 [[package]] 44 name = "regex" 45 version = "1.7.3" 46 source = "registry+https://github.com/rust-lang/crates.io-index" 47 checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 48 dependencies = [ 49 "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)", 50 "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 51 "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", 52 ] 53 54 [[package]] 55 name = "regex-syntax" 56 version = "0.5.6" 57 source = "registry+https://github.com/rust-lang/crates.io-index" 58 checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" 59 dependencies = [ 60 "ucd-util 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 61 ] 62 63 [[package]] 64 name = "regex-syntax" 65 version = "0.6.29" 66 source = "registry+https://github.com/rust-lang/crates.io-index" 67 checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 68 69 [[package]] 70 name = "ucd-util" 71 version = "0.1.10" 72 source = "registry+https://github.com/rust-lang/crates.io-index" 73 checksum = "abd2fc5d32b590614af8b0a20d837f32eca055edd0bbead59a9cfe80858be003" 74 75 [[package]] 76 name = "winapi" 77 version = "0.3.9" 78 source = "registry+https://github.com/rust-lang/crates.io-index" 79 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 80 dependencies = [ 81 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 82 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 83 ] 84 85 [[package]] 86 name = "winapi-i686-pc-windows-gnu" 87 version = "0.4.0" 88 source = "registry+https://github.com/rust-lang/crates.io-index" 89 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 90 91 [[package]] 92 name = "winapi-x86_64-pc-windows-gnu" 93 version = "0.4.0" 94 source = "registry+https://github.com/rust-lang/crates.io-index" 95 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"