raspi-oled/Cargo.toml

34 lines
774 B
TOML
Raw Normal View History

[package]
name = "raspi-oled"
version = "0.1.0"
authors = ["chux0519 <chuxdesign@hotmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
embedded-graphics = "0.7.1"
linux-embedded-hal = "0.3.0"
2021-09-08 13:42:33 +00:00
embedded-hal = "0.2.5"
machine-ip = "0.2.1"
2022-04-28 19:14:26 +00:00
#ssd1306 = "0.6.0"
2021-09-08 13:42:33 +00:00
libc = "0.2.98"
gpio-cdev = "0.4"
dht-hal = "0.0.1"
rusqlite = "0.25.3"
2022-04-28 19:14:26 +00:00
time = { version = "0.3.9", features = ["parsing"] }
time-tz = "1.0.1"
image = "0.24.1"
serde_json = "1.0.79"
serde_derive = "1.0.136"
serde = "1.0.136"
rppal = { version = "0.13.1", features = ["hal"] }
#ssd1351 = "0.4.0"
ssd1351 = { path = "../ssd1351-rust" }
display-interface-spi = "0.4.1"
[profile.release]
codegen-units = 1
debug = true
lto = true