# 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 = "napa" version = "0.6.0" authors = ["Jacob Garber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple and secure command line password manager" readme = "README.md" keywords = [ "cli", "cryptography", "password-manager", ] categories = [ "command-line-utilities", "cryptography", ] license = "MPL-2.0" repository = "https://codeberg.org/jwgarber/napa" [profile.release] lto = true overflow-checks = true [[bin]] name = "napa" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0" [dependencies.argon2] version = "0.5" [dependencies.chacha20poly1305] version = "0.10" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.crossterm] version = "0.28" [dependencies.minus] version = "5.6" features = [ "static_output", "search", ] [dependencies.rand] version = "0.8" [dependencies.ratatui] version = "0.29" [dependencies.rustyline] version = "15.0" [dependencies.secmem-proc] version = "0.3" [dependencies.termion] version = "4.0" [dependencies.thiserror] version = "2.0" [dependencies.tui-textarea] version = "0.7" [dependencies.url] version = "2.5" [dependencies.wl-clipboard-rs] version = "0.9" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.1" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.rexpect] version = "0.6"