# 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-rtt" version = "0.4.1" authors = ["The Knurling-rs developers"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Transmit defmt log messages over the RTT (Real-Time Transfer) protocol" readme = "README.md" keywords = [ "knurling", "defmt", "defmt-transport", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/knurling-rs/defmt" [lib] name = "defmt_rtt" path = "src/lib.rs" [dependencies.critical-section] version = "1.1" [dependencies.defmt] version = "0.3"