[[bin]]
name = "prolock"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["cargo"]
version = "4.5"
[dependencies.dirs]
version = "6.0"
[dependencies.eframe]
version = "0.33"
[dependencies.egui]
version = "0.33"
[dependencies.egui_extras]
features = ["file", "image"]
version = "0.33"
[dependencies.fd-lock]
version = "4.0.2"
[dependencies.flexi_logger]
features = ["buffer_writer"]
version = "0.31"
[dependencies.fuzzy-matcher]
version = "0.3"
[dependencies.image]
features = ["png"]
version = "0.25"
[dependencies.jiff]
features = ["serde"]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.oxilangtag]
version = "0.1"
[dependencies.pwsec]
version = "0.5"
[dependencies.rand]
version = "0.9"
[dependencies.rust-i18n]
version = "3"
[dependencies.secstr]
version = "0.5"
[dependencies.sequential]
features = ["serde"]
version = "0.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sys-locale]
version = "0.3"
[dependencies.tempfile]
version = "3.15"
[package]
authors = ["emabee <meinolf.block-hd@t-online.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
ProLock is a tool for securely storing secrets like passwords and plain text snippets
in a password-protected file.
"""
edition = "2024"
keywords = ["security", "encryption"]
license = "MIT OR Apache-2.0"
name = "prolock"
readme = "README.md"
repository = "https://github.com/emabee/rust-prolock"
rust-version = "1.85.0"
version = "1.1.3"
[package.metadata.bundle]
category = "public.app-category.utilities"
copyright = "Copyright (c) Meinolf Block 2025. All rights reserved."
icon = ["resources/logo.icns"]
identifier = "com.github.emabee.prolock"
long_description = """
A tool for conveniently storing secrets well encrypted into a file in the local file system.
There is no interaction with any cloud service, nor with the browser or any other application.
It is a simple, but effective way to keep your secrets safe.
It is written in Rust and uses the `egui` framework for the GUI.
It is cross-platform and works on Linux, macOS, and Windows.
It is open source and licensed under the MIT or Apache-2.0 license.
"""
name = "ProLock"
short_description = "a tool for securely storing secrets"
[profile.release]
strip = true