defmt 0.3.4

A highly efficient logging framework that targets resource-constrained devices, like microcontrollers
Documentation
[dependencies.bitflags]
version = "1"

[dependencies.defmt-macros]
version = "0.3.2"
[dev-dependencies.rustc_version]
version = "0.4"

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

[features]
alloc = []
encoding-raw = []
encoding-rzcobs = []
ip_in_core = []
unstable-test = ["defmt-macros/unstable-test"]

[package]
authors = ["The Knurling-rs developers"]
categories = ["embedded", "no-std", "development-tools::debugging", "value-formatting"]
description = "A highly efficient logging framework that targets resource-constrained devices, like microcontrollers"
edition = "2021"
homepage = "https://knurling.ferrous-systems.com/"
keywords = ["knurling", "logging", "logger", "formatting", "formatter"]
license = "MIT OR Apache-2.0"
links = "defmt"
name = "defmt"
readme = "README.md"
repository = "https://github.com/knurling-rs/defmt"
resolver = "1"
version = "0.3.4"
[package.metadata.docs.rs]
features = ["alloc"]
rustdoc-args = ["--cfg=docsrs"]
targets = ["thumbv6m-none-eabi", "thumbv7em-none-eabihf"]