# 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 = "passepartui" version = "0.1.5" authors = ["Karl Felix Schewe"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TUI for pass" readme = "README.md" keywords = [ "password-manager", "pass", "terminal", ] categories = [ "authentication", "command-line-utilities", ] license = "GPL-3.0-only" repository = "https://github.com/kardwen/passepartui" [profile.dev] opt-level = 0 debug = 2 [profile.release] opt-level = 3 lto = "thin" debug = 1 panic = "abort" strip = false [[bin]] name = "passepartui" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.icu] version = "1.5.0" [dependencies.passepartout] version = "0.1.0" [dependencies.ratatui] version = "0.29.0" features = ["palette"] [dev-dependencies.clippy] version = "0.0.302"