libvctrl_core 0.2.1

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.1"
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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ece21c3437a50629b8317709fee3e81f212df29452f9c19d3da300000ea008c"