# 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 = "coolor" version = "1.0.0" authors = ["dystroy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "conversion between color formats" readme = "README.md" keywords = [ "ansi", "hsl", "rgb", "color", "no-std", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/Canop/coolor" [lib] name = "coolor" path = "src/lib.rs" [[example]] name = "ansi-grey" path = "examples/ansi-grey/main.rs" required-features = ["crossterm"] [[example]] name = "ansi-mix" path = "examples/ansi-mix/main.rs" [[example]] name = "ansi-variations" path = "examples/ansi-variations/main.rs" [[example]] name = "rgb-to-ansi" path = "examples/rgb-to-ansi/main.rs" required-features = ["crossterm"] [dependencies.crossterm] version = "0.28" optional = true [dev-dependencies.crossterm] version = "0.28" [dev-dependencies.rand] version = "0.8" features = ["std_rng"] [features] default = []