# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "totp-lite" version = "2.0.1" authors = ["Colin Woodbury "] description = "A simple, correct TOTP library." homepage = "https://github.com/fosskers/totp-lite" readme = "README.md" keywords = [ "authentication", "totp", "otp", "2fa", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/fosskers/totp-lite" [dependencies.digest] version = "0.10" [dependencies.hmac] version = "0.12" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dev-dependencies.koibumi-base32] version = "0.0" [dev-dependencies.version-sync] version = "0.9" [badges.github] branch = "master" repository = "fosskers/totp-lite" workflow = "Rust"