telepath-wire 0.2.1

Shared wire protocol types for Telepath (no_std, no alloc)
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 = "2021"
rust-version = "1.88"
name = "telepath-wire"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared wire protocol types for Telepath (no_std, no alloc)"
readme = "README.md"
keywords = [
    "embedded",
    "rpc",
    "no-std",
    "wire-protocol",
    "postcard",
]
categories = [
    "embedded",
    "no-std",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tarotene/telepath"
resolver = "3"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
profile = ["dep:postcard-schema"]

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

[dependencies.cobs]
version = "0.5"
default-features = false

[dependencies.postcard]
version = "1"
default-features = false

[dependencies.postcard-schema]
version = "0.2"
features = [
    "derive",
    "heapless-v0_9",
]
optional = true
default-features = false

[dependencies.rzcobs]
version = "0.1"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false