# 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 = "2021" name = "color-art" version = "0.3.8" authors = ["JiatLn "] description = "A rust crate for working with colors and color spaces." homepage = "https://crates.io/crates/color-art" documentation = "https://docs.rs/color-art" readme = "README.md" keywords = [ "color", "art", "color-space", "color-art", ] license = "MIT" repository = "https://github.com/JiatLn/color-art" [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.193" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.47" [dev-dependencies.serde_json] version = "1.0.108" [features] default = ["serde"] serde = ["dep:serde"]