postcard 1.0.7

A no_std + serde compatible message library for Rust
Documentation
[dependencies.cobs]
default-features = false
version = "0.2.3"

[dependencies.const_format]
optional = true
version = "0.2.24"

[dependencies.crc]
optional = true
version = "3.0.1"

[dependencies.defmt]
optional = true
version = "0.3.0"

[dependencies.heapless]
default-features = false
features = ["serde"]
optional = true
version = "0.7.0"

[dependencies.paste]
optional = true
version = "1.0.12"

[dependencies.postcard-derive]
optional = true
version = "0.1.1"

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

[features]
alloc = ["serde/alloc"]
default = ["heapless-cas"]
experimental-derive = ["postcard-derive", "const_format"]
heapless-cas = ["heapless", "heapless/cas"]
use-crc = ["crc", "paste"]
use-defmt = ["defmt"]
use-std = ["serde/std", "alloc"]

[package]
authors = ["James Munns <james@onevariable.com>"]
categories = ["embedded", "no-std"]
description = "A no_std + serde compatible message library for Rust"
documentation = "https://docs.rs/postcard/"
edition = "2018"
keywords = ["serde", "cobs", "framing"]
license = "MIT OR Apache-2.0"
name = "postcard"
readme = "README.md"
repository = "https://github.com/jamesmunns/postcard"
version = "1.0.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]