# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "debug-probe" version = "0.1.0" authors = ["Noah Hüsser ", "Dominik Boehi "] description = "A collection of debug probe interface definitions to communicate with ARM chips." homepage = "https://github.com/probe-rs/probe-rs/probe" documentation = "https://docs.rs/probe/" readme = "../README.md" keywords = ["embedded"] categories = ["embedded", "hardware-support", "development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/probe-rs/probe-rs/probe" [dependencies.arm-memory] version = "0.1.0" [dependencies.bitfield] version = "0.13.2" [dependencies.bitflags] version = "1.2.0" [dependencies.capstone] version = "0.6.0" [dependencies.coresight] version = "0.1.0" [dependencies.crc] version = "1.8.1" [dependencies.derivative] version = "1.0.3" [dependencies.goblin] version = "0.0.24" [dependencies.hexdump] version = "0.1.0" [dependencies.ihex] version = "1.1.2" [dependencies.log] version = "0.4.6" [dependencies.object] version = "0.14.0" [dependencies.query_interface] version = "0.3.5" [dependencies.scroll] version = "0.9.2" [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101"