# 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 = "embedded-test" version = "0.5.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A test harness and runner for embedded devices" readme = "README.md" keywords = [ "embedded", "test", "testing", "test-runner", "test-framework", ] categories = [ "embedded", "no-std", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/probe-rs/embedded-test" [lib] name = "embedded_test" path = "src/lib.rs" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.embassy-executor] version = "0.6.1" optional = true default-features = false [dependencies.embedded-test-macros] version = "0.5.0" [dependencies.heapless] version = "0.8.0" [dependencies.log] version = "0.4.20" optional = true [dependencies.rtt-log] version = "0.3.0" optional = true [dependencies.rtt-target] version = "0.5.0" optional = true [dependencies.semihosting] version = "0.1.7" features = ["args"] [dependencies.serde] version = "1.0.193" features = ["derive"] default-features = false [dependencies.serde-json-core] version = "0.5.1" [features] default = ["panic-handler"] defmt = ["dep:defmt"] embassy = [ "embedded-test-macros/embassy", "dep:embassy-executor", ] external-executor = ["embedded-test-macros/external-executor"] init-log = ["dep:rtt-log"] init-rtt = ["dep:rtt-target"] log = ["dep:log"] panic-handler = [] xtensa-semihosting = ["semihosting/openocd-semihosting"]