# 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 = "colorspace" version = "0.1.0" authors = ["Anders Langlands "] description = "A crate for colorimetry covering spectral, RGB, XYZ, L*a'b' and conversions thereof" documentation = "https://docs.rs/colorspace-rs/0.1.0/" readme = "README.md" keywords = ["color", "colour", "colorimetry", "graphics"] categories = ["computer-vision", "graphics", "multimedia", "rendering"] license = "Apache-2.0" repository = "https://github.com/anderslanglands/colorspace-rs" [[bench]] name = "spd_to_xyz" harness = false [[bench]] name = "xyz_to_rgb" harness = false [dependencies.cfg-if] version = "0.1.9" [dependencies.derive_more] version = "0.15.0" [dependencies.float-cmp] version = "0.5.0" [dependencies.itertools] version = "0.8.0" [dependencies.lazy_static] version = "1.3.0" [dependencies.maplit] version = "1.0.1" [dependencies.num-traits] version = "0.2.8" [dependencies.numeric_literals] version = "0.1.0" [dependencies.rand] version = "0.7.0" [dependencies.simdeez] version = "0.6.4" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.png] version = "0.16.3" [badges.travis-ci] branch = "master" repository = "anderslanglands/colorspace-rs"