[package]
name = "r2fa"
version = "0.2.0"
edition = "2024"
description = "A fast, terminal-based TOTP authenticator"
license = "MIT OR Apache-2.0"
repository = "https://github.com/shamnad-sherief/rfa"
readme = "README.md"
keywords = ["rfa", "totp", "cli", "authenticator", "2fa"]
categories = ["command-line-utilities"]
[[bin]]
name = "rfa"
path = "src/main.rs"
[dependencies]
base32 = "0.5.1"
hmac = "0.12"
sha1 = "0.10"
anyhow = "1.0"
serde = { version = "1.0.228", features = ["derive"] }
csv = "1.3"
serde_json = "1.0.150"
clap = { version = "4.6" , features = ["derive"]}