easy_cargo_pkg 2.0.0

this is a easy rust test pkg for testing upload function
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "easy_cargo_dep_A"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "211a898ea04f1a817c0abd3e8deddb0e3d5a6314accae8d2b13085f37f25b221"
dependencies = [
 "easy_cargo_dep_B",
]

[[package]]
name = "easy_cargo_dep_B"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb7cd476db216f51fd64d0a0a345425458233193aa03b7f72ccd0b634d5adb0"

[[package]]
name = "easy_cargo_pkg"
version = "2.0.0"
dependencies = [
 "easy_cargo_dep_A",
 "easy_cargo_dep_B",
]