arama-theme 0.36.2

Snora Design token-driven styling for arama
Documentation
# 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"
rust-version = "1.90"
name = "arama-theme"
version = "0.36.2"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Snora Design token-driven styling for arama"
readme = "README.md"
keywords = [
    "image",
    "walk",
    "filter",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/arama"

[lib]
name = "arama_theme"
path = "src/lib.rs"

[dependencies.arama-env]
version = "0"

[dependencies.iced]
version = "0.14"
features = [
    "image",
    "tokio",
]

[dependencies.snora]
version = "0.25"
features = [
    "widgets",
    "design",
]
default-features = false