# 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 = "wallust" version = "3.1.0" authors = ["explosion-mental"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Generate a 16 color scheme based on an image." homepage = "https://explosion-mental.codeberg.page/wallust" readme = "README.md" keywords = [ "cli", "template", "colorscheme", "theme", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://codeberg.org/explosion-mental/wallust" [profile.release] lto = true incremental = false strip = true [lib] name = "wallust" path = "src/lib.rs" [[bin]] name = "wallust" path = "src/main.rs" [[test]] name = "args" path = "tests/args.rs" [[test]] name = "cache" path = "tests/cache.rs" [[test]] name = "completions" path = "tests/completions.rs" [[test]] name = "docs" path = "tests/docs.rs" [[test]] name = "man" path = "tests/man.rs" [[test]] name = "template" path = "tests/template.rs" [[bench]] name = "backends" path = "benches/backends.rs" harness = false required-features = ["iter"] [[bench]] name = "colorspaces" path = "benches/colorspaces.rs" harness = false required-features = ["iter"] [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.documented] version = "0.6.0" optional = true [dependencies.dunce] version = "1.0" [dependencies.fast_image_resize] version = "5.0" [dependencies.fastrand] version = "2.1" optional = true [dependencies.glob] version = "0.3" [dependencies.image] version = "0.25" [dependencies.itertools] version = "0.13" [dependencies.kmeans_colors] version = "0.6.0" features = ["palette_color"] default-features = false [dependencies.minijinja] version = "2.3" features = ["loader"] [dependencies.new_string_template] version = "1.4" [dependencies.num-traits] version = "0.2" [dependencies.owo-colors] version = "4.1" [dependencies.palette] version = "0.7" default-features = false [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "3.1" [dependencies.spinners] version = "4.1" [dependencies.strum] version = "0.26" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.toml_edit] version = "0.22" [dependencies.wallust_themes] version = "1.0" optional = true [dev-dependencies.clap_complete] version = "4.5" [dev-dependencies.clap_mangen] version = "0.2" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.dirs] version = "5.0" [dev-dependencies.tempfile] version = "3.12" [build-dependencies.clap] version = "4.5" features = [ "std", "cargo", ] default-features = false [build-dependencies.vergen-git2] version = "1.0" features = [ "cargo", "emit_and_set", ] default-features = false [build-dependencies.wallust_themes] version = "1.0" [features] buildgen = [ "doc", "iter", "clap/cargo", ] default = ["themes"] doc = ["dep:documented"] iter = ["dep:strum"] themes = [ "dep:fastrand", "dep:wallust_themes", ]