[package]
edition = "2024"
rust-version = "1.95"
name = "vsh-commit"
version = "0.4.0"
authors = ["Mert <62549656+fswair@users.noreply.github.com>"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Capability-rooted revalidation and trusted commit engine for VSH"
homepage = "https://github.com/fswair/vsh"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/fswair/vsh"
[lib]
name = "vsh_commit"
path = "src/lib.rs"
[dependencies.blake3]
version = "=1.8.7"
features = ["std"]
default-features = false
[dependencies.cap-std]
version = "=4.0.3"
default-features = false
[dependencies.vsh-policy]
version = "=0.4.0"
[dependencies.vsh-store]
version = "=0.4.0"
[dependencies.vsh-types]
version = "=0.4.0"
[dependencies.vsh-vfs]
version = "=0.4.0"
[target."cfg(windows)".dependencies.cap-fs-ext]
version = "=4.0.3"
features = ["std"]
default-features = false
[lints.clippy]
module_name_repetitions = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
elided_lifetimes_in_paths = "deny"
missing_docs = "warn"
unsafe_code = "forbid"
unused_lifetimes = "deny"
unused_qualifications = "deny"