apds9960 0.1.0

Platform-agnostic Rust driver for the APDS9960 digital proximity, ambient light, RGB and gesture sensor.
Documentation
[badges.coveralls]
branch = "master"
repository = "eldruin/apds9960-rs"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "eldruin/apds9960-rs"
[dependencies.embedded-hal]
version = "0.2"

[dependencies.nb]
version = "0.1"
[dev-dependencies.embedded-hal-mock]
version = "0.4"

[dev-dependencies.linux-embedded-hal]
version = "0.2"

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the APDS9960 digital proximity, ambient light, RGB and gesture sensor."
documentation = "https://docs.rs/apds9960"
homepage = "https://github.com/eldruin/apds9960-rs"
include = ["**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["proximity", "light", "gesture", "sensor", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "apds9960"
readme = "README.md"
repository = "https://github.com/eldruin/apds9960-rs"
version = "0.1.0"
[profile.release]
lto = true