libvctrl_core 0.2.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.2.0"
dependencies = [
 "libvctrl_handler",
 "libvctrl_sha512",
]

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

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