# 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 = "prisma" version = "0.1.1" authors = ["Tyler Reisinger "] description = "A color library for both simple and complex color manipulation, intending to be the go to rust color library for most tasks. It can handle conversion between a large number of color models, and can convert into the CIE device independent color spaces. Prisma tries to be easy to use while encouraging correct transformations, making mathematically correct conversions easy without knowing the whole field of color science." readme = "README.md" keywords = ["color", "graphics", "rgb", "hsv", "CIE"] categories = ["computer-vision", "graphics"] license = "MIT" repository = "https://github.com/tylerreisinger/prisma" [dependencies.angular-units] version = "^0.2.4" [dependencies.approx] version = "^0.3" optional = true [dependencies.num-traits] version = "^0.2" [features] default = ["approx"]