# 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 = "2018" name = "rtt-target" version = "0.6.1" authors = ["Matti Virkkunen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Target side implementation of the RTT (Real-Time Transfer) I/O protocol" readme = "README.md" keywords = [ "no-std", "embedded", "debugging", "rtt", ] license = "MIT" repository = "https://github.com/probe-rs/rtt-target" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rtt_target" path = "src/lib.rs" [dependencies.critical-section] version = "1.0.0" [dependencies.defmt] version = "0.3.0" optional = true [dependencies.log] version = "0.4.22" optional = true [dependencies.once_cell] version = "1.20.2" features = ["critical-section"] optional = true default-features = false [dependencies.portable-atomic] version = "1.6.0" default-features = false [dependencies.ufmt-write] version = "0.1.0" [features] default = [] log = [ "dep:log", "dep:once_cell", ] log_racy_init = []