# 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 = "otp2" version = "0.0.1" description = "Provides both HOTP and TOTP implementations of one-time passcodes" homepage = "https://github.com/notmgsk/otp-rs" keywords = [ "authentication", "auth", "otp", "hotp", "totp", ] license = "MIT" repository = "https://github.com/notmgsk/otp-rs" resolver = "1" [dependencies.hex-literal] version = "0.4.1" [dependencies.hmac] version = "0.12.1" [dependencies.sha1] version = "0.10.5" [dependencies.thiserror] version = "1.0.40" [dependencies.unix-time] version = "0.1.5" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.test-case] version = "3.1.0"