[package]
edition = "2024"
name = "libvctrl_handler"
version = "3.1.0"
authors = ["mroczect"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fundamental contracts for building a version control system – no implementations, only traits and types"
homepage = "https://github.com/mroczect/libvctrl"
documentation = "https://docs.rs/libvctrl"
readme = "README.md"
keywords = [
"version-control",
"vcs",
"library",
"traits",
]
categories = [
"development-tools",
"data-structures",
]
license = "MIT"
repository = "https://github.com/mroczect/libvctrl"
resolver = "2"
[lib]
name = "libvctrl_handler"
path = "src/lib.rs"
[[test]]
name = "hash_validation"
path = "tests/hash_validation.rs"
[[test]]
name = "type_validation"
path = "tests/type_validation.rs"
[lints.clippy]
all = "deny"
cargo = "deny"
nursery = "deny"
pedantic = "deny"