# 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" rust-version = "1.76" name = "tricolor" version = "0.1.2" authors = ["Tricrepe "] include = [ "../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", ] description = "Color structs, color formats, and color conversions." readme = "README.md" keywords = [ "gui", "color", "graphics", "images", ] categories = [ "mathematics", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CestcaVison/tricolor" [dependencies.anyhow] version = "1.0.83" [dependencies.bytemuck] version = "1.15.0" features = ["derive"] optional = true [dependencies.cint] version = "0.3.1" optional = true [dependencies.color-hex] version = "0.2.0" optional = true [dependencies.document-features] version = "0.2.8" optional = true [dependencies.serde] version = "1.0.201" features = ["derive"] optional = true [features] default = [ "document-features", "cint", ] extra_asserts = [] extra_debug_asserts = []