# 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 = "2021" name = "xotp" version = "0.4.0" authors = ["Tejas Mehta "] description = "An easy-to-use library for HOTP and TOTP authentication" readme = "README.md" keywords = ["otp", "hotp", "totp", "otpauth"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/tmthecoder/xotp" resolver = "2" [dependencies.base32] version = "0.4.0" [dependencies.hmac] version = "0.12.0" [dependencies.sha-1] version = "0.10.0" [dependencies.sha2] version = "0.10.1" [dependencies.url] version = "2.2.2"