# 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 = "material_color" version = "0.1.5" authors = ["deotime"] build = "build.rs" description = "Crate for using material color designs" keywords = [ "color", "gradient", ] license = "MIT" repository = "https://github.com/DeoTimeTheGithubUser/material_color" [dependencies.colorgrad] version = "0.6.2" optional = true default-features = false [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true [build-dependencies.anyhow] version = "1.0.71" [build-dependencies.prettyplease] version = "0.2.4" [build-dependencies.serde] version = "1.0.160" [build-dependencies.serde_json] version = "1.0.96" [build-dependencies.syn] version = "2.0.15" [features] colorgrad = ["dep:colorgrad"] serde = ["dep:serde"]