libvctrl 0.4.0

A robust, content-addressed version control engine for arbitrary data, designed for embedding into applications.
Documentation
[package]
name = "libvctrl"
version = "0.4.0"
edition = "2024"
description = "A robust, content-addressed version control engine for arbitrary data, designed for embedding into applications."
license = "MIT"
authors = ["mroczect <mroczect@proton.me>"]
repository = "https://github.com/mroczect/libvcrtl"
homepage = "https://github.com/mroczect/libvcrtl"
documentation = "https://docs.rs/libvcrtl"
readme = "README.md"
keywords = ["version-control", "content-addressed", "merkle-tree", "cryptography", "sha512"]
categories = ["algorithms", "data-structures", "development-tools", "cryptography"]

[dependencies]
chrono = { version = "0.4.45", features = ["serde"] }
ed25519-dalek = { version = "3.0.0", features = ["rand_core"] }
hex = "0.4"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
sha2 = "0.11.0"
thiserror = "2.0.19"
rand = "0.8"
byteorder = "1.5.0"

[dev-dependencies]
tempfile = "3.27.0"

[lints.clippy]
wildcard_imports = "warn"