# 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 = "probe-rs-rtt" version = "0.14.2" authors = ["Matti Virkkunen "] description = "Host side implementation of the RTT (Real-Time Transfer) I/O protocol over probe-rs" readme = "README.md" keywords = [ "embedded", "debugging", "rtt", ] license = "MIT" repository = "https://github.com/probe-rs/probe-rs" resolver = "1" [dependencies.probe-rs] version = "0.14.2" [dependencies.scroll] version = "0.10.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.11" [dependencies.tracing] version = "0.1.37" features = ["log"]