[package] name = "totp" version = "0.3.0" edition = "2021" authors = ["Stipe Kotarac "] license = "MIT" description = "CLI tool for generating TOTP codes." homepage = "https://github.com/kotarac/totp" repository = "https://github.com/kotarac/totp" [dependencies] base32 = "0.5.1" clap = { version = "4.5.18", features = ["derive"] } hmac = "0.12.1" sha1 = "0.10.6"