vsh-runtime 0.5.0

Native Rust SDK for the VSH validation-first execution engine
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-runtime"
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 = "Native Rust SDK for the VSH validation-first execution engine"
homepage = "https://github.com/fswair/vsh"
readme = "README.md"
keywords = [
    "agents",
    "sandbox",
    "simulation",
    "workspace",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/fswair/vsh"

[lib]
name = "vsh"
path = "src/lib.rs"

[[example]]
name = "native_benchmark"
path = "examples/native_benchmark.rs"

[[example]]
name = "staged_release"
path = "examples/staged_release.rs"

[dependencies.postcard]
version = "=1.1.3"
features = ["alloc"]
default-features = false

[dependencies.vsh-commit]
version = "=0.5.0"

[dependencies.vsh-monty]
version = "=0.5.0"

[dependencies.vsh-policy]
version = "=0.5.0"

[dependencies.vsh-store]
version = "=0.5.0"

[dependencies.vsh-types]
version = "=0.5.0"

[dependencies.vsh-vfs]
version = "=0.5.0"

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