arama 0.36.2

Image / video viewer and similarity finder powered by offline AI
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"
version = "0.36.2"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Image / video viewer and similarity finder powered by offline AI"
readme = "README.md"
keywords = [
    "image",
    "walk",
    "filter",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/arama"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.app-json-settings]
version = "2"

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

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

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

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

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

[dependencies.arama-ui-layout]
version = "0"

[dependencies.arama-ui-main]
version = "0"

[dependencies.arama-ui-widgets]
version = "0"

[dependencies.file-handle]
version = "0"
features = [
    "open",
    "show",
    "trash",
]

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

[dependencies.lucide-icons]
version = "1"
features = ["iced"]

[dependencies.rayon]
version = "1"

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

[dependencies.swdir]
version = "0"