libvctrl_core 0.3.0

Reference implementations of the libvctrl contracts (in-memory store, SHA-512 hasher, binary codec)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libvctrl_core"
version = "0.3.0"
dependencies = [
 "libvctrl_handler",
 "libvctrl_sha512",
]

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

[[package]]
name = "libvctrl_sha512"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1984ebce95e656b96bb292cfdc1f1c5692ad21939c9760d95f816ba00164afd"