github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/rust/test-fixtures/Cargo.lock (about) 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 [[package]] 4 name = "ansi_term" 5 version = "0.12.1" 6 source = "registry+https://github.com/rust-lang/crates.io-index" 7 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 8 dependencies = [ 9 "winapi", 10 ] 11 12 [[package]] 13 name = "errno" 14 version = "0.3.9" 15 source = "registry+https://github.com/rust-lang/crates.io-index" 16 checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 17 dependencies = [ 18 "windows-sys 0.52.0", 19 ] 20 21 [[package]] 22 name = "matches" 23 version = "0.1.8" 24 source = "registry+https://github.com/rust-lang/crates.io-index" 25 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 26 27 [[package]] 28 name = "memchr" 29 version = "2.3.3" 30 source = "registry+https://github.com/rust-lang/crates.io-index" 31 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" 32 33 [[package]] 34 name = "natord" 35 version = "1.0.9" 36 source = "registry+https://github.com/rust-lang/crates.io-index" 37 checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c" 38 39 [[package]] 40 name = "nom" 41 version = "4.2.3" 42 source = "registry+https://github.com/rust-lang/crates.io-index" 43 checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" 44 dependencies = [ 45 "memchr", 46 "version_check", 47 ] 48 49 [[package]] 50 name = "schannel" 51 version = "0.1.26" 52 source = "registry+https://github.com/rust-lang/crates.io-index" 53 checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 54 dependencies = [ 55 "windows-sys 0.59.0", 56 ] 57 58 [[package]] 59 name = "unicode-bidi" 60 version = "0.3.4" 61 source = "registry+https://github.com/rust-lang/crates.io-index" 62 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 63 dependencies = [ 64 "matches", 65 "bogus", # not present in cargo.lock; test error handling 66 ] 67 68 [[package]] 69 name = "version_check" 70 version = "0.1.5" 71 source = "registry+https://github.com/rust-lang/crates.io-index" 72 checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" 73 74 [[package]] 75 name = "winapi" 76 version = "0.3.9" 77 source = "registry+https://github.com/rust-lang/crates.io-index" 78 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 79 dependencies = [ 80 "winapi-i686-pc-windows-gnu", 81 "winapi-x86_64-pc-windows-gnu", 82 ] 83 84 [[package]] 85 name = "winapi-i686-pc-windows-gnu" 86 version = "0.4.0" 87 source = "registry+https://github.com/rust-lang/crates.io-index" 88 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 89 90 [[package]] 91 name = "winapi-x86_64-pc-windows-gnu" 92 version = "0.4.0" 93 source = "registry+https://github.com/rust-lang/crates.io-index" 94 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 95 96 [[package]] 97 name = "windows-sys" 98 version = "0.52.0" 99 source = "registry+https://github.com/rust-lang/crates.io-index" 100 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 101 102 [[package]] 103 name = "windows-sys" 104 version = "0.59.0" 105 source = "registry+https://github.com/rust-lang/crates.io-index" 106 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"