rustmeter 0.2.1

RustMeter CLI application to interact with RustMeter beacons and export Perfetto traces.
# 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 = "2024"
name = "rustmeter"
version = "0.2.1"
authors = ["Christopher Kock"]
build = false
exclude = [
    "/debug",
    "/target",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RustMeter CLI application to interact with RustMeter beacons and export Perfetto traces."
readme = "README.md"
keywords = [
    "embedded",
    "profiling",
    "tracing",
    "cli",
    "perfetto",
]
categories = [
    "embedded",
    "development-tools::profiling",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Christopher-06/rustmeter"

[[bin]]
name = "rustmeter"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arbitrary-int]
version = "2.0.0"

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.color-print]
version = "0.3.7"

[dependencies.colored]
version = "3.0.0"

[dependencies.crossbeam]
version = "0.8.4"
features = ["crossbeam-channel"]

[dependencies.ctrlc]
version = "3.5.1"

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

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

[dependencies.espflash]
version = "4.3.0"
features = ["serialport"]
default-features = false

[dependencies.indicatif]
version = "0.18.3"

[dependencies.object]
version = "0.38"

[dependencies.polars]
version = "0.51.0"
features = [
    "lazy",
    "dtype-categorical",
    "sql",
    "parquet",
    "describe",
    "moment",
    "csv",
    "serde",
    "serde-lazy",
    "json",
]

[dependencies.probe-rs]
version = "0.30.0"

[dependencies.rustc-demangle]
version = "0.1"

[dependencies.rustmeter-beacon-core]
version = "0.2.0"
features = ["std"]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serialport]
version = "4.7.0"
features = ["usbportinfo-interface"]

[dependencies.time]
version = "0.3.45"
features = ["serde"]