# 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" rust-version = "1.56" name = "rtt-log" version = "0.4.0" authors = ["Oliver Rockstedt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Log facade implementation for the Segger RTT protocol." readme = "README.md" keywords = [ "logging", "cortex-m", "risc-v", "rtt", ] categories = [ "embedded", "hardware-support", "no-std", "development-tools", ] license = "MIT" repository = "https://github.com/sourcebox/rtt-log-rs" [lib] name = "rtt_log" path = "src/lib.rs" doctest = false [dependencies.log] version = "0.4.0" [dependencies.once_cell] version = "1" features = ["critical-section"] default-features = false [dependencies.rtt-target] version = "0.5.0" [features] default = [] racy_init = []