# 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 = "defmt-listener" version = "0.1.1" exclude = [".vscode/*"] description = "A tool to decode and print defmt-itm data received from tcp." readme = "README.md" keywords = [ "embedded", "itm", "defmt", ] categories = [ "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kusstas/defmt-listener" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.defmt-decoder] version = "0.3.3" features = ["unstable"] [dependencies.log] version = "0.4"