# 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.76.0" name = "defmt-tcp" version = "0.1.2" authors = [ "Javier Alvarez ", "Mia Metzler ", ] description = "Prints defmt logs received from a TCP interface" readme = "README.md" keywords = [ "cli", "embedded", "defmt", ] categories = [ "command-line-utilities", "development-tools", "embedded", ] license-file = "README.md" repository = "https://github.com/miathedev/defmt-tcp" [dependencies.anyhow] version = "1.0.76" [dependencies.defmt-decoder] version = "0.3.9" features = ["unstable"] [dependencies.log] version = "0.4.20" [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0.51"