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