# 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 = "rust-otp" version = "2.0.0" authors = ["Tim Dumol "] description = "A Rust library for performing the HMAC-based One-Time Password (HOTP) and Time-based One-Time Password (TOTP) algorithms." homepage = "https://github.com/WesleyBatista/rust-otp" readme = "README.md" keywords = [ "otp", "totp", "hotp", ] license = "MIT" repository = "https://github.com/WesleyBatista/rust-otp" [lib] name = "rust_otp" [dependencies.ascii] version = "1.1.0" [dependencies.data-encoding] version = "2.5.0" [dependencies.err-derive] version = "0.3.1" [dependencies.ring] version = "0.17.7"