| 1 | [package] |
| 2 | authors = ["The Knurling-rs developers" ] |
| 3 | categories = ["embedded" , "no-std" ] |
| 4 | description = "Transmit defmt log messages over the RTT (Real-Time Transfer) protocol" |
| 5 | edition = "2021" |
| 6 | keywords = ["knurling" , "defmt" , "defmt-transport" ] |
| 7 | license = "MIT OR Apache-2.0" |
| 8 | name = "defmt-rtt" |
| 9 | readme = "README.md" |
| 10 | repository = "https://github.com/knurling-rs/defmt" |
| 11 | version = "0.4.2" |
| 12 | |
| 13 | [features] |
| 14 | disable-blocking-mode = [] |
| 15 | |
| 16 | [dependencies] |
| 17 | defmt = { version = "0.3" , path = "../../defmt" } |
| 18 | critical-section = "1.2" |
| 19 | |