cdefmt-decoder 0.8.0

Decodes cdefmt log frames
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 = "cdefmt-decoder"
version = "0.8.0"
authors = ["Tal Risin <tal@risin.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decodes cdefmt log frames"
readme = "README.md"
keywords = [
    "cdefmt",
    "defmt",
]
license = "MIT"
repository = "https://github.com/risint96/cdefmt"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.cdefmt-parser]
version = "0.8.0"

[dependencies.gimli]
version = "0.33"

[dependencies.lazy-regex]
version = "3.6"

[dependencies.object]
version = "0.38"

[dependencies.rformat]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0"