# 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 = "probe-run" version = "0.3.11" authors = ["The Knurling-rs developers"] description = "Runs embedded programs just like native ones" readme = "README.md" keywords = [ "knurling", "cargo-runner", ] categories = [ "command-line-utilities", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/knurling-rs/probe-run" [dependencies.addr2line] version = "0.20" features = [ "fallible-iterator", "std-object", "rustc-demangle", "cpp_demangle", ] default-features = false [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.colored] version = "2" [dependencies.defmt-decoder] version = "=0.3.8" features = ["unstable"] [dependencies.gimli] version = "0.27" default-features = false [dependencies.git-version] version = "0.3" [dependencies.log] version = "0.4" [dependencies.object] version = "0.31" default-features = false [dependencies.probe-rs] version = "0.20" [dependencies.signal-hook] version = "0.3" [dev-dependencies.dirs] version = "5" [dev-dependencies.insta] version = "~1.11" [dev-dependencies.nix] version = "0.26" [dev-dependencies.os_pipe] version = "1.0" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rstest] version = "0.18" default-features = false [dev-dependencies.serial_test] version = "2" default-features = false [features] ftdi = ["probe-rs/ftdi"]