mcp3xxx 0.1.0-pre.1

Rust SPI driver for MCP3xxx family of 10-13-Bit A/D converters.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "mcp3xxx"
version = "0.1.0-pre.1"
authors = ["Michael Moravec <oss@majkl.me>"]
description = "Rust SPI driver for MCP3xxx family of 10-13-Bit A/D converters."
homepage = "https://github.com/trashware/mcp3xxx-rs"
readme = "README.md"
keywords = ["mcp3008", "mcp3208", "mcp3304", "adc", "spi"]
categories = ["embedded", "hardware-support"]
license = "MIT"
repository = "https://github.com/trashware/mcp3xxx-rs"
[dependencies.rppal]
version = "0.11.3"