[package] name = 'blend-srgb' version = '0.1.1' authors = ['LoganDark'] edition = '2021' rust-version = '1.56' description = 'A small, `#![no_std]`-compatible sRGB conversion and blending library designed for performance' documentation = 'https://docs.rs/blend-srgb' readme = 'README.md' repository = 'https://github.com/LoganDark/blend-srgb' license = 'MIT' keywords = ['srgb', 'rgb', 'blend', 'convert', 'fast'] categories = ['algorithms', 'embedded', 'graphics', 'no-std'] exclude = ['generate_luts.rs'] [features] default = ['std'] std = [] [dependencies] libm = { version = '~0.2.2', optional = true }