# 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-utilities-rs" version = "0.2.1" description = "A rust port of Material Design color utilities" readme = "README.md" license-file = "./LICENSE" repository = "https://github.com/alphaqu/material-color-utilities-rs" [dependencies.ahash] version = "0.8.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.assert_approx_eq] version = "1.1.0"