# 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 = "0.8.0" authors = ["dystroy "] 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" [[bench]] name = "rgb_to_ansi" harness = false [dependencies.crossterm] version = "=0.23.2" optional = true [dev-dependencies.glassbench] version = "0.3.6" [dev-dependencies.rand] version = "0.8" features = ["std_rng"] [features] default = []