# 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" name = "kasi-kule" version = "0.3.4" description = "An implementation of CIECAM02 color spaces in Rust" readme = "README.md" keywords = [ "color", "colorimetry", "color_difference", "color_spaces", ] categories = [ "computer-vision", "science", ] license-file = "LICENSE" repository = "https://github.com/alisww/kasi-kule" [[bench]] name = "color_conversion" harness = false [[bench]] name = "util_functions" harness = false [dependencies.micromath] version = "2.0.0" optional = true [dev-dependencies.approx] version = "0.5.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.fastrand] version = "1.6.0" [dev-dependencies.lab] version = "0.11" [features] approximate_math = ["micromath"] sse = []