# 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" rust-version = "1.74" name = "colors-by-example" version = "0.1.31" authors = ["YEUNG King On "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pick ansi-256 colors by examples" readme = "README.md" keywords = ["color"] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/koyeung/colors-by-example/" [lib] name = "colors_by_example" path = "src/lib.rs" [[bin]] name = "select_colors" path = "src/bin/select_colors.rs" [dependencies.anyhow] version = "1.0.77" [dependencies.approx] version = "0.5.1" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.owo-colors] version = "4.0.0" [dependencies.palette] version = "0.7.3" features = [ "std", "serializing", ] default-features = false [dev-dependencies.insta] version = "1.38.0" features = ["yaml"] [lints.clippy] cargo = "warn"