-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (25 loc) · 828 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "sen0177"
description = "Read air quality data from the SEN0177 and PMSA003I sensors"
version = "0.6.1-alpha.1"
authors = ["Brian J. Tarricone <[email protected]>"]
homepage = "https://github.com/kelnos/sen0177-rs"
repository = "https://github.com/kelnos/sen0177-rs"
license = "Apache-2.0"
readme = "README.md"
categories = [ "embedded", "hardware-support", "no-std" ]
keywords = [ "air-quality", "embedded-hal", "sensor", "sen0177", "pmsa003i" ]
edition = "2021"
[package.metadata.docs.rs]
all-features = true
[features]
default = []
# Provides impl for std types like std::error::Error
std = []
[dependencies]
embedded-hal = "1"
embedded-hal-nb = "1"
[dev-dependencies]
anyhow = "1"
linux-embedded-hal = { git = "https://github.com/kelnos/linux-embedded-hal", branch = "embedded-hal-1" }
serial = "0.4"