# 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.80.0" name = "palette-cli" version = "0.3.0" authors = ["OJarrisonn "] build = false exclude = [ "assets/*", "target/*", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple CLI tool to visualize color palettes." readme = "README.md" keywords = [ "palette", "color", "cli", "graphics", "visualization", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/OJarrisonn/palette" [[bin]] name = "pal" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.nu-protocol] version = "0.98.0" [dependencies.nuon] version = "0.98.0" [dependencies.serde_json] version = "1.0.128" [dependencies.toml] version = "0.8.19" [dependencies.yaml-rust2] version = "0.9.0"