[package]
name = "fast-cli-keepass"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/Sxmourai/Fast-Cli-Keepass"
authors = ["Sxmourai"]
description = "A tool to quickly find entries in a keepass database using the command-line"
license = "MIT"
[package.metadata.wix]
upgrade-guid = "9962CC5F-FBB5-4417-AF5A-02A4D458F995"
path-guid = "EBECE461-8D12-46F6-87B0-0EE333846A3B"
license = false
eula = false
[dependencies]
clap = { version = "4.5.2", features = ["derive"] }
keepass = "0.7.7"
rpassword = "7.3.1"
color-eyre = "0.6.2"
rust-fuzzy-search = "0.1.1"
[profile.dev.package."*"]
opt-level = 3
[profile.release]
opt-level = "s"
overflow-checks = false
strip = true
[profile.dist]
inherits = "release"
lto = "thin"
[workspace.metadata.dist]
cargo-dist-version = "0.11.1"
ci = ["github"]
installers = ["shell", "powershell", "homebrew", "msi"]
tap = "Sxmourai/FastCliKeepass"
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
publish-jobs = ["homebrew"]
pr-run-mode = "plan"