# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lugnut" version = "0.0.5" authors = ["jayhelton ", "kevinburchfield "] description = "An OTP Generator for Rust" homepage = "https://github.com/JayHelton/lugnut" documentation = "https://github.com/JayHelton/lugnut" readme = "README.md" keywords = ["one-time-password", "otp", "hotp", "totp", "2fa"] license = "MIT" [dependencies.crypto-mac] version = "0.10" features = ["std"] [dependencies.hmac] version = "0.10.1" [dependencies.rand] version = "0.8.3" [dependencies.sha-1] version = "0.9" [dependencies.sha2] version = "0.9" [dependencies.sha3] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2.1"