# 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 = "ft60x_rs" version = "0.1.0" authors = ["Mitchell Matsumori-Kelly "] description = "Library for interfacing with FTDI FT60x USB 3.0 FIFO ICs via bindings to the D3XX library." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/NaluScientific/ft60x/" [dependencies.dirs] version = "5.0.0" [dependencies.libc] version = "0.2.139" [dependencies.libloading] version = "0.7.4" [dependencies.once_cell] version = "1.17.1" [dependencies.rust-embed] version = "6.8.1" [dependencies.tempfile] version = "3.7.1" [dependencies.thiserror] version = "1.0.38"