[package] name = "rust-totp" version = "0.1.0" edition = "2024" [dependencies] actix-web = "4" base32 = "0.5.1" chrono = "0.4.37" futures-util = "0.3.30" hmac = "0.12.1" hmac-sha1 = "0.2.2" sha1 = "0.10.6"