# 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 = "dap-rs" version = "0.2.0" authors = [ "Emil Fresk ", "Adam Greig ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper library for creating SWD/JTAG debug probes" documentation = "https://docs.rs/dap-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/probe-rs/dap-rs" [lib] name = "dap_rs" path = "src/lib.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.num_enum] version = "0.5.6" default-features = false [dependencies.replace_with] version = "0.1.7" features = ["panic_abort"] default-features = false [dependencies.usb-device] version = "0.3.1" features = ["control-buffer-256"] [dev-dependencies.mockall] version = "0.13.0" [features] defmt = ["dep:defmt"] usb-hs = []