defmt-print 1.1.0

A tool that decodes defmt logs and prints them to the console
# 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"
rust-version = "1.83"
name = "defmt-print"
version = "1.1.0"
authors = ["The Knurling-rs developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool that decodes defmt logs and prints them to the console"
readme = "README.md"
keywords = [
    "knurling",
    "logging",
    "formatting",
]
categories = ["embedded"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/knurling-rs/defmt"

[[bin]]
name = "defmt-print"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "env",
]

[dependencies.defmt-decoder]
version = "1"

[dependencies.goblin]
version = "0.9"

[dependencies.log]
version = "0.4"

[dependencies.notify]
version = "8"

[dependencies.tokio]
version = "1.38"
features = ["full"]

[dependencies.tokio-serial]
version = "5.4"