# 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 = "ftdi-embedded-hal" version = "0.22.0" authors = ["Alex Martens "] description = "embedded-hal implementation for FTDI USB devices." documentation = "https://docs.rs/ftdi-embedded-hal" readme = "README.md" keywords = [ "ftdi", "usb", "io", "hal", ] categories = ["embedded"] license = "MIT" repository = "https://github.com/ftdi-rs/ftdi-embedded-hal/" [dependencies.eh0] version = "0.2.7" features = ["unproven"] package = "embedded-hal" [dependencies.eh1] version = "1" package = "embedded-hal" [dependencies.ehnb1] version = "1" package = "embedded-hal-nb" [dependencies.ftdi] version = "0.1.3" optional = true [dependencies.ftdi-mpsse] version = "0.1" [dependencies.libftd2xx] version = "0.32" optional = true [dependencies.nb] version = "1" [dev-dependencies.cfg-if] version = "1" [dev-dependencies.eeprom24x] version = "0.7.0" [dev-dependencies.lm75] version = "1.0.0" [dev-dependencies.spi-memory] version = "0.2.0" [dev-dependencies.version-sync] version = "0.9.2" [features] default = [] ftdi-libusb1-sys = ["ftdi/libusb1-sys"] ftdi-vendored = ["ftdi/vendored"] libftd2xx-static = ["libftd2xx/static"] [badges.maintenance] status = "experimental"