# 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-t2rust" version = "0.7.0" authors = ["Dominik Boehi "] description = "A collection of ARM chips for the `probe-rs` crate." homepage = "https://github.com/probe-rs/probe-rs" documentation = "https://docs.rs/probe-rs/" 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" [lib] name = "probe_rs_t2rust" path = "src/lib.rs" [[bin]] name = "probe-rs-t2rust" path = "src/bin.rs" [dependencies.base64] version = "0.13.0" [dependencies.proc-macro2] version = "1.0.4" [dependencies.quote] version = "1.0.2" [dependencies.scroll] version = "0.10.1" [dependencies.serde_yaml] version = "0.8.11"