[package]
edition = "2018"
name = "sn3218-hal"
version = "0.2.0"
authors = [
"Philippe GASSMANN <philoops@gmail.com>",
"Judah Fuller <judah@judahfuller.com>",
]
build = false
exclude = ["*.iml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded Rust driver for SN3218 18-channel LED controller with gamma correction"
homepage = "https://github.com/judahzf/sn3218"
documentation = "https://docs.rs/sn3218"
readme = "Readme.md"
keywords = [
"embedded",
"gfx-hat",
"gfxhat",
"raspberry",
"led",
]
categories = [
"embedded",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/judahzf/sn3218"
[lib]
name = "sn3218_hal"
path = "src/lib.rs"
[dependencies.embedded-hal]
version = "1.0"
[dev-dependencies.embedded-hal-mock]
version = "0.10"
features = ["eh1"]