# 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] name = "scarlet" version = "1.2.0" authors = ["Nicholas Miklaucic "] description = "Colors and color spaces made simple" readme = "README.MD" keywords = [ "color", "rgb", "image", "visualization", ] categories = [ "multimedia::images", "visualization", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/nicholas-miklaucic/scarlet" [package.metadata.docs.rs] [dependencies.csv] version = "1.2.2" [dependencies.float-cmp] version = "0.9.0" [dependencies.geo] version = "0.25.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.nalgebra] version = "0.32.3" [dependencies.num] version = "0.4.0" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.171" [dependencies.serde_derive] version = "1.0.171" [dependencies.termion] version = "2.0.1" optional = true [features] default = [] terminal = ["termion"]