cdefmt-parser 0.8.0

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.gimli]
version = "0.33"

[dependencies.object]
version = "0.38"

[dependencies.thiserror]
version = "2.0"