# 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 = "2018" name = "gradient" version = "0.4.0" authors = ["Nor Khasyatillah "] exclude = [ ".github/*", "docs/*", "test_data/*", "tests/*", ] description = "A command line tool for playing with color gradients" readme = "README.md" keywords = [ "color", "gradient", "colormap", "color-scheme", "gimp", ] categories = [ "command-line-utilities", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mazznoer/gradient-rs" [profile.release] lto = true strip = true [dependencies.clap] version = "4.5.9" features = [ "derive", "wrap_help", ] [dependencies.colorgrad] version = "0.7.0" features = [ "lab", "ggr", ] [dependencies.csscolorparser] version = "0.7.0" [dependencies.svg] version = "0.17.0" [dependencies.terminal_size] version = "0.3.0" [build-dependencies.clap] version = "4.5.9" features = [ "derive", "wrap_help", ] [build-dependencies.clap_complete] version = "4.5.8" [build-dependencies.colorgrad] version = "0.7.0" features = [ "lab", "ggr", ]