| # 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 = "spidev" |
| version = "0.6.0" |
| authors = [ |
| "Paul Osborne <osbpau@gmail.com>", |
| "The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>", |
| ] |
| description = """ |
| Provides access to the Linux spidev interface. This |
| interface allows for configuration of the spidev device, |
| half-duplex SPI access, and full-duplex SPI access. |
| """ |
| homepage = "https://github.com/rust-embedded/rust-spidev" |
| documentation = "https://docs.rs/spidev" |
| readme = "README.md" |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/rust-embedded/rust-spidev" |
| |
| [dependencies.bitflags] |
| version = "2.3" |
| |
| [dependencies.libc] |
| version = "0.2" |
| |
| [dependencies.nix] |
| version = "0.26.2" |