[package] name = "two-factor-auth" version = "0.1.3" edition = "2021" authors = ["linghaihui "] repository = "https://github.com/bujnlc8/two-factor-auth" description = "A simple CLI to generate two-factor-auth token compatible with Google Authenticator" license = "MIT" keywords = ["two-factor-auth", "google-authenticator"] exclude = ["Makefile"] [dependencies] hmac-sha1 = "0.1.3" base32 = "0.4.0" [[bin]] name = "2fa" path = "src/main.rs" [profile.release] lto = true opt-level = "z" panic = "abort" strip = true codegen-units = 1