vsh-types 0.5.0

Core value types and state transitions for VSH
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"