wavewall 0.4.0

A tiling wallpaper generator
# 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 = "2024"
name = "wavewall"
version = "0.4.0"
build = false
exclude = [
    "/docs",
    "/media",
    "/tilesets",
    "thoughts.txt",
    "flake.nix",
    "flake.lock",
    ".github/",
    "package.json",
    "pnpm-lock.yaml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiling wallpaper generator"
documentation = "https://rohrsben.github.io/wavewall"
readme = "README.md"
keywords = [
    "wallpaper",
    "aesthetics",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/rohrsben/wavewall"

[[bin]]
name = "wavewall"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.48"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.hex_color]
version = "3.0.0"

[dependencies.infer]
version = "0.19.0"

[dependencies.mlua]
version = "0.11.4"
features = [
    "lua54",
    "vendored",
]

[dependencies.palette]
version = "0.7.6"

[dependencies.png]
version = "0.18.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]