# 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 = "lutgen-palettes" version = "0.4.0" authors = ["Ossian Mapes "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Popular linux colorscheme palettes" documentation = "https://docs.rs/lutgen-palettes" readme = "README.md" keywords = [ "colorschemes", "color", "palettes", "linux", "rice", ] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/ozwaldorf/lutgen-rs" [lib] name = "lutgen_palettes" path = "lib.rs" [dependencies.strum] version = "0.26" features = ["derive"] [build-dependencies.regex] version = "1.10" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.tinytemplate] version = "1.2" [build-dependencies.toml] version = "0.8"