[package] name = "cie" version = "0.0.0" edition = "2021" description = "Color & Illumination Engineering Toolbox" authors = ["Gerard Harbers", "Harbers Bik LLC"] repository = "https://github.com/harbik/cie" keywords = ["color", "lighting", "illumination"] license = "MIT OR Apache-2.0" [lib] crate-type = ["cdylib"] [dependencies] wasm-bindgen = "0.2.74" [package.metadata.wasm-pack.profile.release] wasm-opt = false