github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/cargo/testdata/Cargo.lock (about) 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 [[package]] 4 name = "one" 5 version = "1.0.0" 6 source = "registry+https://github.com/rust-lang/crates.io-index" 7 dependencies = [ 8 "three 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 9 ] 10 11 [[package]] 12 name = "two" 13 version = "2.0.0" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 dependencies = [ 16 "three 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 17 "five 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 18 ] 19 20 [[package]] 21 name = "three" 22 version = "3.0.0" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 dependencies = [ 25 "four 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 26 ] 27 28 [[package]] 29 name = "four" 30 version = "4.0.0" 31 source = "registry+https://github.com/rust-lang/crates.io-index" 32 33 [[package]] 34 name = "five" 35 version = "5.0.0" 36 source = "registry+https://github.com/rust-lang/crates.io-index"