[package]
edition = "2024"
name = "gowe"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gowe: schema-aware wire format with stateful transport."
readme = "README.md"
license = "MIT"
[lib]
name = "gowe"
path = "src/lib.rs"
[[test]]
name = "bound_batch_stateful_spec"
path = "tests/bound_batch_stateful_spec.rs"
[[test]]
name = "codec_spec_vectors"
path = "tests/codec_spec_vectors.rs"
[[test]]
name = "control_stream_and_control_spec"
path = "tests/control_stream_and_control_spec.rs"
[[test]]
name = "coverage_boost"
path = "tests/coverage_boost.rs"
[[test]]
name = "dynamic_profile_spec"
path = "tests/dynamic_profile_spec.rs"
[dependencies]