wirespec 0.4.1

Type-safe protocol description language — compiler, verifier, and LSP
# 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"
name = "wirespec"
version = "0.4.1"
build = false
include = [
    "src/",
    "LICENCE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe protocol description language — compiler, verifier, and LSP"
homepage = "https://docs.wirespec.org"
readme = "README.md"
keywords = [
    "protocol",
    "binary",
    "parser",
    "codegen",
    "tla",
]
categories = [
    "compilers",
    "encoding",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/wirespec-lang/wirespec"
resolver = "2"

[[bin]]
name = "wirespec"
path = "src/main.rs"

[dependencies.wirespec-driver]
version = "0.4.1"