libvctrl_core 3.2.0

Reference implementations of the libvctrl contracts (in-memory store, SHA-512 hasher, binary codec)
Documentation
[package]
name = "libvctrl_core"
version = "3.2.0"
edition = "2024"
description = "Reference implementations of the libvctrl contracts (in-memory store, SHA-512 hasher, binary codec)"
license = "MIT"
authors = ["mroczect"]
repository = "https://github.com/mroczect/libvctrl"
readme = "README.md"
keywords = ["version-control", "vcs", "core"]
categories = ["development-tools"]

[dependencies]
libvctrl_handler = {path = "../libvctrl_handler", version = "5.2.0" }
libvctrl_sha512 = { path = "../libvctrl_sha512", version = "3.2.0" }

[dev-dependencies]
proptest = "1.11.0"

[lints]
workspace = true