[package] name = "rucksack" description = "A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap" version = "0.8.6" license = "Apache-2.0" authors = ["Duncan McGreggor "] repository = "https://github.com/oxur/rucksack" documentation = "https://docs.rs/rucksack/" categories = ["command-line-interface"] keywords = ["password-manager", "terminal"] exclude = ["/.github", "/resources", ".gitignore"] edition = "2021" [lib] name = "rucksack" [dependencies] anyhow = "1.0" clap = { version = "4.0", features = ["string"] } clap_complete = "4.0" log = "0.4" passwords = "3.1" prettytable-rs = "0.10.0" rpassword = "7.1" secrecy = "0.8" twyg = "0.2.0" versions = "6.0.0" [dependencies.rucksack-db] path = "../rucksack-db" version = "=0.9.0-2" [dependencies.rucksack-lib] path = "../rucksack-lib" version = "=0.8.2-1" [dev-dependencies] [[bin]] name = "rucksack"