# 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 = "rgb_derivation" version = "0.2.0" authors = ["Michal Nazarewicz "] description = "Routines for calculation XYZ-RGB conversion matrices from white point and primaries" documentation = "https://docs.rs/rgb_derivation" readme = "README.md" keywords = ["rgb", "xyz", "color", "srgb"] categories = ["graphics", "multimedia::images", "multimedia::video"] license = "LGPL-3.0-or-later" repository = "https://github.com/mina86/rgb_derivation" [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.num] version = "0.4"