# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cichlid" version = "0.2.1" authors = ["Stephen Fleischman "] build = "build.rs" description = "A color math library for programming addressable LEDs." homepage = "https://github.com/sfleischman105/cichlid" documentation = "https://docs.rs/cichlid/" readme = "README.md" keywords = ["no-std", "LED", "Color", "RGB"] categories = ["no-std", "embedded"] license = "MIT" repository = "https://github.com/sfleischman105/cichlid" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false overflow-checks = false incremental = false [profile.dev] opt-level = 3 lto = true codegen-units = 1 debug = true debug-assertions = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false overflow-checks = false incremental = false [lib] name = "cichlid" crate-type = ["rlib"] path = "src/lib.rs" test = true doctest = true [features] default = [] low-mem = [] nightly = [] no-std = []