fast-cli-keepass 0.1.0

A tool to quickly find entries in a keepass database using the command-line
[dependencies.clap]
features = ["derive"]
version = "4.5.2"

[dependencies.color-eyre]
version = "0.6.2"

[dependencies.keepass]
version = "0.7.7"

[dependencies.rpassword]
version = "7.3.1"

[dependencies.rust-fuzzy-search]
version = "0.1.1"

[package]
authors = ["Sxmourai"]
description = "A tool to quickly find entries in a keepass database using the command-line"
edition = "2021"
license = "MIT"
name = "fast-cli-keepass"
readme = "README.md"
repository = "https://github.com/Sxmourai/Fast-Cli-Keepass"
version = "0.1.0"
[package.metadata.wix]
eula = false
license = false
path-guid = "EBECE461-8D12-46F6-87B0-0EE333846A3B"
upgrade-guid = "9962CC5F-FBB5-4417-AF5A-02A4D458F995"
[profile.dev.package."*"]
opt-level = 3

[profile.dist]
inherits = "release"
lto = "thin"

[profile.release]
opt-level = "s"
overflow-checks = false
strip = true