# 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 = "probe-rs-targets" version = "0.2.0" authors = ["Noah Hüsser ", "Dominik Boehi "] build = "build.rs" description = "A collection of on chip debugging tools to comminicate with ARM chips." homepage = "https://github.com/probe-rs/probe-rs" documentation = "https://docs.rs/probe-rs-targets/" 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" [dependencies.lazy_static] version = "1.4.0" [dependencies.phf] version = "0.7.24" default-features = false [dependencies.probe-rs] version = "0.2.0" [build-dependencies.log] version = "0.4.6" [build-dependencies.probe-rs] version = "0.2.0" [build-dependencies.quote] version = "1.0.2"