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