sn3218-hal 0.2.0

Embedded Rust driver for SN3218 18-channel LED controller with gamma correction
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]