vest_lib 0.0.3

VestLib: A library of formally verified parser and serializer combinators
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 = "2021"
name = "vest_lib"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VestLib: A library of formally verified parser and serializer combinators"
readme = "README.md"
keywords = [
    "vest",
    "verus",
    "verification",
    "parsing",
    "combinators",
]
categories = [
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/secure-foundations/vest"

[package.metadata.verus]
verify = true

[package.metadata.verus.ide]
extra_args = "--expand-errors"

[features]
default = ["std"]
std = []

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

[dependencies.vstd]
version = "0.0.0-2026-03-01-0109"