[package] name = "utrace_rtt" version = "0.1.1" edition = "2021" authors = [ "Evgenii Guberna ", "Dmitriy Negrov ", ] categories = ["embedded", "development-tools::profiling", "no-std"] repository = "https://github.com/gubik123/utrace" license = "MIT OR Apache-2.0" description = "Instrumentation-based profiling library for embedded targets with async support" readme = "../../README.md" keywords = ["embedded", "profiling", "async"] [dependencies] utrace_macros = { version = "0.1.1", path = "../../utrace_macros" } rtt-target = "0.5.0"