# 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 = "tracing-rtt" version = "0.1.1" authors = ["jankincai "] build = false include = [ "src/*", "benches/*", "examples/*", "Cargo.toml", "LICENSE*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The is a tracing-rtt embedded library." homepage = "https://github.com/caizhengxin/tracing-rtt" readme = "README.md" keywords = ["tracing-rtt"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/caizhengxin/tracing-rtt" [profile.dev] opt-level = 1 overflow-checks = false [lib] name = "tracing_rtt" path = "src/lib.rs" [dependencies.heapless] version = "0.8" [dependencies.rtt-target] version = "0.5" [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-core] version = "0" default-features = false [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "time", "local-time", ] [features] alloc = [] default = ["std"] heapless = [] std = []