aaai-gui 0.3.0

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.3.0"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GUI for aaai — audit for asset integrity"
readme = false
license = "Apache-2.0"
resolver = "2"

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

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

[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 = "3"

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

[dependencies.snora]
version = "0.8"

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