switchback-codec-pb 0.0.1-0.dev.4

Binary codec for the switchback IR in the switchback framework.
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 = "switchback-codec-pb"
version = "0.0.1-0.dev.4"
build = "build.rs"
include = [
    "src/**/*",
    "proto/canardleteer/**/*",
    "proto/buf.yaml",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary codec for the switchback IR in the switchback framework."
homepage = "https://github.com/canardleteer/switchback-rs"
readme = "README.md"
keywords = [
    "protobuf",
    "serialization",
    "codec",
    "binary",
    "switchback",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/canardleteer/switchback-rs"
resolver = "2"

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

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[dependencies.buffa]
version = "0.6.0"
features = ["std"]
default-features = false

[dependencies.switchback-traits]
version = "0.0.1-0.dev.4"

[dev-dependencies.buffa]
version = "0.6.0"
features = ["std"]
default-features = false

[dev-dependencies.static_assertions]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]

[build-dependencies.buffa-build]
version = "0.6.0"
default-features = false

[build-dependencies.protoc-bin-vendored]
version = "3.1.0"