gowe 0.1.0

Gowe: schema-aware wire format with stateful transport.
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"
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]