# 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 = "RustyBox" version = "0.1.0" authors = ["Saransh Saini "] description = "A simple gui password vault in your terminal. Encrypted and secure." readme = "README.md" keywords = [ "terminal", "gui", "password_vault", ] categories = [ "command-line-utilities", "gui", ] license = "MIT" repository = "https://github.com/saranshsaini/RustyBox" [dependencies.aes] version = "0.8.2" [dependencies.aes-gcm] version = "0.10.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clipboard] version = "0.5.0" [dependencies.crossterm] version = "0.19" features = ["serde"] [dependencies.directories] version = "4.0.1" [dependencies.rand] version = "0.8.5" [dependencies.rust-argon2] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.tui] version = "0.14" features = [ "crossterm", "serde", ] default-features = false