# 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 = "2021" name = "fast-cli-keepass" version = "0.1.0" authors = ["Sxmourai"] description = "A tool to quickly find entries in a keepass database using the command-line" readme = "README.md" license = "MIT" repository = "https://github.com/Sxmourai/Fast-Cli-Keepass" [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] lto = "thin" inherits = "release" [profile.release] opt-level = "s" overflow-checks = false strip = true [dependencies.clap] version = "4.5.2" features = ["derive"] [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"