[package] name = "oath2" version = "0.9.1" authors = ["Andrei Vacariu ", "crypto-universe "] license = "MIT" description = """ An pure Rust implementation of OATH algorithms. Provides HOTP, TOTP and OCRA algorithms. """ homepage = "https://github.com/crypto-universe/oath2" repository = "https://github.com/crypto-universe/oath2" documentation = "https://docs.rs/oath2/" keywords = ["oath", "totp", "hotp", "ocra"] categories = ["cryptography"] [dependencies] rust-crypto = "^0.2.34" rustc-serialize = "^0.3.16" time = "^0.1.34"