[package] name = "colors-by-example" version = "0.1.31" authors = ["YEUNG King On "] categories = [ "graphics", ] edition = "2021" keywords = [ "color", ] license = "MIT OR Apache-2.0" repository = "https://github.com/koyeung/colors-by-example/" rust-version = "1.74" description = "Pick ansi-256 colors by examples" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.77" approx = "0.5.1" clap = { version = "4.4.11", features = ["derive"] } env_logger = "0.11.5" log = "0.4.22" owo-colors = "4.0.0" palette = { version = "0.7.3", default-features = false, features = ["std", "serializing"] } [lints.clippy] # https://doc.rust-lang.org/cargo/reference/manifest.html#the-lints-section # https://doc.rust-lang.org/stable/clippy/index.html cargo = "warn" [dev-dependencies] insta = { version = "1.38.0", features = ["yaml"] }