[package]
edition = "2024"
rust-version = "1.95"
name = "vsh-types"
version = "0.5.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 = "Core value types and state transitions for VSH"
homepage = "https://github.com/fswair/vsh"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/fswair/vsh"
[lib]
name = "vsh_types"
path = "src/lib.rs"
[dependencies.blake3]
version = "=1.8.7"
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"