# 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 = "ft260hid" version = "0.1.0" description = "Library to control FT260 USB-I2C/UART bridge IC" readme = "README.md" keywords = [ "ftdi", "usb", "hid", "i2c", "uart", ] license-file = "LICENSE" repository = "https://github.com/kndysfm/ft260hid/" [dependencies.bitflags] version = "2.5.0" [dependencies.hidapi] version = "2.6.1" [dependencies.rand] version = "0.8.5" [dependencies.serial_test] version = "3.1.1"