# 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 = "systemview-target" version = "0.1.2" authors = ["Stefan Lüthi "] description = "RTOS tracing trait implementation for SEGGER SystemView." homepage = "https://bern-rtos.org" documentation = "https://docs.rs/systemview-target" readme = "README.md" keywords = [ "embedded", "no_std", "cortex-m", "rtos", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://gitlab.com/bern-rtos/tools/rtos-trace" [package.metadata.docs.rs] targets = ["thumbv7em-none-eabihf"] features = ["cortex-m"] [[example]] name = "no_os" required-features = ["callbacks-app"] [dependencies.cortex-m] version = "0.7" optional = true [dependencies.cty] version = "0.2" [dependencies.heapless] version = "0.7" optional = true [dependencies.log] version = "0.4" features = [ "max_level_debug", "release_max_level_warn", ] optional = true [dependencies.rtos-trace] version = "0.1" [dev-dependencies.cortex-m] version = "0.7" [dev-dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.panic-halt] version = "0.2" [build-dependencies.bindgen] version = "0.60" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0" [features] callbacks-app = [] callbacks-os = [] callbacks-os-time = [] cortex-m = ["dep:cortex-m"] log = [ "heapless", "dep:log", ]