# 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 = "2018" name = "srgb" version = "0.3.3" authors = ["Michal Nazarewicz "] description = "sRGB primitives and constants — lightweight crate with functions and constants needed when manipulating sRGB colours" documentation = "https://docs.rs/srgb" readme = "README.md" keywords = [ "srgb", "xyz", "color", "rgb", "rec709", ] categories = [ "graphics", "multimedia::images", "multimedia::video", ] license = "LGPL-3.0-or-later" repository = "https://github.com/mina86/srgb.rs" [[bench]] name = "xyz" harness = false [[bench]] name = "gamma" harness = false [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.4" default-features = false [dev-dependencies.float_next_after] version = "0.1" [dev-dependencies.kahan] version = "0.1" [dev-dependencies.rgb] version = "0.8" [build-dependencies.num] version = "0.4" [build-dependencies.rgb_derivation] version = "0.2" [build-dependencies.rug] version = "1.17" features = [ "float", "rational", "std", ] default-features = false