version = 4
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "libftd3xx"
version = "0.0.1"
dependencies = [
"libftd3xx-ffi",
]
[[package]]
name = "libftd3xx-ffi"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2396c6c71f415c1b0693e4e74798a77921a02f53874e4ce4b73d3b1c298dbc86"
dependencies = [
"cfg-if",
]