[package] name = "jtagdap" version = "0.1.1" authors = ["Adam Greig "] edition = "2018" repository = "https://github.com/adamgreig/jtagdap" license = "Apache-2.0 OR MIT" description = "Provides JTAG access to CMSIS-DAP compatible probes" [dependencies] rusb = "0.6.5" hidapi = "1.2.3" log = "0.4.11" thiserror = "1.0.22" num_enum = "0.5.1" jep106 = "0.2.4"