22 lines
773 B
TOML
22 lines
773 B
TOML
[package]
|
|
name = "max116xx-10bit"
|
|
version = "0.3.0"
|
|
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
|
edition = "2021"
|
|
description = "Driver crate for the MAX116xx 10-bit ADC devices"
|
|
homepage = "https://egit.irs.uni-stuttgart.de/rust/max116xx-10bit"
|
|
repository = "https://egit.irs.uni-stuttgart.de/rust/max116xx-10bit"
|
|
license = "Apache-2.0"
|
|
keywords = ["maxim", "adc", "sensor", "embedded", "no-std"]
|
|
categories = ["embedded", "no-std", "hardware-support"]
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
embedded-hal = "1"
|
|
nb = "1"
|
|
defmt = { version = "0.3", optional = true }
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docs_rs", "--generate-link-to-definition"]
|