# 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 = "dcc-stream" version = "0.1.2" description = "Poll the ARM debug communications channel over JTAG" license = "MIT" repository = "https://github.com/srwalter/dcc-stream" resolver = "1" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.ctrlc] version = "3.4.1" [dependencies.jtag-adi] version = "0.3" [dependencies.jtag-taps] version = "0.5"