[package] name = "r2fa" version = "0.5.0" authors = ["Rodolphe Breard "] description = "Rust Two-Factor Authentication (R2FA) is a collection of tools for two-factor authentication." documentation = "https://what.tf/r2fa/" repository = "https://github.com/breard-r/r2fa" readme = "README.md" keywords = ["2fa", "otp", "hotp", "totp"] license = "ISC" include = ["src/**/*", "Cargo.toml", "LICENSE.txt"] [lib] name = "r2fa" crate-type = ["rlib", "dylib"] [features] cbindings = ["libc"] [dependencies] rustc-serialize = "^0.3.15" rust-crypto = "^0.2.31" base32 = "^0.3.0" time = "^0.1.31" [dependencies.libc] version = "^0.1.8" optional = true