# 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 = "2018" rust-version = "1.60" name = "colorous" version = "1.0.14" authors = ["David Tolnay "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Professional color schemes ported from d3-scale-chromatic" documentation = "https://docs.rs/colorous" readme = "README.md" keywords = [ "color", "gradient", ] categories = [ "graphics", "no-std", "no-std::no-alloc", ] license = "Apache-2.0" repository = "https://github.com/dtolnay/colorous" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "colorous" path = "src/lib.rs" doc-scrape-examples = false [[example]] name = "render" path = "examples/render.rs" [[test]] name = "test_eval" path = "tests/test_eval.rs" [[test]] name = "test_color" path = "tests/test_color.rs" [dev-dependencies.ab_glyph] version = "0.2" [dev-dependencies.dejavu] version = "=2.37.0" [dev-dependencies.image] version = "0.25" [dev-dependencies.imageproc] version = "0.24" [features] default = ["std"] std = []