# 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 = "passrs-tui" version = "1.4.1" authors = ["64_Tesseract"] description = "A TUI (terminal \"GUI\") password manager & authenticator" readme = "README.md" keywords = [ "2fa", "password_manager", "tui", "encrypted", ] license-file = "NO-LICENSE" repository = "https://github.com/64-Tesseract/passrs" [[bin]] name = "passrs" path = "src/main.rs" [dependencies.crossterm] version = "0.26.1" [dependencies.crypto] version = "0.5.0" features = ["aead"] [dependencies.orion] version = "0.17.4" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.164" [dependencies.serde_json] version = "1.0.99" [dependencies.totp-rs] version = "5.1.0" features = ["serde_support"]