# 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 = "2018" name = "spicat" version = "0.1.5" authors = [ "Fusion Engineering", "Maarten de Vries ", ] description = "Full-duplex SPI transactions from the command line" readme = "README.md" keywords = [ "spi", "spidev", ] categories = [ "command-line-utilities", "embedded", ] license = "BSD-2-Clause" repository = "https://github.com/fusion-engineering/spicat" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.libc] version = "0.2.149" [dependencies.spidev] version = "0.6" [badges.travis-ci] branch = "master" repository = "fusion-engineering/spicat"