cichlid 0.2.1

A color math library for programming addressable LEDs.
Documentation
[features]
default = []
low-mem = []
nightly = []
no-std = []

[lib]
crate-type = ["rlib"]
doctest = true
name = "cichlid"
path = "src/lib.rs"
test = true

[package]
authors = ["Stephen Fleischman <stephenf@cs.washington.edu>"]
build = "build.rs"
categories = ["no-std", "embedded"]
description = "A color math library for programming addressable LEDs."
documentation = "https://docs.rs/cichlid/"
edition = "2018"
homepage = "https://github.com/sfleischman105/cichlid"
keywords = ["no-std", "LED", "Color", "RGB"]
license = "MIT"
name = "cichlid"
readme = "README.md"
repository = "https://github.com/sfleischman105/cichlid"
version = "0.2.1"

[profile.bench]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = false

[profile.dev]
codegen-units = 1
debug = true
debug-assertions = false
lto = true
opt-level = 3

[profile.release]
codegen-units = 1
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = false