askrypt 0.5.0

Password manager without master password
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"
name = "askrypt"
version = "0.5.0"
authors = ["Ruslan Absaliamov <ruslan.absalyamov@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Password manager without master password"
homepage = "https://github.com/askrypt/askrypt"
readme = "README.md"
keywords = [
    "password-manager",
    "password",
    "encryption",
    "aes",
    "pbkdf2",
]
categories = [
    "cryptography",
    "security",
]
license = "Apache-2.0"
repository = "https://github.com/askrypt/askrypt"

[package.metadata.deb]
section = "utils"
assets = [
    [
    "target/release/askrypt",
    "usr/bin/",
    "755",
],
    [
    "static/askrypt.desktop",
    "usr/share/applications/",
    "644",
],
    [
    "static/logo-128.png",
    "usr/share/pixmaps/askrypt.png",
    "644",
],
]
extended-description = """
Askrypt (askrypt) - Password manager without master password.\r
"""

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

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

[dependencies.aes]
version = "0.8.4"

[dependencies.base64]
version = "0.22"

[dependencies.cbc]
version = "0.1.2"

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

[dependencies.cipher]
version = "0.4.4"
features = ["block-padding"]

[dependencies.hex]
version = "0.4.3"

[dependencies.iced]
version = "0.14.0"
features = [
    "image",
    "fira-sans",
    "tokio",
]

[dependencies.image]
version = "0.25.9"

[dependencies.open]
version = "5.3.3"

[dependencies.pbkdf2]
version = "0.12.2"
features = ["simple"]

[dependencies.png]
version = "0.16"

[dependencies.rand]
version = "0.9.2"

[dependencies.rfd]
version = "0.16.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tray-item]
version = "0.10.0"

[dependencies.zip]
version = "6.0.0"

[build-dependencies.winresource]
version = "0.1.15"

[target.'cfg(target_os = "linux")'.dependencies.tray-item]
version = "0.10.0"
features = ["ksni"]

[profile.deb]
inherits = "release"

[profile.release]
strip = true