# 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-print" version = "0.3.12" authors = ["The Knurling-rs developers"] build = 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 = "=0.3.11" features = ["unstable"] [dependencies.log] version = "0.4"