[package]
edition = "2021"
rust-version = "1.94"
name = "vexil-runtime"
version = "0.6.0"
authors = ["Vexil contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime support for Vexil generated code — bit-level I/O, Pack/Unpack traits, wire encoding primitives"
readme = "README.md"
keywords = [
"schema",
"serialization",
"binary",
"protocol",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vexil-lang/vexil"
[lib]
name = "vexil_runtime"
path = "src/lib.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "results_compliance"
path = "tests/results_compliance.rs"
[[test]]
name = "wire_roundtrip"
path = "tests/wire_roundtrip.rs"
[dependencies.thiserror]
version = "2.0.18"
[dev-dependencies.proptest]
version = "1.6"
[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1.0.150"