1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
# NOTE: This lockfile is artificial for testing purposes,
# and doesn't come from a real world example.
version = 3
[[package]]
name = "foo"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"branch 0.0.0",
"branch 0.0.0 (git+https://github.com/rustsec/rustsec?branch=mybranch)",
"tag 0.0.0",
"tag 0.0.0 (git+https://github.com/rustsec/rustsec?tag=mytag)",
]
[[package]]
name = "branch"
version = "0.0.0"
source = "git+https://github.com/rustsec/rustsec?branch=mybranch#b8e3025aa30ea65144372bd68d26090c0f31bea2"
[[package]]
name = "branch"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
[[package]]
name = "tag"
version = "0.0.0"
source = "git+https://github.com/rustsec/rustsec?tag=mytag#c460e54ecd66a5da8d9725ee419b5199b552e0e6"
[[package]]
name = "tag"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|