version = 4
[[package]]
name = "libvctrl"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59967060b8ae93a6c66bf9748dcc03f38d456a883a27703b335a60d5a3ec09a6"
dependencies = [
"libvctrl_core",
"libvctrl_handler",
"libvctrl_sha512",
]
[[package]]
name = "libvctrl_core"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7d253eaa9f0f18fd26a628256dbce8a0d4e5b5f31aeb186ace0c9c49071ad0"
dependencies = [
"libvctrl_handler",
"libvctrl_sha512",
]
[[package]]
name = "libvctrl_handler"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea1d61301eccd14845194db5dbdfbb9313e32e91ea3b53929a714854df70a3e"
[[package]]
name = "libvctrl_plumbing"
version = "0.3.0"
dependencies = [
"libvctrl",
"libvctrl_core",
]
[[package]]
name = "libvctrl_sha512"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7304c123cb81865bbd4d161d4d39ac7b73cff4b59c63f5d2243d45b98b628e0c"
dependencies = [
"zeroize",
]
[[package]]
name = "zeroize"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"