# 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 = "gdb-server" version = "0.18.0" authors = [ "Noah Hüsser ", "Dominik Boehi ", ] description = "A gdb stub implementation for on chip debugging and flashing of ARM chips." homepage = "https://github.com/probe-rs/probe-rs" documentation = "https://docs.rs/probe-rs-cli/" 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" resolver = "1" [lib] name = "probe_rs_gdb_server" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.gdbstub] version = "0.6.4" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.probe-rs] version = "0.18.0" [dev-dependencies.insta] version = "1.29.0" [features] ftdi = ["probe-rs/ftdi"]