defmt-decoder 1.1.0

Decodes defmt 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"
rust-version = "1.83"
name = "defmt-decoder"
version = "1.1.0"
authors = ["The Knurling-rs developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decodes defmt log frames"
readme = "README.md"
keywords = [
    "knurling",
    "defmt",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/knurling-rs/defmt"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg=docsrs"]

[features]
unstable = []

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

[dependencies.alterable_logger]
version = "1"

[dependencies.anyhow]
version = "1.0.65"

[dependencies.byteorder]
version = "1"

[dependencies.cbor-edn]
version = "0.0.6"
default-features = false

[dependencies.colored]
version = "2"

[dependencies.defmt-json-schema]
version = "0.1"

[dependencies.defmt-parser]
version = "=1.0.0"

[dependencies.dissimilar]
version = "1"

[dependencies.gimli]
version = "0.29"
features = [
    "read",
    "std",
]
default-features = false

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.nom]
version = "7"

[dependencies.object]
version = "0.36"
features = [
    "read_core",
    "elf",
    "std",
]
default-features = false

[dependencies.regex]
version = "1"

[dependencies.ryu]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]

[dependencies.time]
version = "0.3"
features = [
    "alloc",
    "formatting",
    "large-dates",
    "macros",
]
default-features = false