defmt-bbq 0.1.0

A generic bbqueue based transport for defmt log messages
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"
name = "defmt-bbq"
version = "0.1.0"
authors = ["James Munns <james@onevariable.com>", "The Knurling-rs developers"]
description = "A generic bbqueue based transport for defmt log messages"
readme = "README.md"
keywords = ["knurling", "defmt", "defmt-transport"]
categories = ["embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jamesmunns/defmt-bbq"
resolver = "2"
[dependencies.bbqueue]
version = "0.5.1"
features = ["defmt_0_3"]

[dependencies.cortex-m]
version = "0.7"

[dependencies.defmt]
version = "0.3"

[features]
default = ["defmt/encoding-rzcobs"]