# 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 = "arm-memory" version = "0.1.0" authors = ["Noah Hüsser ", "Dominik Boehi "] description = "A collection of memory inspection tools to comminicate with ARM chip memories." homepage = "https://github.com/probe-rs/probe-rs/memory" documentation = "https://docs.rs/memory/" 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/memory" [dependencies.coresight] version = "0.1.0" [dependencies.enum-primitive-derive] version = "0.1.2" [dependencies.jep106] version = "0.2.2" [dependencies.log] version = "0.4.6" [dependencies.num] version = "0.2" [dependencies.num-traits] version = "0.2.8" [dependencies.scroll] version = "0.9.2"