aaai-gui 0.10.7

GUI for aaai — audit for asset integrity
# 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 = "aaai-gui"
version = "0.10.7"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GUI for aaai — audit for asset integrity"
homepage = "https://nabbisen.github.io/aaai"
documentation = "https://nabbisen.github.io/aaai/gui.html"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/nabbisen/aaai"
resolver = "2"

[[bin]]
name = "aaai-gui"
path = "src/main.rs"

[dependencies.aaai-core]
version = "0.10.7"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.env_logger]
version = "0.11"

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

[dependencies.log]
version = "0.4"

[dependencies.rust-i18n]
version = "4"

[dependencies.similar]
version = "3"
features = ["unicode"]

[dependencies.snora]
version = "0.8"

[dependencies.tokio]
version = "1"
features = ["full"]