# 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.63.0" name = "material-colors" version = "0.4.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Up-to-date material-color-utilities port" homepage = "https://github.com/Aiving/material-colors" documentation = "https://docs.rs/material-colors" readme = "README.md" keywords = [ "no_std", "palette", "color-scheme", "material-you", ] categories = [ "graphics", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Aiving/material-colors.git" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [lib] name = "material_colors" path = "src/lib.rs" [[test]] name = "theme" path = "tests/theme.rs" [[test]] name = "image" path = "tests/image.rs" [dependencies.ahash] version = "0.8.11" default-features = false [dependencies.images] version = "0.25.2" optional = true package = "image" [dependencies.indexmap] version = "2.3.0" default-features = false [dependencies.libm] version = "0.2.8" optional = true [dependencies.serde] version = "1.0.205" features = ["derive"] optional = true [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.reqwest] version = "0.12.5" [dev-dependencies.tokio] version = "1.39.2" features = [ "rt", "macros", ] [features] default = ["std"] image = ["dep:images"] libm = ["dep:libm"] serde = ["dep:serde"] std = [ "serde/std", "indexmap/std", "ahash/std", "ahash/runtime-rng", ]