rizzoo 0.6.9

a cross platform color generation tool implementing Material 3 Expressive
# 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 = "rizzoo"
version = "0.6.9"
authors = ["plgbrlism"]
build = false
exclude = [
    "assets/showcase.gif",
    "assets/showcase.tape",
    "assets/showcase.webp",
    "assets/ukiir.svg",
    "assets/rizzoo.svg",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a cross platform color generation tool implementing Material 3 Expressive"
readme = "README.md"
keywords = [
    "cli",
    "material-you",
    "color-scheme",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/plgbrlism/rizzoo"

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

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

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.11"

[dependencies.image]
version = "0.25.10"
features = ["avif"]

[dependencies.log]
version = "0.4.33"

[dependencies.mcu-material-color]
version = "0.2.2"

[dependencies.md5]
version = "0.8.1"

[dependencies.notify]
version = "8.2.0"

[dependencies.rand]
version = "0.10.2"

[dependencies.serde]
version = "1.0.229"
features = ["serde_derive"]

[dependencies.serde_json]
version = "1.0.151"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.tabled]
version = "0.21.0"
features = ["ansi"]

[dependencies.thiserror]
version = "2.0.19"

[dependencies.toml]
version = "1.1.4"

[dependencies.ureq]
version = "3.3.0"

[dependencies.winnow]
version = "1.0.4"

[dependencies.yansi]
version = "1.0.1"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true